Skip to content

Releases: github/relative-time-element

v3.5.0

23 Nov 16:14
cc5096d
Compare
Choose a tag to compare

What's Changed

This release moves define calls into separate files, allowing import of each element without triggering the custom element definition. In addition it attempts to safely use globals so that it can be imported into NodeJS without error.

  • move customElements define calls to index.js and refactor by @keithamus in #209
  • Ensure HTMLElement exists in all contexts by @keithamus in #211
  • add define export for custom element registration by @keithamus in #210

Full Changelog: v3.4.1...v3.5.0

v3.4.1

22 Nov 17:57
265a9db
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.4.1

v3.4.0

21 Nov 12:47
82f9512
Compare
Choose a tag to compare

What's Changed

(Thanks @brunoprietog for the bug report!)

Full Changelog: v3.3.0...v3.4.0

v3.3.0

16 Nov 18:15
7b4c668
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.5...v3.3.0

v3.2.5

15 Nov 10:16
30138d7
Compare
Choose a tag to compare

What's Changed

  • ensure invalid dates fallback to lightdom textcontent by @keithamus in #203

Full Changelog: v3.2.4...v3.2.5

v3.2.4

07 Nov 18:45
1be3d31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.3...v3.2.4

v3.2.3

07 Nov 15:40
05a3e8b
Compare
Choose a tag to compare

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