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@4.3.0
Minor Changes
ff7665e: Moves import map generation from the .renoun directory to the second argument of the createCollection call expression. This will automatically be updated to the new filePattern argument and generate the import getter for each collection:
This reduces a lot of boilerplate and configuration. Previously, the .renoun directory needed to be generated, added to .gitignore, and then the server needed to be restarted after the first initialization. Now, import maps are colocated with their respective collection configuration.
a484f7e: Adds support for Vite by utilizing the package.json imports field when the workspace is a module.
Patch Changes
2f4837b: Prevents error when tsconfig exclude field is not defined.
d49606d: Adds baseUrl field if it does not exist when code-modding tsconfig to add the path alias.
46e463f: Fixes PackageInstall component warning showing when not being used.
8621338: Uses CJS compatible imports to fix bundlers like Vite that will end up with undefined imports.
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@4.3.0
Minor Changes
ff7665e: Moves import map generation from the
.renoun
directory to the second argument of thecreateCollection
call expression. This will automatically be updated to the newfilePattern
argument and generate the import getter for each collection:This reduces a lot of boilerplate and configuration. Previously, the
.renoun
directory needed to be generated, added to.gitignore
, and then the server needed to be restarted after the first initialization. Now, import maps are colocated with their respective collection configuration.a484f7e: Adds support for Vite by utilizing the package.json
imports
field when the workspace is a module.Patch Changes
exclude
field is not defined.baseUrl
field if it does not exist when code-modding tsconfig to add the path alias.PackageInstall
component warning showing when not being used.undefined
imports.