v0.6.0
BREAKING CHANGE - CONTEXTUAL COMPONENTS
With our recent decision to support two trailing Ember LTS releases, we're now able to simplify some freestyle patterns by making use of contextual components.
- Updates the freestyle-section component to yield contextual freestyle-subsection components
- Updates the freestyle-collection component to yield contextual freestyle-variant components
You will need to change freestyle-subsection and freestyle-variant usages in your freestyle templates as follows:
Before
After
Merged Pull Requests ✨ 🤘 🙏
- Yielded Component API #130 (chrislopresto)
Credits
Thanks to @dajk and @knownasilya for their contributions!