This repository was archived by the owner on Oct 26, 2024. It is now read-only.
Releases: stimulus-components/stimulus-popover
Releases · stimulus-components/stimulus-popover
7.0.0
Chore
- Renaming the component from
stimulus-popoverto@stimulus-components/popover - Upgrading dependencies
- Exporting Typescript Types
- Updating demo UI
- Add Stimulus LSP compatibility
6.2.0
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
6.0.0
Chore
- Breaking Upgrading Stimulus to
3.xand change namespace fromstimulusto@hotwired/stimulus. - Upgrading dependencies
- Upgrading Node to 16
- Updating Workflows
5.0.1
- Fixing #11, using currentTarget f98e4f4
v5.0.0
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
v4.0.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">v3.0.0
Changed
Breaking - Removing Tippy as dependency.
Breaking - Rename mouseOver to show.
Added
- Add
hideaction.
v2.0.0
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.
v1.0.0
- Adding controller