Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Sep 18, 2023
1 parent 5f3a421 commit 9e18297
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion liquid-fire/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

- BREAKING: oldest supported Ember Version is now 3.28+
- BREAKING: `velocity-animate` is now a peerDependency. Apps should depend directly on `velocity-animate`.
- BREAKING: `liquid-if`, `liquid-bind`, `liquid-outlet`... are now glimmer components. This means that there are not anymore position parameters. The condition must be passed as parameter `@predicate`
- BREAKING: `liquid-if`, `liquid-bind`, `liquid-outlet`... are now glimmer components. This means that there are not anymore position parameters.
- `liquid-if` positional parameter must be passed as `@predicate`
- `liquid-bind` positional parameter must be passed as `@value`
- BREAKING: All `mixins` (`growable` & `pausable`) were removed as there doesn't exists in glimmer components
- BREAKING: `LiquidVersions` has new parameter (`@containerElement`). The parameter must be passed when the app is using `LiquidContainer` or when the app use `@containerless={{true}}`
- BREAKING: Named outlets are not anymore supported
Expand Down

0 comments on commit 9e18297

Please sign in to comment.