v15.0.4-canary.21
- Add support for ignore-listing sources in index maps: #72913
- Turbopack: fix loading of externals on Edge: #72349
- Bump SWC used for transpiling Next.js sources: #72993
- fix: ensure HTML validity for the
next-size-adjust
meta tag: #72994 - Revert "Support custom servers with minimal node modules": #73003
- Allow CacheNode.loading to be a promise: #72872
- Properly encode dynamic access in segment prefetch: #72874
- [Segment Cache] Send during route prefetch: #72890
- fix(next/image): improve svg heuristic for unoptimized: #72970
- [Segment Cache] Initial implementation: #72875
- Turbopack: Change edge wrapper to proxy exports : #72502
- experimental: css inlining: #72195
- Consolidate
FnExpr
andFnDecl
server function transforms: #72960 - Allow method properties to be server functions: #72969
- Include
debug
script in test directories: #72992 - docs(sitemap): remove extra 's': #73023
- chore(turbopack-core): Delete dead
all_modules_and_affecting_sources
helper function: #73016
Huge thanks to @unstubbable, @eps1lon, @arlyon, @Goodosky, @gaojude, @acdlite, @styfle, @mischnic, @samcx, and @bgw for helping!
@chakra-ui/react@3.2.0
-
#9130
e5880fb
Thanks @segunadebayo! - - [Preview] Add newColorPicker
component to allow users pick a color in hsl, rgb, hsb formats.- Add new
ColorSwatch
component to preview a color. - Fix issue where
mergeConfigs
mutates the underlying configs passed to it.
- Add new
@chakra-ui/cli@3.2.0
-
069e39d
Thanks @segunadebayo! - Add support for--all
flag to add all snippets. By default, we only install a minimal/recommended set of snippets.Recommended snippets: provider, avatar, button, checkbox, radio, input-group, slider, popover, dialog, drawer, tooltip, field
If you want to add all snippets, you can use the
--all
flag.
a3ba8e6
Thanks @segunadebayo! - Fix issue where typegen doesn't work when CLI installed globally or run usingnpx
@nextui-org/react@2.5.0-beta.19
- Updated dependencies [
341b5de79
,9e8beabab
]:- @nextui-org/theme@2.3.0-beta.13
- @nextui-org/select@2.3.0-beta.13
- @nextui-org/accordion@2.1.0-beta.9
- @nextui-org/alert@2.1.0-beta.10
- @nextui-org/autocomplete@2.2.0-beta.12
- @nextui-org/avatar@2.1.0-beta.10
- @nextui-org/badge@2.1.0-beta.7
- @nextui-org/breadcrumbs@2.1.0-beta.8
- @nextui-org/button@2.1.0-beta.7
- @nextui-org/calendar@2.1.0-beta.9
- @nextui-org/card@2.1.0-beta.7
- @nextui-org/checkbox@2.2.0-beta.7
- @nextui-org/chip@2.1.0-beta.8
- @nextui-org/code@2.1.0-beta.7
- @nextui-org/date-input@2.2.0-beta.7
- @nextui-org/date-picker@2.2.0-beta.10
- @nextui-org/divider@2.1.0-beta.7
- @nextui-org/drawer@2.1.0-beta.10
- @nextui-org/dropdown@2.2.0-beta.9
- @nextui-org/image@2.1.0-beta.10
- @nextui-org/input@2.3.0-beta.9
- @nextui-org/kbd@2.1.0-beta.7
- @nextui-org/link@2.1.0-beta.8
- @nextui-org/listbox@2.2.0-beta.9
- @nextui-org/menu@2.1.0-beta.8
- @nextui-org/modal@2.1.0-beta.10
- @nextui-org/navbar@2.1.0-beta.8
- @nextui-org/pagination@2.1.0-beta.8
- @nextui-org/popover@2.2.0-beta.9
- @nextui-org/progress@2.1.0-beta.7
- @nextui-org/radio@2.2.0-beta.7
- @nextui-org/ripple@2.1.0-beta.7
- @nextui-org/scroll-shadow@2.2.0-beta.7
- @nextui-org/skeleton@2.1.0-beta.7
- @nextui-org/slider@2.3.0-beta.8
- @nextui-org/snippet@2.1.0-beta.9
- @nextui-org/spacer@2.1.0-beta.7
- @nextui-org/spinner@2.1.0-beta.7
- @nextui-org/switch@2.1.0-beta.7
- @nextui-org/table@2.1.0-beta.8
- @nextui-org/tabs@2.1.0-beta.8
- @nextui-org/tooltip@2.1.0-beta.8
- @nextui-org/user@2.1.0-beta.10
@nextui-org/theme@2.3.0-beta.13
- #3321
341b5de79
Thanks @winchesHe! - move circular-progress tv to progress
@nextui-org/select@2.3.0-beta.13
-
#4126
9e8beabab
Thanks @tianenpang! - Fix the label placement when theSelect
has aplaceholder
ordescription
. -
Updated dependencies []:
- @nextui-org/listbox@2.2.0-beta.9
- @nextui-org/popover@2.2.0-beta.9
- @nextui-org/scroll-shadow@2.2.0-beta.7
- @nextui-org/spinner@2.1.0-beta.7
5.22.2
- 🐞 Fix Input.OTP focus from advancing when previous input is empty. #51664 @thecodesalim
- 🐞 Adjust Modal function call not to scroll the confirm button when it get auto focused. #51647 @zombieJ
- 🐞 Fix Form
rules
with same error content will cause React render warning. #51636 @zombieJ - 🐞 Refactor Button
focus
logic trigger withuseEffect
to resolve some async load case not getautoFocus
. #51624 @zombieJ - 🐞 Fix Button custom icon not center-aligned. #51652 @afc163
- 🐞 Fix Table
getCheckboxProps
event handlers being overridden by internal selection logic. #51661 @Zyf665 - 🐞 Fix Tree that
onCheck
andonSelect
were not properly triggered. #51448 @Wxh16144 - 🌐 Localization
- 🇷🇺 Add support for Russian translation. #51619 @avvakumovid
- 🇮🇹 Add support for Italian translation in TimePicker. #51685 @LorenzoCardinali
- 🐞 修复 Input.OTP 组件在有非法输入时仍会切换到下一个输入框的问题。#51664 @thecodesalim
- 🐞 调整 Modal 确认函数,使其在弹出后聚焦确认按钮时不要滚动窗体。#51647 @zombieJ
- 🐞 修复 Form
rules
生成多条相同错误时会报 React 渲染错误的问题。#51636 @zombieJ - 🐞 调整 Button 使用
useEffect
来触发autoFocus
逻辑,以解决一些异步渲染场景下 Button 无法自动聚焦的问题。#51624 @zombieJ - 🐞 修复 Button 中使用自定义三方图标库时图标未居中的问题。#51652 @afc163
- 🐞 修复 Table 组件
getCheckboxProps
中的事件处理器被内部选择逻辑覆盖的问题。#51661 @Zyf665 - 🐞 修复 Tree 组件的
onCheck
和onSelect
事件没有被正确触发的问题。#51448 @Wxh16144 - 🌐 本地化
- 🇷🇺 添加了俄语翻译支持。#51619 @avvakumovid
- 🇮🇹 为 TimePicker 添加了意大利语翻译。#51685 @LorenzoCardinali
Release 6.7.1
Change log available at https://fontawesome.com/docs/changelog/