Skip to content

Releases: github/relative-time-element

v3.2.2

07 Nov 15:18
e7c4e8d
Compare
Choose a tag to compare

v3.2.1

07 Nov 15:06
709a65b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

04 Nov 12:12
4bc8693
Compare
Choose a tag to compare

What's Changed

This release includes a large rewrite of the component with many new features that allow for fine-grained control over the display of the date. Existing uses will work as they always have, but a set of new attributes provide detailed control about how dates get rendered!

New Contributors

Full Changelog: v3.1.4...v3.2.0

v3.1.4

25 Aug 15:09
dd56c16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.3...v3.1.4

v3.1.3

24 Aug 03:35
74806f5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.1.3

v3.1.2

07 May 11:08
v3.1.2
40f3d1a
Compare
Choose a tag to compare

This release includes a bugfix where the <local-time> would not update when the time-zone-name attribute was changed. Additionally, we've converted the project to typescript, updated CI, and cleaned up various bits and bobs. See the list of commits for more details.

v3.1.1

02 Jun 10:09
f451756
Compare
Choose a tag to compare
  • Fix one off error in broken test (#139)

v3.1.0...v3.1.1

v3.1.0

16 Jan 13:53
4937280
Compare
Choose a tag to compare
  • Display "months ago" for time that is <= 18 months ago (#113)

v3.0.10...v3.1.0

v3.0.10

20 Nov 16:00
2b29c33
Compare
Choose a tag to compare

v3.0.9

13 Nov 21:24
4a2deca
Compare
Choose a tag to compare
  • Ensure title attribute gets updated when datatime attribute is changed. (Issue #56, PR #126)