Skip to content

0.10.0

Compare
Choose a tag to compare
@VizuaaLOG VizuaaLOG released this 04 May 22:55
· 343 commits to master since this release
  • Feature Brand new documentation! To improve the ease of updating the docs the documentation has been ported to a new static site build, Jigsaw. As part of this it's also had a freshen up, there's still some things that needs tweaking but we're mostly there. The docs have also been moved out of the main repository, and are now in a BulmaJS-Docs repository. You can access the new docs by visiting bulmajs.tomerbe.co.uk. If you would still like to use the pre 0.10 docs you can do so by visiting https://vizuaalog.github.io/BulmaJS/;
  • Feature #70 The automatic document parsing can be disabled using the bulmaOptions object.
  • Tweak #70 The traverseDOM method now accepts an optional parameter specifying an HTMLElement to use as the scope when parsing the document.
  • Tweak The destroyOnConfirm and destroyOnCancel options on the alert plugin have been moved to the buttons object and renamed to destroy.
  • Tweak The closeOnConfirm and closeOnCancel options on the alert plugin have been moved to the buttons object and renamed to close.
  • Tweak The onConfirm property on the alert object has been moved to the confirm object and renamed to onClick.
  • Tweak The onCancel property on the alert object has been moved to the cancel object and renamed to onClick.