Releases: open-tux/ember-bulma
Releases · open-tux/ember-bulma
0.1.4: Merge pull request #48 from crodriguez1a/develop
Fixes linting errors, ember suave, moving closer to passing tests
0.1.3
Released 0.1.3
Moving to Bulma 0.1.2
- Removes font-awesome optional dependency until https://github.com/martndemus/ember-font-awesome/issues/109 is resolved
- Fixes bulma-button markup when icon used inline
- Fixes issue #33
Hotfix - for add-on consumption
- Fixes issues with nesting ember-bulma in another addon
- Pre-release does not yet include upgrade to Bulma 0.1.2
0.1.1
- Aligns with Bulma ^0.1.1 https://github.com/jgthms/bulma/releases/tag/0.1.1
- Fixes #39
- Upgrades to Ember 2.8 http://emberjs.com/blog/2016/09/08/ember-2-8-and-2-9-beta-released.html
- Removes template linting for now
0.0.26
- Aligns with bulma 0.0.26
- input component re-factor
- aligns input with native html element
- removes bootstrapped control container
- removes isLoading flag from input, move to bulma-control component
- removes isTextarea flag from input, replace with bulma-textarea component
- removes control flag from input, move to bulma-control component
- breaks out input types (radio, checkbox, textarea) into bulma-radio, bulma-checkbox, bulma-textarea
- deprecates 'key-up' event handler from input helper, provide warning to use native event handlers
- deprecation warnings
- Allow escape key or background click trigger close on bulma-modal