Releases: VizuaaLOG/BulmaJS
Releases · VizuaaLOG/BulmaJS
0.5.0
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
0.3.1
0.2.1
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.