Skip to content

Commit 61c9612

Browse files
chore(release): 1.0.0-beta.42
1 parent 4312413 commit 61c9612

28 files changed

+115
-47
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.42](https://github.com/adarshpastakia/react-fabric/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2025-03-25)
7+
8+
### Bug Fixes
9+
10+
- **Inputs:** add onFocus/onBlur props ([9e9dafd](https://github.com/adarshpastakia/react-fabric/commit/9e9dafd5bbfd497d5e127b850e816515e3323ed3))
11+
- **Page:** add ref to use for passing modal portal root ([4312413](https://github.com/adarshpastakia/react-fabric/commit/43124133b3a31b050a00f429df9a2a5382c1aafb))
12+
- **Table:** reset state on data change ([745365c](https://github.com/adarshpastakia/react-fabric/commit/745365c4f7dee25dc013e387211516832deb1558))
13+
- **Tooltip:** set contrast style for text only ([b4758b9](https://github.com/adarshpastakia/react-fabric/commit/b4758b946ac1b587e1cea88e9da2654aacd17d47))
14+
615
# [1.0.0-beta.41](https://github.com/adarshpastakia/react-fabric/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2025-03-22)
716

817
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"npmClient": "yarn",
3-
"version": "1.0.0-beta.41"
3+
"version": "1.0.0-beta.42"
44
}

packages/chart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.42](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2025-03-25)
7+
8+
**Note:** Version bump only for package @react-fabric/chart
9+
610
# [1.0.0-beta.41](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2025-03-22)
711

812
**Note:** Version bump only for package @react-fabric/chart

packages/chart/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/chart",
3-
"version": "1.0.0-beta.41",
3+
"version": "1.0.0-beta.42",
44
"description": "RUF: Charting package",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -35,8 +35,8 @@
3535
"watch": "npm-run-all -p watch:rollup watch:dts"
3636
},
3737
"dependencies": {
38-
"@react-fabric/core": "^1.0.0-beta.41",
39-
"@react-fabric/utilities": "^1.0.0-beta.41",
38+
"@react-fabric/core": "^1.0.0-beta.42",
39+
"@react-fabric/utilities": "^1.0.0-beta.42",
4040
"classnames": "^2.5.1",
4141
"color": "^4.2.3",
4242
"date-fns": "^4.0.0",

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.42](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2025-03-25)
7+
8+
### Bug Fixes
9+
10+
- **Page:** add ref to use for passing modal portal root ([4312413](https://github.com/adarshpastakia/react-ui-framework/commit/43124133b3a31b050a00f429df9a2a5382c1aafb))
11+
- **Tooltip:** set contrast style for text only ([b4758b9](https://github.com/adarshpastakia/react-ui-framework/commit/b4758b946ac1b587e1cea88e9da2654aacd17d47))
12+
613
# [1.0.0-beta.41](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2025-03-22)
714

815
### Bug Fixes

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/core",
3-
"version": "1.0.0-beta.41",
3+
"version": "1.0.0-beta.42",
44
"description": "RUF: Core package",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@floating-ui/react": "^0.26.24",
39-
"@react-fabric/utilities": "^1.0.0-beta.41",
39+
"@react-fabric/utilities": "^1.0.0-beta.42",
4040
"@tailwindcss/postcss": "~4.0.14",
4141
"boring-avatars": "^1.10.2",
4242
"classnames": "^2.5.1",

packages/data/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.42](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2025-03-25)
7+
8+
### Bug Fixes
9+
10+
- **Table:** reset state on data change ([745365c](https://github.com/adarshpastakia/react-ui-framework/commit/745365c4f7dee25dc013e387211516832deb1558))
11+
612
# [1.0.0-beta.41](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2025-03-22)
713

814
**Note:** Version bump only for package @react-fabric/data

packages/data/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/data",
3-
"version": "1.0.0-beta.41",
3+
"version": "1.0.0-beta.42",
44
"description": "RUF: Data package",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -35,10 +35,10 @@
3535
"watch": "npm-run-all -p watch:rollup watch:dts"
3636
},
3737
"dependencies": {
38-
"@react-fabric/core": "^1.0.0-beta.41",
39-
"@react-fabric/date": "^1.0.0-beta.41",
40-
"@react-fabric/form": "^1.0.0-beta.41",
41-
"@react-fabric/utilities": "^1.0.0-beta.41",
38+
"@react-fabric/core": "^1.0.0-beta.42",
39+
"@react-fabric/date": "^1.0.0-beta.42",
40+
"@react-fabric/form": "^1.0.0-beta.42",
41+
"@react-fabric/utilities": "^1.0.0-beta.42",
4242
"@tanstack/react-virtual": "^3.8.6",
4343
"classnames": "^2.5.1",
4444
"color": "^4.2.3",

packages/date/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.42](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2025-03-25)
7+
8+
**Note:** Version bump only for package @react-fabric/date
9+
610
# [1.0.0-beta.41](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2025-03-22)
711

812
**Note:** Version bump only for package @react-fabric/date

packages/date/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/date",
3-
"version": "1.0.0-beta.41",
3+
"version": "1.0.0-beta.42",
44
"description": "RUF: Date package",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -35,8 +35,8 @@
3535
"watch": "npm-run-all -p watch:rollup watch:dts"
3636
},
3737
"dependencies": {
38-
"@react-fabric/core": "^1.0.0-beta.41",
39-
"@react-fabric/utilities": "^1.0.0-beta.41",
38+
"@react-fabric/core": "^1.0.0-beta.42",
39+
"@react-fabric/utilities": "^1.0.0-beta.42",
4040
"classnames": "^2.5.1",
4141
"date-fns": "^4.0.0",
4242
"resize-observer-polyfill": "^1.5.1"

packages/draw/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.42](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2025-03-25)
7+
8+
**Note:** Version bump only for package @react-fabric/draw
9+
610
# [1.0.0-beta.41](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2025-03-22)
711

812
**Note:** Version bump only for package @react-fabric/draw

packages/draw/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/draw",
3-
"version": "1.0.0-beta.41",
3+
"version": "1.0.0-beta.42",
44
"description": "RUF: TLDraw canvas",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -33,8 +33,8 @@
3333
"watch": "npm-run-all -p watch:rollup watch:dts"
3434
},
3535
"dependencies": {
36-
"@react-fabric/core": "^1.0.0-beta.41",
37-
"@react-fabric/utilities": "^1.0.0-beta.41",
36+
"@react-fabric/core": "^1.0.0-beta.42",
37+
"@react-fabric/utilities": "^1.0.0-beta.42",
3838
"@tldraw/assets": "^3.3.1",
3939
"@tldraw/editor": "^3.3.1",
4040
"@tldraw/tldraw": "^3.3.1",

packages/form/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.42](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2025-03-25)
7+
8+
### Bug Fixes
9+
10+
- **Inputs:** add onFocus/onBlur props ([9e9dafd](https://github.com/adarshpastakia/react-ui-framework/commit/9e9dafd5bbfd497d5e127b850e816515e3323ed3))
11+
612
# [1.0.0-beta.41](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2025-03-22)
713

814
### Bug Fixes

packages/form/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/form",
3-
"version": "1.0.0-beta.41",
3+
"version": "1.0.0-beta.42",
44
"description": "RUF: Form package",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -41,9 +41,9 @@
4141
"@dnd-kit/utilities": "^3.2.2",
4242
"@floating-ui/react": "^0.26.24",
4343
"@hookform/resolvers": "^3.9.0",
44-
"@react-fabric/core": "^1.0.0-beta.41",
45-
"@react-fabric/date": "^1.0.0-beta.41",
46-
"@react-fabric/utilities": "^1.0.0-beta.41",
44+
"@react-fabric/core": "^1.0.0-beta.42",
45+
"@react-fabric/date": "^1.0.0-beta.42",
46+
"@react-fabric/utilities": "^1.0.0-beta.42",
4747
"classnames": "^2.5.1",
4848
"color": "^4.2.3",
4949
"react-color": "^2.19.3",

packages/lexical/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.42](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2025-03-25)
7+
8+
**Note:** Version bump only for package @react-fabric/lexical
9+
610
# [1.0.0-beta.41](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2025-03-22)
711

812
**Note:** Version bump only for package @react-fabric/lexical

packages/lexical/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/lexical",
3-
"version": "1.0.0-beta.41",
3+
"version": "1.0.0-beta.42",
44
"description": "RUF: Lexical editor",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -37,9 +37,9 @@
3737
"dependencies": {
3838
"@lexical/headless": "^0.17.1",
3939
"@lexical/react": "^0.17.1",
40-
"@react-fabric/core": "^1.0.0-beta.41",
41-
"@react-fabric/form": "^1.0.0-beta.41",
42-
"@react-fabric/utilities": "^1.0.0-beta.41",
40+
"@react-fabric/core": "^1.0.0-beta.42",
41+
"@react-fabric/form": "^1.0.0-beta.42",
42+
"@react-fabric/utilities": "^1.0.0-beta.42",
4343
"classnames": "^2.5.1",
4444
"lexical": "^0.17.1"
4545
},

packages/mdx/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.42](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2025-03-25)
7+
8+
**Note:** Version bump only for package @react-fabric/mdx
9+
610
# [1.0.0-beta.41](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2025-03-22)
711

812
**Note:** Version bump only for package @react-fabric/mdx

packages/mdx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/mdx",
3-
"version": "1.0.0-beta.41",
3+
"version": "1.0.0-beta.42",
44
"description": "RUF: Markdown display and editor",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -36,8 +36,8 @@
3636
},
3737
"dependencies": {
3838
"@mdxeditor/editor": "^3.14.0",
39-
"@react-fabric/core": "^1.0.0-beta.41",
40-
"@react-fabric/utilities": "^1.0.0-beta.41",
39+
"@react-fabric/core": "^1.0.0-beta.42",
40+
"@react-fabric/utilities": "^1.0.0-beta.42",
4141
"classnames": "^2.5.1",
4242
"dom-to-image": "^2.6.0",
4343
"dompurify": "^3.1.7",

packages/media/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.42](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2025-03-25)
7+
8+
**Note:** Version bump only for package @react-fabric/media
9+
610
# [1.0.0-beta.41](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2025-03-22)
711

812
**Note:** Version bump only for package @react-fabric/media

packages/media/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/media",
3-
"version": "1.0.0-beta.41",
3+
"version": "1.0.0-beta.42",
44
"description": "RUF: Media package",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -35,9 +35,9 @@
3535
"watch": "npm-run-all -p watch:rollup watch:dts"
3636
},
3737
"dependencies": {
38-
"@react-fabric/core": "^1.0.0-beta.41",
39-
"@react-fabric/form": "^1.0.0-beta.41",
40-
"@react-fabric/utilities": "^1.0.0-beta.41",
38+
"@react-fabric/core": "^1.0.0-beta.42",
39+
"@react-fabric/form": "^1.0.0-beta.42",
40+
"@react-fabric/utilities": "^1.0.0-beta.42",
4141
"classnames": "^2.5.1",
4242
"color": "^4.2.3",
4343
"wavesurfer.js": "^7.8.6"

packages/monaco/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.42](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2025-03-25)
7+
8+
**Note:** Version bump only for package @react-fabric/monaco
9+
610
# [1.0.0-beta.41](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2025-03-22)
711

812
**Note:** Version bump only for package @react-fabric/monaco

packages/monaco/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/monaco",
3-
"version": "1.0.0-beta.41",
3+
"version": "1.0.0-beta.42",
44
"description": "RUF: Monaco editor",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -35,8 +35,8 @@
3535
"watch": "npm-run-all -p watch:rollup watch:dts"
3636
},
3737
"dependencies": {
38-
"@react-fabric/core": "^1.0.0-beta.41",
39-
"@react-fabric/utilities": "^1.0.0-beta.41",
38+
"@react-fabric/core": "^1.0.0-beta.42",
39+
"@react-fabric/utilities": "^1.0.0-beta.42",
4040
"classnames": "^2.5.1",
4141
"monaco-editor": "^0.52.0",
4242
"react-monaco-editor": "^0.56.2"

packages/searchbar/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.42](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2025-03-25)
7+
8+
**Note:** Version bump only for package @react-fabric/searchbar
9+
610
# [1.0.0-beta.41](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2025-03-22)
711

812
**Note:** Version bump only for package @react-fabric/searchbar

packages/searchbar/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/searchbar",
3-
"version": "1.0.0-beta.41",
3+
"version": "1.0.0-beta.42",
44
"description": "RUF: Searchbar with filters package",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -34,10 +34,10 @@
3434
},
3535
"dependencies": {
3636
"@floating-ui/react": "^0.26.24",
37-
"@react-fabric/core": "^1.0.0-beta.41",
38-
"@react-fabric/form": "^1.0.0-beta.41",
39-
"@react-fabric/monaco": "^1.0.0-beta.41",
40-
"@react-fabric/utilities": "^1.0.0-beta.41",
37+
"@react-fabric/core": "^1.0.0-beta.42",
38+
"@react-fabric/form": "^1.0.0-beta.42",
39+
"@react-fabric/monaco": "^1.0.0-beta.42",
40+
"@react-fabric/utilities": "^1.0.0-beta.42",
4141
"classnames": "^2.5.1",
4242
"react-hook-form": "^7.52.1"
4343
},
@@ -48,7 +48,7 @@
4848
"react-i18next": "^15.0.2"
4949
},
5050
"devDependencies": {
51-
"@react-fabric/superdate": "^1.0.0-beta.41"
51+
"@react-fabric/superdate": "^1.0.0-beta.42"
5252
},
5353
"engines": {
5454
"node": ">=18.12.0",

packages/superdate/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.42](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2025-03-25)
7+
8+
**Note:** Version bump only for package @react-fabric/superdate
9+
610
# [1.0.0-beta.41](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2025-03-22)
711

812
**Note:** Version bump only for package @react-fabric/superdate

0 commit comments

Comments
 (0)