2.2 KiB
2.2 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[6.2.0] - 2022-12-23
Added
- Adding
namein library export to use the package with CDN, Sprockets andimport-maps.
Chore
- Bump dependencies.
- Upgrading to Vite
4.x. - Docs new UI.
[6.1.0] - 2022-08-12
Chore
- Using
mouseenterandmouseleaveevents - Fix error when target is null
[6.0.0] - 2022-08-12
Chore
- Breaking Upgrading Stimulus to
3.xand change namespace fromstimulusto@hotwired/stimulus. - Upgrading dependencies
- Upgrading Node to 16
- Updating Workflows
[5.0.1] - 2021-06-14
Fixed
- Using
currentTargetinstead oftargetto select the element.
[5.0.0] - 2021-06-02
Chore
- Moving from Snowpack to Vite
- Using stimulus as external library reducing bundle size from
40.66kbto0.61kb. - Moving to TypeScript.
- Upgrading Node to 14.17.0
[4.0.0] - 2020-12-05
Added
- Support for Stimulus 2.0
- Prevent error if the url is empty when using remote card.
Changed
- Breaking Using the new
valuesstatic property
- <div data-controller="popover" data-popover-url="/card.html">
+ <div data-controller="popover" data-popover-url-value="/card.html">
- Breaking Using the new syntax for
targets.
- <div data-controller="popover" data-target="popover.card">
+ <div data-controller="popover" data-popover-target="card">
[3.0.0] - 2020-11-18
Changed
Breaking - Removing Tippy as dependency.
Breaking - Rename mouseOver to show.
Added
- Add
hideaction.
[2.0.0] - 2020-11-10
Added
- Adding
tippyOptionsgetter to simply override default options. tippyinstance is now a singleton.- Destroy
tippyinstance on disconnect.
Changed
Breaking - Removing mouseOut action.
Breaking - popover action does not return a new tippy instance.
[1.0.0] - 2020-10-20
Added
- Adding controller