Skip to content

Releases: khatastroffik/react-text-renderer-components

v1.4.0

14 Jan 11:18

Choose a tag to compare

1.4.0 (2025-01-14)

Features

  • implement the TextRenderer component (af2b6dc)

v1.3.0

02 Jan 16:19

Choose a tag to compare

1.3.0 (2025-01-02)

Maintenance

This maintenance release improves the following:

  • "type checking" experience when using typescript
  • overall quality of the code
  • tests and code coverage
  • documentation

v1.2.0

22 Nov 23:26

Choose a tag to compare

1.2.0 (2024-11-22)

Features

  • add the NEW component "QuarterRenderer" to render the quarter number (and optional the year) of an input date (a0c2351)

v1.1.0

19 Nov 16:18

Choose a tag to compare

1.1.0 (2024-11-19)

Bug Fixes

  • attribute names in react MDX (e5573f3)

Features

  • add caching for Intl.DateTimeFormat instances, add "timeZone" property to Date renderers (2e427aa)
  • add the NEW component "WeekRenderer" to render ISO week numbers (a968aa7)

v1.0.1

13 Nov 19:31

Choose a tag to compare

1.0.1 (2024-10-30)

Features

  • add AbstractRenderer and DateRenderer (a8d86e5)
  • add TimeRenderer and DateTimeRenderer components (78f605c)
  • improve DateRenderer component and its tests (4ac81ab)