Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Dec 11, 2023
1 parent 75a2a12 commit 3a35dbb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,24 @@
- `get<R extends string> (key: string, defaultValue: R): R`
- `@supercharge/contracts`
- allow users to define only selected hashing driver constructros in `HashConfig#drivers`
- export a `ViteConfig` interface
- `@supercharge/core`
- bypass import cache when dynamically importing routes from file path
- `@supercharge/vite`
- create `vite` container binding
- add a `ViteConfig` instance wrapping a Vite configuration JS object (will be used by a config/vite.ts file)
- throw `InertiaPageNotFoundError` error when a given component is missing
- support `attributes` in the `vite` Handlebars helper: `{{ vite input="resources/js/app.js" attributes='data-turbo-track="reload" async' }}`

### Updated
- bump dependencies
- `@supercharge/vite`
- add Vite `^5.0.0` as a peer dependency

### Breaking Changes
- `@supercharge/vite`
- require Vite `>=4.0.0` as a peer dependency


## [4.0.0-alpha.1](https://github.com/supercharge/framework/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) - 2023-11-18

Expand Down

0 comments on commit 3a35dbb

Please sign in to comment.