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

v2.0.0

Compare
Choose a tag to compare
@guillaumebriday guillaumebriday released this 05 Dec 17:25
· 33 commits to master since this release

[2.0.0] - 2020-12-05

Added

  • Support for Stimulus 2.0
  • Prevent error if the url is empty.

Changed

  • Breaking Using the new values static property
- <div data-controller="content-loader" data-content-loader-url="/message.html"></div>
+ <div data-controller="content-loader" data-content-loader-url-value="/message.html"></div>

6505b64...v2.0.0