Skip to content

Releases: chrislopresto/ember-freestyle

v0.4.2

01 Jul 00:28
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • freestyle-notes don't show up when using new _ syntax #99

Closed issues:

  • TypeError: Cannot set property '_directoryPath' of undefined #125
  • v0.4.0 File to import not found or unreadable: ember-freestyle #115
  • WIP - Roadmap Brain Dump Meta Issue #45

Merged Pull Requests 👏 🎯 😻

v0.4.1

04 May 02:21
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Allow the setting/overriding of the default theme at the styleguide-wide level #65

Merged Pull Requests 👏 🎇 🤘

v0.4.0

04 May 02:21
Compare
Choose a tag to compare

NOTE: This release has a bug. Please upgrade to 0.4.1 or beyond.


This release reworks our approach to CSS, taking less of an opinion so that we don't have to worry about CSS pre- and post-processors in our consuming apps. Also, switching to ember-cli-showdown and retrieving highlight.js asynchronously from its CDN host has allowed us to remove our bower dependencies.

After upgrading to 0.4.0 or higher:

  • DELETE YOUR EMBER FREESTYLE-RELATED BOWER DEPENDENCIES (remarkable and highlight.js)
  • Remove @import 'ember-freestyle'; from your app.scss file

Progress!

Full Changelog

Closed issues:

  • Optimize or Optionally Exclude Syntax Highlighting #105
  • Get third-party dependencies from npm instead of Bower #84
  • File to import not found or unreadable: ../ember-freestyle/highlight.js/tomorrow-night #81
  • Breaks with ember-css-component #80
  • Provide mechanism to remove from production build #31
  • Support Non-SCSS #15
  • Extract markdown support into separate plugin addon #14
  • Extract code highlighting into separate plugin addon #13

Merged Pull Requests 👏 🎇 🤘

v0.3.0

04 May 02:21
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Add Tests #16

Merged Pull Requests 👏 🎇 🤘

v0.2.14

24 Feb 08:05
Compare
Choose a tag to compare

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 👻 🙌 ✨

v0.2.13

16 Aug 14:35
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • freestyle.css not loading in fresh ember-cli project #71
  • Allow notes to be placed before component and code example #69
  • Inline snippets not rendering #30
  • The Broccoli Plugin: [BroccoliMergeTrees] failed with: #20

Merged pull requests:

v0.2.12

24 May 21:19
Compare
Choose a tag to compare

Full Changelog

Breaking changes:

Config options are now properly nested under a freestyle key to ensure compatibility with other addons. The proper way to specify snippetSearchPath options is now:

var app = new EmberAddon(defaults, {
  // ...
  freestyle: {
    snippetSearchPaths: ['tests/dummy/app', 'app/styles', 'your/custom/path/here']
  }
});

Closed issues:

  • Scope freestyle options to avoid conflicts #50
  • Menu not generated properly when page initially loaded for a specific section or subsection #12
  • Warn if duplicate freestyle-usage slugs are detected #11
  • Create README #10

Merged pull requests:

v0.2.11

20 May 16:40
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • File ignored by default. Use "--ignore-pattern '!node_modules/*'" to override #54
  • Inlining variants doesn't work #53
  • Subsection navigation not present #52
  • The package handlebars@4.0.5 does not satisfy its siblings' peerDependencies requirements! #39

Merged pull requests:

v0.2.10

20 May 16:41
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Allow freestyle to work within an Addon #32

Merged pull requests:

v0.2.9

20 May 16:42
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Provide default Ember Freestyle color palette as overridable SCSS variables #27

Merged pull requests: