File tree 28 files changed +115
-47
lines changed 28 files changed +115
-47
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
15
# [ 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)
7
16
8
17
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
- "version" : " 1.0.0-beta.41 "
3
+ "version" : " 1.0.0-beta.42 "
4
4
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 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)
7
11
8
12
** Note:** Version bump only for package @react-fabric/chart
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-fabric/chart" ,
3
- "version" : " 1.0.0-beta.41 " ,
3
+ "version" : " 1.0.0-beta.42 " ,
4
4
"description" : " RUF: Charting package" ,
5
5
"author" : " Adarsh Pastakia <adarshpastakia@outlook.com>" ,
6
6
"license" : " MIT" ,
35
35
"watch" : " npm-run-all -p watch:rollup watch:dts"
36
36
},
37
37
"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 " ,
40
40
"classnames" : " ^2.5.1" ,
41
41
"color" : " ^4.2.3" ,
42
42
"date-fns" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
13
# [ 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)
7
14
8
15
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-fabric/core" ,
3
- "version" : " 1.0.0-beta.41 " ,
3
+ "version" : " 1.0.0-beta.42 " ,
4
4
"description" : " RUF: Core package" ,
5
5
"author" : " Adarsh Pastakia <adarshpastakia@outlook.com>" ,
6
6
"license" : " MIT" ,
36
36
},
37
37
"dependencies" : {
38
38
"@floating-ui/react" : " ^0.26.24" ,
39
- "@react-fabric/utilities" : " ^1.0.0-beta.41 " ,
39
+ "@react-fabric/utilities" : " ^1.0.0-beta.42 " ,
40
40
"@tailwindcss/postcss" : " ~4.0.14" ,
41
41
"boring-avatars" : " ^1.10.2" ,
42
42
"classnames" : " ^2.5.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
# [ 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)
7
13
8
14
** Note:** Version bump only for package @react-fabric/data
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-fabric/data" ,
3
- "version" : " 1.0.0-beta.41 " ,
3
+ "version" : " 1.0.0-beta.42 " ,
4
4
"description" : " RUF: Data package" ,
5
5
"author" : " Adarsh Pastakia <adarshpastakia@outlook.com>" ,
6
6
"license" : " MIT" ,
35
35
"watch" : " npm-run-all -p watch:rollup watch:dts"
36
36
},
37
37
"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 " ,
42
42
"@tanstack/react-virtual" : " ^3.8.6" ,
43
43
"classnames" : " ^2.5.1" ,
44
44
"color" : " ^4.2.3" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 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)
7
11
8
12
** Note:** Version bump only for package @react-fabric/date
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-fabric/date" ,
3
- "version" : " 1.0.0-beta.41 " ,
3
+ "version" : " 1.0.0-beta.42 " ,
4
4
"description" : " RUF: Date package" ,
5
5
"author" : " Adarsh Pastakia <adarshpastakia@outlook.com>" ,
6
6
"license" : " MIT" ,
35
35
"watch" : " npm-run-all -p watch:rollup watch:dts"
36
36
},
37
37
"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 " ,
40
40
"classnames" : " ^2.5.1" ,
41
41
"date-fns" : " ^4.0.0" ,
42
42
"resize-observer-polyfill" : " ^1.5.1"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 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)
7
11
8
12
** Note:** Version bump only for package @react-fabric/draw
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-fabric/draw" ,
3
- "version" : " 1.0.0-beta.41 " ,
3
+ "version" : " 1.0.0-beta.42 " ,
4
4
"description" : " RUF: TLDraw canvas" ,
5
5
"author" : " Adarsh Pastakia <adarshpastakia@outlook.com>" ,
6
6
"license" : " MIT" ,
33
33
"watch" : " npm-run-all -p watch:rollup watch:dts"
34
34
},
35
35
"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 " ,
38
38
"@tldraw/assets" : " ^3.3.1" ,
39
39
"@tldraw/editor" : " ^3.3.1" ,
40
40
"@tldraw/tldraw" : " ^3.3.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
# [ 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)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-fabric/form" ,
3
- "version" : " 1.0.0-beta.41 " ,
3
+ "version" : " 1.0.0-beta.42 " ,
4
4
"description" : " RUF: Form package" ,
5
5
"author" : " Adarsh Pastakia <adarshpastakia@outlook.com>" ,
6
6
"license" : " MIT" ,
41
41
"@dnd-kit/utilities" : " ^3.2.2" ,
42
42
"@floating-ui/react" : " ^0.26.24" ,
43
43
"@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 " ,
47
47
"classnames" : " ^2.5.1" ,
48
48
"color" : " ^4.2.3" ,
49
49
"react-color" : " ^2.19.3" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 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)
7
11
8
12
** Note:** Version bump only for package @react-fabric/lexical
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-fabric/lexical" ,
3
- "version" : " 1.0.0-beta.41 " ,
3
+ "version" : " 1.0.0-beta.42 " ,
4
4
"description" : " RUF: Lexical editor" ,
5
5
"author" : " Adarsh Pastakia <adarshpastakia@outlook.com>" ,
6
6
"license" : " MIT" ,
37
37
"dependencies" : {
38
38
"@lexical/headless" : " ^0.17.1" ,
39
39
"@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 " ,
43
43
"classnames" : " ^2.5.1" ,
44
44
"lexical" : " ^0.17.1"
45
45
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 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)
7
11
8
12
** Note:** Version bump only for package @react-fabric/mdx
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-fabric/mdx" ,
3
- "version" : " 1.0.0-beta.41 " ,
3
+ "version" : " 1.0.0-beta.42 " ,
4
4
"description" : " RUF: Markdown display and editor" ,
5
5
"author" : " Adarsh Pastakia <adarshpastakia@outlook.com>" ,
6
6
"license" : " MIT" ,
36
36
},
37
37
"dependencies" : {
38
38
"@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 " ,
41
41
"classnames" : " ^2.5.1" ,
42
42
"dom-to-image" : " ^2.6.0" ,
43
43
"dompurify" : " ^3.1.7" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 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)
7
11
8
12
** Note:** Version bump only for package @react-fabric/media
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-fabric/media" ,
3
- "version" : " 1.0.0-beta.41 " ,
3
+ "version" : " 1.0.0-beta.42 " ,
4
4
"description" : " RUF: Media package" ,
5
5
"author" : " Adarsh Pastakia <adarshpastakia@outlook.com>" ,
6
6
"license" : " MIT" ,
35
35
"watch" : " npm-run-all -p watch:rollup watch:dts"
36
36
},
37
37
"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 " ,
41
41
"classnames" : " ^2.5.1" ,
42
42
"color" : " ^4.2.3" ,
43
43
"wavesurfer.js" : " ^7.8.6"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 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)
7
11
8
12
** Note:** Version bump only for package @react-fabric/monaco
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-fabric/monaco" ,
3
- "version" : " 1.0.0-beta.41 " ,
3
+ "version" : " 1.0.0-beta.42 " ,
4
4
"description" : " RUF: Monaco editor" ,
5
5
"author" : " Adarsh Pastakia <adarshpastakia@outlook.com>" ,
6
6
"license" : " MIT" ,
35
35
"watch" : " npm-run-all -p watch:rollup watch:dts"
36
36
},
37
37
"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 " ,
40
40
"classnames" : " ^2.5.1" ,
41
41
"monaco-editor" : " ^0.52.0" ,
42
42
"react-monaco-editor" : " ^0.56.2"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 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)
7
11
8
12
** Note:** Version bump only for package @react-fabric/searchbar
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-fabric/searchbar" ,
3
- "version" : " 1.0.0-beta.41 " ,
3
+ "version" : " 1.0.0-beta.42 " ,
4
4
"description" : " RUF: Searchbar with filters package" ,
5
5
"author" : " Adarsh Pastakia <adarshpastakia@outlook.com>" ,
6
6
"license" : " MIT" ,
34
34
},
35
35
"dependencies" : {
36
36
"@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 " ,
41
41
"classnames" : " ^2.5.1" ,
42
42
"react-hook-form" : " ^7.52.1"
43
43
},
48
48
"react-i18next" : " ^15.0.2"
49
49
},
50
50
"devDependencies" : {
51
- "@react-fabric/superdate" : " ^1.0.0-beta.41 "
51
+ "@react-fabric/superdate" : " ^1.0.0-beta.42 "
52
52
},
53
53
"engines" : {
54
54
"node" : " >=18.12.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 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)
7
11
8
12
** Note:** Version bump only for package @react-fabric/superdate
You can’t perform that action at this time.
0 commit comments