Releases: chrislopresto/ember-freestyle
v0.11.10
This release upgrades dependencies and configuration in preparation for supporting angle bracket components.
While we didn't change any functionality, we did bump the minimum node version (to 10) and drop Ember 2.x scenarios from our test matrix. The minimum version of Ember now guaranteed to work is 3.8.
If this release causes any issues for your app consider a) reporting them as issues, b) temporarily pinning ember-freestyle to 0.11.9, or c) upgrading your Ember version if possible.
v0.10.0
v0.9.0
v0.8.1
v0.8.0
Merged Pull Requests π β π«
- Tidy up eslint config #168 (chrislopresto)
- Use correct property name #160 (danwenzel)
- Upgrade to latest ember versions & fix all warnings/errors #157 (sivakumar-kailasam)
v0.7.0
Closed issues:
Merged Pull Requests π β π«
- Rename freestyle snippets module #159 (chrislopresto)
- Update LTS testing config #158 (chrislopresto)
- Update documentation for ember 2.4 #154 (ctjhoa)
- Update ember-cli-showdown and ember-cli-htmlbars #150 (Dhaulagiri)
- Remove jQuery dependency #149 (scanieso)
- Add FreestyleDynamic component to interact with component properties #100 (danwenzel)
v0.6.2
Closed issues:
- Typeface component doesn't allow multiple font families to be specified #142
- Issues with installing new version of ember-freestyle #131
Merged Pull Requests π β π«
- Update docs #147 (chrislopresto)
- Update README #146 (chrislopresto)
- Update to ember-cli 2.16 #145 (chrislopresto)
- Rename snippet processing variables for clarity #144 (chrislopresto)
- Fixes for freestyleguide header #141 (gijsbotje)
- Improve spacing for hidden subsections #137 (robabby)
- Inherit font-family from component #136 (robabby)
v0.6.1
Closed issues:
- Documentation and Blueprints Do Not Match v0.6.0 #132
Merged Pull Requests π π π
- Port docs site #135 (chrislopresto)
- Remove outdated and unused cruft #134 (chrislopresto)
- Fix blueprint for contextual components #133 (chrislopresto)
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!
v0.5.0
Semi-breaking change if you were using multiple themes
This release simplifies our approach for using highlight.js themes. We now just load them from their CDN as per the instructions here: https://highlightjs.org/download/ This allows us to remove the highlight.js npm dependency altogether.
This removes the ability to use different themes on different freestyle-usage components. Please open an issue if you had been using this feature and would like to see it resurface in a cleaner fashion.
Closed issues:
- import not found or unreadable: ../ember-freestyle/highlight.js/zenburn. #123
- Error: File to import not found or unreadable: ember-freestyle #120
Merged Pull Requests π π« π»
- Load Highlight.js themes remotely #129 (chrislopresto)