-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #226
Merged
Merged
Version Packages #226
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 9, 2024 05:26
5b6ddfe
to
cda8a63
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 9, 2024 05:30
cda8a63
to
5c247d9
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 9, 2024 08:29
5c247d9
to
437d269
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 9, 2024 08:35
437d269
to
f8723b0
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 9, 2024 22:58
f8723b0
to
d27aef9
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 07:39
d27aef9
to
83c012e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 09:01
83c012e
to
5310840
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 20:04
5310840
to
c0922bb
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 20:29
c0922bb
to
3453a5b
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 21:03
3453a5b
to
7ea0ec9
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 21:48
7ea0ec9
to
cca9cda
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 30, 2024 20:39
cca9cda
to
351d03e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 30, 2024 20:44
351d03e
to
e4d78ed
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 30, 2024 20:51
e4d78ed
to
1198676
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 30, 2024 20:52
1198676
to
a04fc59
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 30, 2024 21:58
a04fc59
to
0eee087
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 30, 2024 22:10
0eee087
to
56134eb
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 30, 2024 22:15
56134eb
to
75900ca
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@renoun/[email protected]
Minor Changes
97bc268: Renames
@renoun/mdx
Headings
type toMDXHeadings
. This adds better clarity and consistency with the otherMDX
prefixed types.Breaking Changes
Headings
references from@renoun/mdx
toMDXHeadings
.Patch Changes
mdast
dependency. This was added by mistake and is not needed since@types/mdast
is already a dependency.[email protected]
Minor Changes
3022d63: Renames
Directory
andFile
getParentDirectory
methods togetParent
to better align withgetSiblings
. This also aligns more closely with the web File System API's getParent method.Breaking Changes
Directory.getParentDirectory
is nowDirectory.getParent
File.getParentDirectory
is nowFile.getParent
ba2d5e1: Adds
pathCasing
option toDirectory
for setting the casing of all path methods. This is useful for ensuring that all paths are in a consistent casing, regardless of the underlying file system.87e380b: Renames the
MDXContent
component toMDXRenderer
. This was causing confusion with theMDXContent
type exported fromrenoun/mdx
and better reflects the purpose of the component.Breaking Changes
MDXContent
component references fromrenoun/components
toMDXRenderer
.4149b39: Refactors the
Directory
builder pattern to move back to an object configuration with the addition of a newwithSchema
helper, allowing strong type inference and colocated file export type definitions:Note, some additional changes have also been made:
withModule
has been replaced in favor of aloaders
option.withFilter
has been replaced by aninclude
option to better align with TypeScript's configuration naming.include
filter now also accepts a string glob file pattern e.g.*.mdx
.MDXContent
type is now included by default for MDX filedefault
exports.JavaScriptFileWithRuntime
class was collapsed intoJavaScriptFile
. This was originally added to provide strong types when a runtime loader was or was not available, but caused too much complexity. In the future, a runtime loader will be added automatically if not explicitly defined.Breaking Changes
The builder pattern configuration for
Directory
has been refactored to use an object configuration with the addition of a newwithSchema
helper. This change is breaking for any existing code that uses theDirectory
builder pattern. ThewithSchema
helper is now required to provide strong type inference and colocated file export type definitions.Before
After
80ae7f2: Marks the
Directory#duplicate
method as private since this was previously only exposed forEntryGroup
which no longer requires a new instance to be created.1f6603d: Removes
getEditPath
in favor ofgetEditUrl
andgetEditorUri
for a more explicit API. Prior, thegetEditPath
method switched between the editor and the git provider source based on the environment. This was confusing and not always the desired behavior. Now you can explicitly choose the behavior you want.Breaking Changes
The
getEditPath
method has been removed. UsegetEditUrl
andgetEditorUri
instead.To get the same behavior as
getEditPath
you can use bothgetEditUrl
andgetEditorUri
together:97bc268: Renames
@renoun/mdx
Headings
type toMDXHeadings
. This adds better clarity and consistency with the otherMDX
prefixed types.Breaking Changes
Headings
references from@renoun/mdx
toMDXHeadings
.Patch Changes
5d8bd25: Fixes nested ordered files not using a unique key causing them to be filtered.
dc323ab: Closes WebSocket connections with a code allowing the Node process to properly exit. More info here.
679da2c: Fixes
Directory#getFile
not considering file name modifiers.5b558c1: Fixes
Directory#getFile
not prioritizing base files over files with modifiers e.g.Button.tsx
overButton.examples.tsx
.Updated dependencies [ece3cc2]
Updated dependencies [97bc268]
Updated dependencies [df4d29d]