Closed renovate[bot] closed 5 months ago
Name | Link |
---|---|
Latest commit | 5fcaf730e4866bdc2ac80939973b6eea123a4b99 |
Latest deploy log | https://app.netlify.com/sites/superstore-redwood-stripe/deploys/667171500336310008fe4a46 |
Deploy Preview | https://deploy-preview-491--superstore-redwood-stripe.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR contains the following updates:
7.4.3
->7.7.1
7.4.3
->7.7.1
7.4.3
->7.7.1
7.4.3
->7.7.1
7.4.3
->7.7.1
7.4.3
->7.7.1
7.4.3
->7.7.1
7.4.3
->7.7.1
7.4.3
->7.7.1
7.4.3
->7.7.1
Release Notes
redwoodjs/redwood (@redwoodjs/api)
### [`v7.7.1`](https://togithub.com/redwoodjs/redwood/releases/tag/v7.7.1) [Compare Source](https://togithub.com/redwoodjs/redwood/compare/v7.7.0...v7.7.1) ##### Patch Release This release contains no implementation changes. It was needed to resolve a mistake in our previously published release due to an issue with our release tooling. This issue has now been corrected and a correctly published set of packages can be found at this new patch version. ### [`v7.7.0`](https://togithub.com/redwoodjs/redwood/releases/tag/v7.7.0) [Compare Source](https://togithub.com/redwoodjs/redwood/compare/v7.6.3...v7.7.0) ##### Changelog - Add Storybook (Vite) framework package ([#10064](https://togithub.com/redwoodjs/redwood/issues/10064)) by [@arimendelow](https://togithub.com/arimendelow) This change adds a Storybook framework package for using Storybook with Vite. It updates the CLI to include a new `yarn rw sbv` for running Storybook using Vite. The new CLI package additionally creates Mock Service Worker, and, on first run, the project-side Storybook config files. For more information and feedback please see [this](https://community.redwoodjs.com/t/storybook-in-redwood-is-moving-to-vite/7212) community post. - feat(tw): Add IntelliSense settings for Tailwind CSS VS Code plugin ([#10344](https://togithub.com/redwoodjs/redwood/issues/10344)) by [@Tobbe](https://togithub.com/Tobbe) Add intellisense and color support for not only `className` (which is enabled by default), but also for `activeClassName` and `errorClassName`, which are two css class name props we use in Redwood **Manual Instructions** If you already have TW set up and want to enable this, open `.vscode/settings.json` and add this: ```json "tailwindCSS": { "classAttributes": ["class", "className", "activeClassName", "errorClassName"] } ``` - feat: add customize content type parsers for api plugin ([#10573](https://togithub.com/redwoodjs/redwood/issues/10573)) by [@Josh-Walker-GM](https://togithub.com/Josh-Walker-GM) This change adds a new `configureApiServer` option to the `createServer` function used within the server file. This fixes an issue where it was not possible to configure the API server - such as adding custom content parsers or adding compression. Updated docs on how to use this new functionality can currently be found [here](https://redwoodjs.com/docs/canary/docker#using-the-server-file). - docs(docker): Clarify how to setup Docker with custom Server File ([#10702](https://togithub.com/redwoodjs/redwood/issues/10702)) by [@dthyresson](https://togithub.com/dthyresson) This change added clarity to how to setup Docker with custom Server File. - chore(auth): add password validation to dbAuth resetPassword handler ([#10734](https://togithub.com/redwoodjs/redwood/issues/10734)) by [@irg1008](https://togithub.com/irg1008) This pull request adds password validation on resetPassword handler using the one from the signup handler. This was previously missing from the default implementation. See [#10724](https://togithub.com/redwoodjs/redwood/issues/10724) for more details. - Updates seeds script to be more generic, no more errors throw on first run ([#10739](https://togithub.com/redwoodjs/redwood/issues/10739)) by [@cannikin](https://togithub.com/cannikin) Updated the template seed script to not contain any actual seed data, just comments about how to use it when the time comes. This comes with updated documentation. - feat(cli): react compiler lint only setting ([#10761](https://togithub.com/redwoodjs/redwood/issues/10761)) by [@Josh-Walker-GM](https://togithub.com/Josh-Walker-GM) You can now add `lintOnly = true` within your `[experimental.reactCompiler]` TOML settings to enable the react compiler linting rules without the compiler itself enabled during code compilation. See [here](https://community.redwoodjs.com/t/react-compiler-setup-experimental/7128) for more details. - fix(dbauth): Combine react imports ([#10788](https://togithub.com/redwoodjs/redwood/issues/10788)) by [@Tobbe](https://togithub.com/Tobbe) Clean up imports in `g dbAuth` templates. - fix(dbauth): Don't duplicate authDecoder creation ([#10791](https://togithub.com/redwoodjs/redwood/issues/10791)) by [@Tobbe](https://togithub.com/Tobbe) Make it possible to run the dbAuth setup command more than once without getting invalid code as a result. - feat(dbAuth): Only suggest dbAuth setup if needed ([#10793](https://togithub.com/redwoodjs/redwood/issues/10793)) by [@Tobbe](https://togithub.com/Tobbe) Detect if dbAuth is already setup, and don't suggest setting it up if it is. - fix(dbauth): Fix spacing issue in task titles ([#10811](https://togithub.com/redwoodjs/redwood/issues/10811)) by [@Tobbe](https://togithub.com/Tobbe) Fix double space issue in `yarn rw generate dbAuth` output - fix(dbAuth): Print the correct "post message" after setup ([#10813](https://togithub.com/redwoodjs/redwood/issues/10813)) by [@Tobbe](https://togithub.com/Tobbe) After running `yarn rw generate dbAuth` the correct message describing the needed manual steps is now printed if the user choses to enable WebAuthn support ##### DependenciesClick to see all upgraded dependencies
Click to see all upgraded dependencies
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.