10 hours ago
next.js

v15.0.4-canary.21

Core Changes

  • 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

Misc Changes

  • Consolidate FnExpr and FnDecl 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

Credits

Huge thanks to @unstubbable, @eps1lon, @arlyon, @Goodosky, @gaojude, @acdlite, @styfle, @mischnic, @samcx, and @bgw for helping!

10 hours ago
chakra-ui

@chakra-ui/react@3.2.0

Minor Changes

  • #9130 e5880fb Thanks @segunadebayo! - - [Preview] Add new ColorPicker 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.
10 hours ago
chakra-ui

@chakra-ui/cli@3.2.0

Minor Changes

  • 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.

Patch Changes

  • a3ba8e6 Thanks @segunadebayo! - Fix issue where typegen doesn't work when CLI installed globally or run using npx
12 hours ago
nextui

@nextui-org/react@2.5.0-beta.19

Patch Changes

  • 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
12 hours ago
nextui

@nextui-org/theme@2.3.0-beta.13

Patch Changes

12 hours ago
nextui

@nextui-org/select@2.3.0-beta.13

Patch Changes

  • #4126 9e8beabab Thanks @tianenpang! - Fix the label placement when the Select has a placeholder or description.

  • 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
16 hours ago
ant-design

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 with useEffect to resolve some async load case not get autoFocus. #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 and onSelect were not properly triggered. #51448 @Wxh16144
  • 🌐 Localization

  • 🐞 修复 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 组件的 onCheckonSelect 事件没有被正确触发的问题。#51448 @Wxh16144
  • 🌐 本地化
17 hours ago
Font-Awesome
17 hours ago
query

v5.61.1

Version 5.61.1 - 11/20/24, 4:37 PM

Changes

Fix

  • angular-query: export CreateMutationOptions (#8319) (f5e2baa) by Arnoud

Packages

  • @tanstack/angular-query-experimental@5.61.1
  • @tanstack/angular-query-devtools-experimental@5.61.1
17 hours ago
react-query

v5.61.1

Version 5.61.1 - 11/20/24, 4:37 PM

Changes

Fix

  • angular-query: export CreateMutationOptions (#8319) (f5e2baa) by Arnoud

Packages

  • @tanstack/angular-query-experimental@5.61.1
  • @tanstack/angular-query-devtools-experimental@5.61.1