File tree 3 files changed +24
-2
lines changed
3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 6 .0.0"
2
+ "." : " 7 .0.0"
3
3
}
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 7.0.0] ( https://github.com/alioguzhan/react-editext/compare/v6.0.0...v7.0.0 ) (2024-12-30)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * remove deprecated ` mainContainerClassName ` prop
11
+ * drop support for Node 14 and 16
12
+
13
+ ### Bug Fixes
14
+
15
+ * wrong logic for editContainerClassName precedence ([ b0cf594] ( https://github.com/alioguzhan/react-editext/commit/b0cf5946e55402a55f25f2cd1b0ba42b9efa5dd7 ) )
16
+
17
+
18
+ ### Miscellaneous Chores
19
+
20
+ * drop support for Node 14 and 16 ([ ea71a3b] ( https://github.com/alioguzhan/react-editext/commit/ea71a3b41767290129e133eff88d3053597973f4 ) )
21
+
22
+
23
+ ### Code Refactoring
24
+
25
+ * remove deprecated ` mainContainerClassName ` prop ([ d9ad9d4] ( https://github.com/alioguzhan/react-editext/commit/d9ad9d42b1d648e44c0d4b3cc75c6b7954282c8c ) )
26
+
5
27
## [ 6.0.0] ( https://github.com/alioguzhan/react-editext/compare/v5.1.0...v6.0.0 ) (2023-03-25)
6
28
7
29
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-editext" ,
3
- "version" : " 6 .0.0" ,
3
+ "version" : " 7 .0.0" ,
4
4
"description" : " Editable Text Component for React Applications" ,
5
5
"keywords" : [
6
6
" react" ,
You can’t perform that action at this time.
0 commit comments