- Fix undefined scroll position - @PhilippMeissner
- Change package exports - @excid3
- Change Stimulus dependency to
@hotwired/stimulus
- @excid3
- [NEW] Add
dismissAfter
option for Alerts to auto-dismiss - @excid3
- [NEW] Added a color picker preview - @nickjj
- [NEW]
hide
andshow
methods for toggle - @A7madXatab #71
- [FIX] Allow button to be focused and toggle dropdown with space/enter - @drnic #59
- [FIX] Fix pointer events when alerts are visible - @inopinatus
- [FIX] Fix dropdowns open on page load - @julianrubisch
- [NEW] Updated Stimulus JS requirement to 2.0
- [NEW] Test suite has been added
- [FIX] Add default value so enterTimeout & leaveTimeout don't break - @excid3
- [NEW] Add slideover component - @julianrubisch
- [NEW] Add animations for dropdown menu - @julianrubisch
- [NEW] Add active class to dropdown component - @williamkennedy
- [NEW] Add Alert component @esmale
- [NEW] Use
data-id
ontabs.change
element if specified
- [NEW] Use
data-index
ontabs.change
element if specified
- Revert 2.0.4, microbundle's --external option didn't work as expected
- Change to specify external stimulus dependency instead of global since we're using peerDependencies
- [Fix] Build UMD module with access to global Stimulus
- [New] Add option to prevent or allow the default event when using the modal. @brunnogomes
- [Fix] Only set active tab using anchor if anchor is present
- [New] Move Stimulus.js to a peerDependency to reduce bundle size. @adrienpoly
- [New] Automatically select the visible tab based upon the anchor in the URL and the ID on the tabs
- [Fix] Close modal on disconnect. Fixes issues with Turbolinks caching the open modal.
- Initial release