Releases: github/relative-time-element
Releases · github/relative-time-element
v3.2.2
v3.2.1
What's Changed
- avoid eagerly calling this.update() by @keithamus in #200
Full Changelog: v3.2.0...v3.2.1
v3.2.0
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!
- Update README.md by @josepmartins in #171
- Fix closing tag for
time-until
in documentation by @meduzen in #172 - move AOR to primer by @keithamus in #173
- fix lang on relative-time day ordering by @keithamus in #175
- Custom format by @keithamus in #177
- switch from karma to web-test-runner by @keithamus in #178
- Use esbuild by @keithamus in #179
- Split strftime out by @keithamus in #180
- add tense to relative-time by @keithamus in #181
- simplify time-until/ago elements by @keithamus in #182
- Extract tostring from relative time into element by @keithamus in #183
- Add threshold by @keithamus in #184
- Refactor relative time by @koddsson in #185
- Inline utilities only used in
<relative-time>
by @koddsson in #186 - Inline extended time element into relative time by @keithamus in #187
- add relative-time tests for local-time by @keithamus in #188
- add setters for all attributes by @keithamus in #189
- RelativeTimeElement: Progressive time update intervals by @keithamus in #190
- Add custome elements manifest by @keithamus in #191
- Switch element to defining content within ShadowDOM by @keithamus in #193
- Update readme by @keithamus in #192
- Local time refactor by @keithamus in #194
- add tests for ponyfills by @keithamus in #195
- refactor relative-time to remove RelativeTimeFormat by @keithamus in #196
- inline utils functions by @keithamus in #197
- Make duration class by @keithamus in #198
- Minor cleanups by @keithamus in #199
New Contributors
- @josepmartins made their first contribution in #171
- @meduzen made their first contribution in #172
Full Changelog: v3.1.4...v3.2.0
v3.1.4
v3.1.3
What's Changed
- Update caniuse URL to new pattern by @Schweinepriester in #149
- Update developer dependencies by @koddsson in #150
- Bump karma from 6.3.4 to 6.3.14 by @dependabot in #153
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #154
- Bump follow-redirects from 1.11.0 to 1.14.8 by @dependabot in #155
- Use chromium for karma tests by @theinterned in #156
- Add a .devcontainer by @koddsson in #157
- Bump karma from 6.3.14 to 6.3.16 by @dependabot in #158
- Add a release action by @koddsson in #159
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #161
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #162
- Bump got from 11.8.3 to 11.8.5 by @dependabot in #164
- "Future Date"-values are now future dates by @SimonWaldherr in #165
- Add file extensions to imports for ES Module support by @nwalters512 in #168
New Contributors
- @Schweinepriester made their first contribution in #149
- @theinterned made their first contribution in #156
- @SimonWaldherr made their first contribution in #165
- @nwalters512 made their first contribution in #168
Full Changelog: v3.1.2...v3.1.3
v3.1.2
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.