@vizuaalog/bulmajs
Advanced tools
Changelog
0.9.0
showHeader
option. This defaults to true
, setting it to false
will hide the alert's header.destroyOnConfirm
and destroyOnCancel
options. These both default to true
setting them to false
will prevent the alert from destroying itself when the relevant button is clicked.event
argument. Thanks to @alexcanana..modal
and modal
classes to be applied to a modalChangelog
0.8.0
type
attribute has been renamed to style
. This value is changing the 'style' of the modal, and so this better reflects the option.Changelog
0.7.0
escape
key.is-clipped
class is applied to the body
element.findElement
helper method to the BulmaJS core. This method will allow plugins to easily normalise an arugment that needs to be either an HTMLElement or a query selector string.closeButton
event is now correctly removed when destroying a modal.tabs-content
element.Changelog
0.6.0
The reason for this being a large version jump is due to the complete overhaul of the documentation. While this doesn't change the functionality of the code, I feel like this is a large enough change to the project to warrant more than a 'patch' version bump.
Changelog
0.5.0