Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Sep 18, 2023
1 parent f5b6b88 commit b9fa888
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions liquid-fire/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.36.0 (2023-09-18)

- BREAKING: oldest supported Ember Version is now 3.28+
- 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: 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
- BREAKING: Addon is now a `v2` addon (there is necessary ember-auto-import v2 / embroider)

## 0.35.1 (2023-06-21)

- BUGFIX: "Cannot read properties of null" when element position is fixed (#678)
Expand Down
2 changes: 1 addition & 1 deletion liquid-fire/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liquid-fire",
"version": "0.35.0",
"version": "0.36.0",
"description": "Animated transitions for Ember applications.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit b9fa888

Please sign in to comment.