This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
Releases: stimulus-components/stimulus-timeago
Releases · stimulus-components/stimulus-timeago
5.0.1
5.0.0
Chore
- Using proper value for option. Example:
data-timeago-add-suffix-value=""
is nowdata-timeago-add-suffix-value="true"
- Renaming the component from
stimulus-timeago
to@stimulus-components/timeago
- Upgrading dependencies
- Exporting Typescript Types
- Updating demo UI
- Add Stimulus LSP compatibility
4.1.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.
- Upgrading Node to
18.x
.
4.0.1
Chore
- Updating workflows
- Updating Node to 16
- Bump dependencies
- Fixing external libraries
4.0.0
v3.0.0
v2.0.0
[2.0.0] - 2020-12-05
Added
- Support for Stimulus 2.0
- Namespacing warn message in the console.
Changed
Breaking Using the new values
static property.
- <time data-controller="timeago" data-timeago-datetime="2018-01-30T09:00" data-timeago-refresh-interval="1000" data-timeago-include-seconds="" data-timeago-add-suffix=""></time>
+ <time data-controller="timeago" data-timeago-datetime-value="2018-01-30T09:00" data-timeago-refresh-interval-value="1000" data-timeago-include-seconds-value="" data-timeago-add-suffix-value=""></time>
v1.2.0
v1.1.0
Changed
- Catch
Invalid Date
error and display given value instead
v1.0.0
- Adding controller