Skip to content

Commit d5e63bd

Browse files
committed
1.2.0
1 parent 76db951 commit d5e63bd

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.2.0](https://github.com/khatastroffik/react-text-renderer-components/compare/v1.1.0...v1.2.0) (2024-11-22)
2+
3+
4+
### Features
5+
6+
* add the NEW component "QuarterRenderer" to render the quarter number (and optional the year) of an input date ([a0c2351](https://github.com/khatastroffik/react-text-renderer-components/commit/a0c2351486529532f90b9a990dc9083e82d72a8a))
7+
8+
9+
110
# [1.1.0](https://github.com/khatastroffik/react-text-renderer-components/compare/v1.0.1...v1.1.0) (2024-11-19)
211

312

RELEASENOTE.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
# [1.1.0](https://github.com/khatastroffik/react-text-renderer-components/compare/v1.0.1...v1.1.0) (2024-11-19)
2-
3-
4-
### Bug Fixes
5-
6-
* attribute names in react MDX ([e5573f3](https://github.com/khatastroffik/react-text-renderer-components/commit/e5573f3904e480115913544489f5fcc4db9d76b5))
1+
# [1.2.0](https://github.com/khatastroffik/react-text-renderer-components/compare/v1.1.0...v1.2.0) (2024-11-22)
72

83

94
### Features
105

11-
* add caching for Intl.DateTimeFormat instances, add "timeZone" property to Date renderers ([2e427aa](https://github.com/khatastroffik/react-text-renderer-components/commit/2e427aad88612d152ef08b2d1504dc1dae96d81a))
12-
* add the NEW component "WeekRenderer" to render ISO week numbers ([a968aa7](https://github.com/khatastroffik/react-text-renderer-components/commit/a968aa7d20b34f7180f466ff77e92ea1ec8095e3))
6+
* add the NEW component "QuarterRenderer" to render the quarter number (and optional the year) of an input date ([a0c2351](https://github.com/khatastroffik/react-text-renderer-components/commit/a0c2351486529532f90b9a990dc9083e82d72a8a))
137

148

159

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@khatastroffik/react-text-renderer-components",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "a zero-dependencies component library providing (pure) text rendering for common and custom data/field types.",
55
"source": "src/index.ts",
66
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)