Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React 18 compatibility #2268

Open
wants to merge 47 commits into
base: release/T25.imp
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
da6a491
Update Node version + A couple of react related dependencies, missing…
bordoni Nov 14, 2024
2b690cf
Modified to attempt to fix the problem with being able to npm run build
bordoni Nov 14, 2024
9df71a6
Remove autosize input, need to check on that
bordoni Nov 14, 2024
177c17b
build(webpack.config.js) add modules externals
lucatume Nov 14, 2024
9ad56a0
build(modules/store) fix build issue with thunk import
lucatume Nov 14, 2024
46120a2
fix(modules) import DayPicker from react-day-picker correctly
lucatume Nov 14, 2024
d855500
build(package.json) install @react-devtools
lucatume Nov 14, 2024
d09264a
fix(modules/store) import composeWithDevTools from correct source
lucatume Nov 14, 2024
16b750c
fix(modules/day-picker-input) comment out style import
lucatume Nov 14, 2024
942feeb
fix(modules/creatable-select) update to use newer library version str…
lucatume Nov 14, 2024
9c7592e
build(package.json) update chrono-node
lucatume Nov 14, 2024
ab81659
build(webpack.config.js) include chrono-node among the packages to tr…
lucatume Nov 14, 2024
e4381c2
build(package-lock.json) pull latest taskmaster
lucatume Nov 15, 2024
def3bc0
fix(modules) update import of react-day-picker styles
lucatume Nov 15, 2024
a5448e6
Remove defaultProps from src/modules/elements/time-picker/element.js
bordoni Nov 16, 2024
127a8ff
Resolve the problems related to CSS not loading
bordoni Nov 16, 2024
d107085
Re-introduce auto-size fields fix most of the CSS for date picker
bordoni Nov 16, 2024
851d70d
refactor(src/modules) remove defaultProps
lucatume Nov 19, 2024
9818eeb
Ensure we are dealing with the correct day picker input
bordoni Nov 20, 2024
cbb5c14
Merge branch 'fix/TEC-5322-wp-67-packages' of github.com:the-events-c…
bordoni Nov 20, 2024
8616be9
refactor(src/modules) format PHP date with php-date-formatter
lucatume Nov 21, 2024
9424602
refactor(Main.php) add the tec-common-php-date-formatter script handle
lucatume Nov 21, 2024
01ab890
fix(Plugin_Merge_Provider_Abstract) avoid doing_it_wrong
lucatume Nov 22, 2024
c27f3ee
Merge branch 'master' of github.com:the-events-calendar/tribe-common …
bordoni Nov 22, 2024
3cd77ec
Merge branch 'fix/TEC-5322-wp-67-packages' of github.com:the-events-c…
bordoni Nov 23, 2024
72af0af
refactor(src/modules) remove defaultProps
lucatume Nov 25, 2024
7a07e29
fix(src/modules) use up-to-date property
lucatume Nov 25, 2024
f688182
refactor(src/modules) use up-to-date property name
lucatume Nov 25, 2024
c54abc9
fix(src/modules) do not require value
lucatume Nov 25, 2024
ea48856
fix(src/modules) more default prop removal
lucatume Nov 25, 2024
4014f4f
fix(src/modules) more defaultProps
lucatume Nov 26, 2024
ba2eb22
fix(src/modules) day-picker value
lucatume Nov 27, 2024
3115a41
build(package-lock.json) update
lucatume Dec 3, 2024
7982004
fix(elements/day-picker)
lucatume Dec 3, 2024
1792f8e
doc(changelog) add entry
lucatume Dec 4, 2024
99d6fe5
test(restv1_et,_support) update Faker use
lucatume Dec 4, 2024
979a3ec
tests(restv1_et) fix Faker import
lucatume Dec 4, 2024
b21c56a
Merge branch 'fix/TEC-5322-wp-67-packages' of github.com:the-events-c…
lucatume Dec 4, 2024
b29019c
build(package-lock.json) update per node v18.17.0
lucatume Dec 4, 2024
31cb5ed
build(.github) deactivate tests-js, lint workflows
lucatume Dec 5, 2024
2523f39
Merge remote-tracking branch 'origin/master' into fix/TEC-5322-wp-67-…
lucatume Dec 18, 2024
e353918
build(package-lock.json) update after merge
lucatume Dec 18, 2024
a1a00b7
Merge remote-tracking branch 'origin/release/T25.imp' into fix/TEC-53…
lucatume Jan 7, 2025
5a95f26
build(.github) update WP to 6.5 in tests
lucatume Jan 7, 2025
b9d2289
refactor(IAN) narrower handlers, namespace
lucatume Dec 30, 2024
2a346e9
build(package-safelist.json) include php-date-formatter from node_mod…
lucatume Jan 8, 2025
c2c711c
Merge remote-tracking branch 'origin/release/T25.imp' into fix/TEC-53…
lucatume Jan 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
last 2 Chrome versions
last 2 Firefox versions
last 2 Safari versions
last 2 Edge versions
last 2 Opera versions
last 2 iOS versions
last 1 Android version
last 1 ChromeAndroid version
last 1 FirefoxAndroid version
> 1%, not op_mini all, not ie <= 11, not ie_mob <= 11
>0.2%
not dead
not op_mini all
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.13.0
18.17.0
4 changes: 4 additions & 0 deletions changelog/TEC-5322
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: fix

Updates Blocks Editor code to React 18.3.1. [TEC-5322]
Loading
Loading