New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vizuaalog/bulmajs

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vizuaalog/bulmajs - npm Package Versions

2

0.12.2

Diff

vizuaalog
published 0.12.1 •

Changelog

Source

0.12.1

  • Bug 120 Panel tabs will now properly take into account is-active. On init this will become the starting tab
vizuaalog
published 0.12.0 •

Changelog

Source

0.12.0

  • Feature 107 Add support for the navbar dropdown
  • Feature 94 Add a new global onLoaded callback that can be defined within the window.bulmaOptions object. This is called once the library has been loaded and the DOMContentLoaded event has been fired.
  • Feature 102 Add support for panel tabs.
  • Tweak 95 The parseDocument method will now check the given context against the internal plugins
  • Refactor Add a Bulma.getGlobalConfig(key: string, default: mixed) method to the core. This allows easy access to properties within the window.bulmaOptions object and accepts a default as it's second parameter, this is null by default.
vizuaalog
published 0.11.0 •

Changelog

Source

0.11.0

  • Feature Add a getFilename method to the file plugin.
  • Feature Add a setActive method to the tabs plugin. This allows for programatically changing the active tab.
  • Feature Add the ability to enable / disable a navbar's hide on scroll behavior at any time with enableHideOnScroll and disableHideOnScroll
  • Feature Add the ability to enable / disable a navbar's sticky behaviour at any time with enableSticky and disableSticky.
  • Feature Allow a plugin instance to be grabbed from an existing element. For example Bulma('.navbar').data('navbar') will return the navbar plugin instance associated with the element.
  • Feature #71 The modal plugin can have it's HTML content loaded via an AJAX request using the new bodyUrl option.
  • Bug #71 Fixed a typo within the Alert plugin that checks if the alert should be destroyed
  • Refactor Adjust how options are internally handled, renaming variables to config and implementing a ConfigBag helper class.
  • Refactor Remove the create method in favour of using the plugin's constructor method.
  • Refactor Rewrite the API so that you can select an element Bulma(selector) and then call the relevant plugin. The core will then automatically pss the selector element as the root, or create an empty div as the root if nothing is provided.
vizuaalog
published 0.10.4 •

Changelog

Source

0.10.4

  • Bug #100 Fix the npm run production script failing
vizuaalog
published 0.10.3 •

Changelog

Source

0.10.3

vizuaalog
published 0.10.2 •

Changelog

Source

0.10.2

vizuaalog
published 0.10.1 •

Changelog

Source

0.10.1

  • Bug Backported from master #88 Ensure the keyup event handler is removed then a Modal is destroyed. Thanks to @luksurious Pull Request.
vizuaalog
published 0.10.0 •

Changelog

Source

0.10.0

  • 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.
vizuaalog
published 0.9.1 •

Changelog

Source

0.9.1

  • Feature #66 The alert plugin now has closeOnCancel, closeOnConfirm, destroyOnCancel and destroyOnConfirm options. Thanks to @alexcanana.
  • Bug #69 The modal plugin now correctly handles the is-clipped class. Thanks to @alexcanana.
2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc