Skip to content

Releases: VizuaaLOG/BulmaJS

0.5.0

10 Jun 20:43
Compare
Choose a tag to compare

0.5.0

  • #38 Adjust how plugins are initialised by using classes instead. Data attributes can still be used for customising the plugins behaviour, if supported. (closes #20)
  • 43b64cd Add a new option to the tabs plugin that allows tabs to be changed when the user hovers over the tab link. On mobile this will revert back to the click/tap handler due to the lack of a hover event being called. (closes #35)

0.4.0

22 May 19:10
Compare
Choose a tag to compare
  • #28 Add the option to disable the modal being closable
  • #31 Add automated linting to the CI process (closes #20)
  • #33 Add a tab plugin (closes #26)

0.3.1

11 Feb 20:08
1732385
Compare
Choose a tag to compare
  • Fix #16 - Publish to NPM
  • Fix #17 - Wikiki's CSS files not being loaded on the docs
  • Fix #19 - Added a changelog

0.2.1

03 Dec 13:43
Compare
Choose a tag to compare

Bug fixes

  • Fixes #6 - the close button builder has been moved to each dismissable component instead of being shared through the DismissableComponent class. This is because the Message requires the button to be closed at a later state to the Notification. This will be changed at a later date as it feels dirty duplicating this.

0.2.0

14 Oct 19:04
Compare
Choose a tag to compare

Due to the changes in the usage of BulmaJS a new version minor version was created, as this can be a breaking change.

  • Simplified usage