Skip to content

v0.2.14

Compare
Choose a tag to compare
@chrislopresto chrislopresto released this 24 Feb 08:05
· 799 commits to master since this release

Full Changelog

Breaking Changes:

Earlier releases used a colon in the name of a code snippet delimiter, which caused build problems on Windows machines. v0.2.14 changes the colon to an underscore. This change won't affect most Freestyle guides. However, if you were directly referencing a snippet like this:

{{#freestyle-note 'visualStyle-typography:notes'}}

you will need to change it to this:

{{#freestyle-note 'visualStyle-typography_notes'}}

Further details can be found here: #73.

Closed issues:

  • ENUMERABLE#CONTAINS in Ember v.2.8+ #91
  • Support usage indirection #90
  • Does not work with ember-hammertime #82
  • does not work on windows due to use of colon in filenames #72

Merged Pull Requests 👻 🙌 ✨