Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

v4.0.0

Compare
Choose a tag to compare
@guillaumebriday guillaumebriday released this 05 Dec 16:55
· 30 commits to master since this release

[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...v4.0.0