Skip to content

Latest commit

 

History

History
114 lines (70 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

114 lines (70 loc) · 2.47 KB

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]

[7.0.0] - 2024-03-17

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] - 2022-12-23

Added

  • Adding name in library export to use the package with CDN, Sprockets and import-maps.

Chore

  • Bump dependencies.
  • Upgrading to Vite 4.x.
  • Docs new UI.

[6.1.0] - 2022-08-12

Chore

  • Using mouseenter and mouseleave events
  • Fix error when target is null

[6.0.0] - 2022-08-12

Chore

  • Breaking Upgrading Stimulus to 3.x and change namespace from stimulus to @hotwired/stimulus.
  • Upgrading dependencies
  • Upgrading Node to 16
  • Updating Workflows

[5.0.1] - 2021-06-14

Fixed

  • Using currentTarget instead of target to 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.66kb to 0.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 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">

[3.0.0] - 2020-11-18

Changed

Breaking - Removing Tippy as dependency. Breaking - Rename mouseOver to show.

Added

  • Add hide action.

[2.0.0] - 2020-11-10

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.

[1.0.0] - 2020-10-20

Added

  • Adding controller