Skip to content

Releases: open-tux/ember-bulma

0.1.4: Merge pull request #48 from crodriguez1a/develop

16 Dec 22:24
Compare
Choose a tag to compare
Fixes linting errors, ember suave, moving closer to passing tests

0.1.3

08 Dec 02:54
4a70e67
Compare
Choose a tag to compare
Released 0.1.3

Moving to Bulma 0.1.2

14 Nov 18:42
Compare
Choose a tag to compare

Hotfix - for add-on consumption

11 Nov 18:47
Compare
Choose a tag to compare
Pre-release
  • Fixes issues with nesting ember-bulma in another addon
  • Pre-release does not yet include upgrade to Bulma 0.1.2

0.1.1

06 Oct 14:07
Compare
Choose a tag to compare

0.0.26

22 Aug 00:46
Compare
Choose a tag to compare
  • 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