- Run ember-cli-update
- Upgrade dependencies
- Remove use of ember-render-modifiers
- Correct app re-exports
- Convert to
.gjs
- Run ember-cli-update
- Upgrade dependencies
- Convert tests to
.gjs
- Update
@zestia
scoped packages
- Re-release of 4.6.0 but published to GH Packages instead of NPM
- Run
ember-cli-update
- Allow the addon to work when there is no transition
- Remove
tabindex="0"
- Add
role="region"
- Swap
aria-expanded
fordata-expanded
and updated example usage - Yield button to control expanding
- Use function helpers
- Update animation utils
- Expose
contentElement
on the API
- Remove BEM classes in favour of data attributes
- Ember Auto Import 2x
- Upgrade dependencies
- Run ember-cli-update
- Make sure yielded API is up to date
- Skip expand code if initially expanded
- Upgrade
@zestia/animation-utils
- Use ember concurrency to allow expanding/collapsing mid-way (Re-attempt of 3.1.0)
- Add
tabindex="0"
- Upgrade embroider dependencies
- Correct app re-exports
- Reduce API to just
expand
,collapse
, andtoggle
- Bump
@zestia/animation-utils
- Utilise
@zestia/animation-utils
- Upgrade dependencies
- Revert changes from 3.1.0
- Add debug label to test waiter
- Clear transition deferred once used
- The expand/collapse actions use a test waiter, and so are aware of the transitions.
- Allow expanding/collapsing, even if already expanding/collapsing
- Upgrade dependencies
- Add Embroider support
- Simplify waiting for transition
- Remove expanded/collapsed class names
- Upgrade dependencies
- Upgrade dependencies
- Run ember-cli-update
- Upgrade dependencies
- Expose
isTransitioning
on API
- Return promises from API actions
- Exposes API via
onReady
action
- Upgrade dependencies
- Upgrade dependencies
- Upgrade dependencies
- Upgrade dependencies
- Move glimmer from devDeps to deps
- Glimmerise component
- Drop support for Ember < 3.16
- Upgrade dependencies
- Re-publish
- Use
trySet
in case component is destroyed mid-expand/collapse
- Bump version number
- Upgrade dependencies
- Don't send element out with the actions
- Initial release