This repository has been 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-popover
to@stimulus-components/popover
- Upgrading dependencies
- Exporting Typescript Types
- Updating demo UI
- Add Stimulus LSP compatibility
6.2.0
Added
- Adding
name
in 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.x
and change namespace fromstimulus
to@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.66kb
to0.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
values
static 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
hide
action.
v2.0.0
Added
- Adding
tippyOptions
getter to simply override default options. tippy
instance is now a singleton.- Destroy
tippy
instance on disconnect.
Changed
Breaking - Removing mouseOut
action.
Breaking - popover
action does not return a new tippy
instance.
v1.0.0
- Adding controller