All notable changes to this project will be documented in this file.
- #995 Provide an extendable template registry (@bertdeblock)
- #996 Drop support for Node versions below v18 (@bertdeblock)
- #999 Update AST transform to replace curly braces (@lukemelia)
- #995 Provide an extendable template registry (@bertdeblock)
- #998 Fix import path for
SafeString
type (@bertdeblock)
- #1005 Type fixes (@lukemelia)
- Bert De Block (@bertdeblock)
- Luke Melia (@lukemelia)
- @tintinthong
- #973 Eliminate uppercase'ing of menu items and update menu item hover state (@lukemelia)
- Luke Melia (@lukemelia)
- #957 Add
@ember/string
as a peer dependency (@bertdeblock)
- #963 Add an Api type to Freestyle::Usage for when you expect a component as argument (@lukemelia)
- #957 Add
@ember/string
as a peer dependency (@bertdeblock)
- Bert De Block (@bertdeblock)
- Luke Melia (@lukemelia)
- #929 Support
ember-modifier
v4 (@bertdeblock)
- #928 Fix compatibility with
ember-cli
v5 (@bertdeblock)
- #950 Update versions of ember-qunit and ember-test-helpers (@lukemelia)
- #949 Fix type errors (@bertdeblock)
- Bert De Block (@bertdeblock)
- Luke Melia (@lukemelia)
- #856 Make the navigation menu sticky (@bertdeblock)
- #867 Add an optional "CSS Variables" block to Freestyle::Usage (@lukemelia)
- Bert De Block (@bertdeblock)
- Luke Melia (@lukemelia)
- #856 Make the navigation menu sticky (@bertdeblock)
- Bert De Block (@bertdeblock)
- #847 Convert to Glimmer, Typescript, & Glint (@lukemelia)
- Luke Melia (@lukemelia)
- #828 Render headings instead of divs (@KamiKillertO)
- #827 Fix aside menu (@KamiKillertO)
- #823 Fix rendering too many submenus (@bertdeblock)
- #835 Recommend
exclude
option instead ofblacklist
option (@bertdeblock)
- #844 Move to release-it to manage release and CHANGELOG. (@lukemelia)
- #836 Update Ember to v4.6 (@bertdeblock)
- #837 Use spread syntax instead of Ember's
assign
polyfill (@bertdeblock) - #810 Update Ember to v4.4 (@bertdeblock)
- #752 Resolve
ember-modifier
deprecations (@bertdeblock)
- Benjamin JEGARD (@KamiKillertO)
- Bert De Block (@bertdeblock)
- Luke Melia (@lukemelia)
0.14.0 (2022-03-11)
-
remove
freestyle-showdown-content
component -
update
ember-modifier
to v3 -
update to Ember v4.2
-
remove
freestyle-showdown-content
component (5956a9e) -
update
ember-modifier
to v3 (700eb07) -
update to Ember v4.2 (f6646a2)
0.13.2 (2021-11-21)
0.13.1 (2021-11-21)
This release didn't make it to npm. 0.13.2 has the same stuff.
- remove dependency on
ember-cli-sass
andsass
(5482db1)
0.13.0 (2021-10-29)
- remove the use of
ember-json-viewer
- drop support for Node v10
- deprecate
<FreestyleShowdownContent />
component (78f2568)
-
fix generated id for
freestyle-dynamic-input
component (942c901) -
import computed.or directly (ecb6811)
-
import htmlSafe from @ember/template (57ea33f)
-
make AST plugin functional (87f521c)
-
resolve deprecations related to built-in component events (a4d07c6)
-
drop support for Node v10 (2add9c7)
-
remove the use of
ember-json-viewer
(023f559)
0.12.11 (2021-03-23)
0.12.10 (2021-03-17)
0.12.9 (2021-03-12)
- @ember/render-modifiers must be a normal dependency (4bacc17)
0.12.8 (2021-03-03)
0.12.7 (2021-02-26)
- Only avoid preprocessing ember-freestyle's templates not the templates of an addon that depends on it (8b3df73)
0.12.6 (2021-02-25)
- Switch to
has-block
(6ea33e6)
0.12.5 (2021-02-24)
0.12.4 (2021-02-17)
- Improve handling of named-blocks-polyfill mangled hbs (c456bff)
0.12.3 (2021-02-04)
0.12.2 (2021-02-04)
- Freestyle::Usage (f5baa3e)
- Don't run AST transform on freestyle itself, just on it's parent app/addon (e086fbf)
- Support for nested addon (93c6183)
0.12.1 (2020-09-22)
0.12.0 (2020-05-21)
- Remove support for freestyle-note
- A stub component has been left to throw an error which points the documentation
-
test: Update test matrix support to ember 3.12 and 3.16
-
Preserve formatting for source blocks in AST transform
- also moved unindenting to the AST plugin rather than in-browser
-
style: Improve documentation site styles
-
chore: removed unused import
Co-authored-by: Luke Melia [email protected]
-
Support Freestyle Usage|Note angle bracket component invoc… (#300) (61b668c)
-
BREAKING CHANGE: Switch to AST transform for freestyle-usage source preview, drop support for comment-delineated snippets, remove freestyle-notes component (#357) (5cc6f42), closes #357
0.11.10 (2020-04-03)
0.11.9 (2019-10-07)
0.11.8 (2019-10-06)
0.11.7 (2019-10-06)
0.11.6 (2019-10-06)
0.11.5 (2019-10-06)
0.11.4 (2019-10-06)
0.11.3 (2019-10-06)
0.11.2 (2019-10-06)
0.11.1 (2019-10-06)
0.11.0 (2019-10-06)
- Update ember-cli-sass to use Dart Sass. 191
0.10.0 (2018-11-07)
- Remove Slack and add Discord 189 (Windvis)
- Drop support for node v4 & use broccoli-plugin 185 (lukemelia)
0.9.0 (2018-09-10)
- Update snippet documentation 182 (mswanson)
- Add range input to freestyle-dynamic 174 (danwenzel)
- Add tests for freestyle dynamic 171 (danwenzel)
0.8.1 (2018-03-01)
0.8.0 (2018-02-27)
- Tidy up eslint config 168 (chrislopresto)
- Upgrade to latest ember versions & fix all warnings/errors 157 (sivakumar-kailasam)
0.7.0 (2018-02-20)
- 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)
0.6.2 (2017-11-01)
- Update docs 147 (chrislopresto)
- Update README 146 (chrislopresto)
- Update to ember-cli 2.16 145 (chrislopresto)
- Rename snippet processing variables for clarity 144 (chrislopresto)
- Improve spacing for hidden subsections 137 (robabby)
- Inherit font-family from component 136 (robabby)
0.6.1 (2017-07-14)
- Port docs site 135 (chrislopresto)
- Remove outdated and unused cruft 134 (chrislopresto)
- Fix blueprint for contextual components 133 (chrislopresto)
0.6.0 (2017-07-09)
- Yielded Component API 130 (chrislopresto)
0.5.0 (2017-07-09)
- Load Highlight.js themes remotely 129 (chrislopresto)
0.4.2 (2017-07-01)
- Replace broccoli-unwatched-tree with broccoli-source 127 (Kerrick)
- Update ember-cli-showdown to ^3.2.1 124 (lukemelia)
- Remove wip status from README 119 (simonihmig)
- Change snippet delimiter from
:
to--
118 (chrislopresto) - Change to underscore delimiter for Windows-friendly snippet names 117 (chrislopresto)
0.4.1 (2017-05-03)
- Fix ember-cli-showdown config 116 (chrislopresto)
0.4.0 (2017-05-03)
- Drop support for Ember versions before 2.8 113 (chrislopresto)
- Optimize Syntax Highlighting 111 (chrislopresto)
0.3.0 (2017-05-03)
- Fix treeForAddonStyles relative pathing 106 (chrislopresto)
- Remove ember-truth-helpers dependency 112 (chrislopresto)
- Update dependencies 110 (chrislopresto)
- Use yarn for dependency management 109 (chrislopresto)
- Update to ember-remarkable 3.6.1 108 (chrislopresto)
- Update to ember-remarkable 3.6.0 107 (chrislopresto)
- Wire up control of highlight.js theme 104 (chrislopresto)
- Move styles to addon tree 103 (chrislopresto)
- Upgrade to ember-cli 2.13 102 (chrislopresto)
- Cleanup jshint artifacts 101 (chrislopresto)
0.2.14 (2017-02-24)
- Fix 'calling set on destroyed object' error 97 (tamzinblake)
- Fix(freestyle-menu): Reset f queryParam in menu 83 (fsmanuel)
- Fix snippet language detection 76 (wagenet)
- Update to ember-cli-github-pages 0.1.2 96 (chrislopresto)
- Update ember-truth-helpers to 1.3.0 95 (zlotnika)
- Use
includes
instead ofcontains
, which is deprecated in ember 2.8+ 94 (lukemelia) - Update ember-cli-eslint. 93 (LucasHill)
- Update remarkable and ember-remarkable 86 (chrislopresto)
- Update ember-normalize 85 (chrislopresto)
- Update to Ember 2.8 and Ember CLI 2.8 79 (chrislopresto)
- change notes and usage seperator from colon to underscore in order ma… 73 (zidjian257)
0.2.13 (2016-08-16)
- a11y & template linting fixes 77 (sivakumar-kailasam)
- Removes quotes to enable fontFamily on freestyle-typeface component 140 (wagenet)
- Return false for
isDevelopingAddon
74 (elidupuis) - Move rendered component next to its corresponding code snippet 70 (vine77)
- Add some better test coverage before refactoring. 66 (migbar)
0.2.12 (2016-05-24)
- Fix Menu When Page Loaded While Section or Subsection Focused 60 (chrislopresto)
- Support SCSS Note Snippets 63 (chrislopresto)
- Warn if duplicate slugs are detected 62 (chrislopresto)
- Scope freestyle options for safekeeping 51 (chrislopresto)
0.2.11 (2016-05-20)
- Update ember-cli-eslint 59 (chrislopresto)
- Add changelog 58 (chrislopresto)
- Display freestyle-collection variants inline 57 (chrislopresto)
- Add live demo url 46 (chrislopresto)
- Add subsection header 44 (chrislopresto)
- Update README.md 42 (knownasilya)
- Add anatomy and component rundown to README 41 (chrislopresto)
- Lint Lint Lint 40 (chrislopresto)
- generate blueprint in dummy app for addons 38 (mszoernyi)
- basic working within an addon documentation 35 (chrisvdp)
0.2.10 (2016-04-20)
- Support nested addon usage 34 (chrislopresto)
0.2.9 (2016-04-08)
- Provide default Ember Freestyle color palette 28 (chrislopresto)
0.2.8 (2016-04-07)
- Add blueprint to set up most things on install 26 (chrislopresto)
- Remove json config experiments 25 (chrislopresto)
- Further cleanup on JSON experiments 24 (aluink)
- Remove mappy-bp dependency 22 (chrislopresto)
0.2.7 (2016-03-30)
- Talk Tweak Town 19 (chrislopresto)
0.2.6 (2016-03-03)
0.2.5 (2016-03-03)
0.2.4 (2016-03-03)
0.2.3 (2016-03-03)
- Add ability to focus on usage components 9 (chrislopresto)
- add bower dependencies to parent project 7 (andrewfan)
0.2.2 (2016-02-29)
- Make friendlier for consuming apps 8 (chrislopresto)
0.2.1 (2016-02-22)
- Improve Note Components 4 (chrislopresto)
0.2.0 (2016-02-22)
- Avoid pod structure for better compatibility 3 (chrislopresto)
0.1.1 (2016-02-21)
- Standardize dependencies 2 (chrislopresto)
- Wire up freestyle-usage-controls 1 (chrislopresto)