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

htmxskyjs

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

htmxskyjs - npm Package Versions

luopais
published 1.0.7 •
luopais
published 1.0.6 •
luopais
published 1.0.5 •
luopais
published 1.0.4 •
luopais
published 1.0.3 •
luopais
published 1.0.2 •

Changelog

Source

[1.0.2] - 2020-12-12

  • Extend all API methods to take a string selector as well as an element
  • Out of band swap elements need not be top level now
  • hx-swap-oob now can accept a CSS selector to retarget with
luopais
published 1.0.1 •

Changelog

Source

[1.0.1] - 2020-12-04

  • AJAX file upload now correctly fires events, allowing for a proper progress bar
  • htmx api functions that expect an element now can accept a string selector instead:
     htmx.on('#form', 'htmx:xhr:progress', function(evt) {
       htmx.find('#progress').setAttribute('value', evt.detail.loaded/evt.detail.total * 100)
     });
    
  • htmx now properly handles the multiple attribute on <select> elements
luopais
published 1.0.0 •

Changelog

Source

[1.0.0] - 2020-11-24

  • Bumped the release version :)