-
Notifications
You must be signed in to change notification settings - Fork 48
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
Support for React 19 #2559
Support for React 19 #2559
Conversation
🦋 Changeset detectedLatest commit: d2cc008 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
f2c2bd5 ~ |
Chromatic Report🚀 Congratulations! Your build was successful! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2559 +/- ##
==========================================
- Coverage 81.96% 81.95% -0.01%
==========================================
Files 143 143
Lines 3000 2871 -129
Branches 962 918 -44
==========================================
- Hits 2459 2353 -106
- Misses 510 514 +4
+ Partials 31 4 -27 ☔ View full report in Codecov by Sentry. |
d424844
to
6719abd
Compare
…ct spread helper function
jsx runtime minimum support range
6719abd
to
d2cc008
Compare
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @channel.io/bezier-react@3.0.0 ### Major Changes - Add support for React 19 and enable new JSX transform. Increase minimum supported React peer dependency version from 16.8 to 17. ([#2559](#2559)) by @sungik-choi ## @channel.io/bezier-icons@0.39.0 ### Minor Changes - Enable new JSX transform and update React peer dependency to be optional for version 17 and above ([#2559](#2559)) by @sungik-choi ## bezier-figma-plugin@0.6.20 ### Patch Changes - Updated dependencies - @channel.io/bezier-react@3.0.0 - @channel.io/bezier-icons@0.39.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Self Checklist
Related Issue
Summary
Details
몇몇 개선사항들
ai.mjs
파일에 objectSpread2 폴리필이 추가되어있었는데, 제거되었습니다. 마찬가지로 사용처에서 번들 사이즈 감소와 성능 향상이 있을 거로 예상합니다.Breaking change? (Yes/No)
Yes. 더 이상 React 16.8 버전을 지원하지 않습니다.
References