5 hours ago
axios

Release v1.13.3

Release notes:

Bug Fixes

  • http2: Use port 443 for HTTPS connections by default. (#7256) (d7e6065)
  • interceptor: handle the error in the same interceptor (#6269) (5945e40)
  • main field in package.json should correspond to cjs artifacts (#5756) (7373fbf)
  • package.json: add 'bun' package.json 'exports' condition. Load the Node.js build in Bun instead of the browser build (#5754) (b89217e)
  • silentJSONParsing=false should throw on invalid JSON (#7253) (#7257) (7d19335)
  • turn AxiosError into a native error (#5394) (#5558) (1c6a86d)
  • types: add handlers to AxiosInterceptorManager interface (#5551) (8d1271b)
  • types: restore AxiosError.cause type from unknown to Error (#7327) (d8233d9)
  • unclear error message is thrown when specifying an empty proxy authorization (#6314) (6ef867e)

Features

Reverts

  • Revert "fix: silentJSONParsing=false should throw on invalid JSON (#7253) (#7…" (#7298) (a4230f5), closes #7253 #7 #7298
  • deps: bump peter-evans/create-pull-request from 7 to 8 in the github-actions group (#7334) (2d6ad5e)

Contributors to this release

8 hours ago
anime

v4.3.0

New Features

  • AutoLayout
  • Easings
    • The ease parameter now accepts function-based values (like duration and delay properties)
  • Timeline
    • Add composition parameter to disable animation composition when using .add() and greatly improve performance

Bug Fixes

  • JS Animation
    • Fix an issue where complex values containing a color (e.g., box-shadow) would be incorrectly handled as color values instead of complex string values
  • WAAPI
    • Fix animations not being properly removed from document.timeline in some cases
  • Draggable
    • Fix spring parameters not properly setting the duration
  • Timeline
    • Fix spring easing being ignored when defined in the defaults parameter
    • Fix .call() and .sync() incorrectly inheriting delay from defaults parameters
  • splitText
    • Fix a bug where the first word of the second line could be incorrectly added to the first line
    • Fix unnecessary empty spaces not being properly removed from lines

Changes

  • Engine
    • Increase max fps to 240 (previously 120)
    • Animation / Timer / Timeline
    • Add muteCallbacks parameter to .complete(muteCallbacks) to complete the animation without triggering callbacks
10 hours ago
tiptap

v3.16.0

@tiptap/extension-audio

Minor Changes

  • Add a native audio extension with demos and tests.

@tiptap/markdown

Patch Changes

  • Fix incorrect Markdown output when underline is mixed with bold or italic and their ranges do not fully overlap.
  • Fix overlapping underline/bold/italic serialization and add tests

@tiptap/extension-link

Patch Changes

  • Fixed an issue where clicking on non-link elements (like images) required multiple clicks to select them. The link click handler now properly returns early when the clicked element is not a link, allowing other node handlers to process the click event.

@tiptap/extension-floating-menu

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@tiptap/react

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@tiptap/vue-2

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@tiptap/vue-3

Minor Changes

  • Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

@tiptap/extension-unique-id

Patch Changes

  • Improved findDuplicates helper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf
13 hours ago
rspack

v1.7.3

What's Changed

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Other Changes

New Contributors

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v1.7.2...v1.7.3

14 hours ago
plate

@platejs/docx-io@52.2.0

Minor Changes

  • #4814 by @felixfeng33 – Add DOCX import/export package:

    Import:

    • importDocx: Convert DOCX files to Plate nodes with comment extraction

    Export:

    • exportToDocx: Convert Plate content to DOCX blob
    • downloadDocx: Download DOCX files
    • exportEditorToDocx: Export and download in one call
    • DocxExportPlugin: Plugin with editor.api.docxExport and editor.tf.docxExport methods
    • DOCX_EXPORT_STYLES: Default CSS styles for Word rendering

    DOCX Static Components (in existing static files):

    • CalloutElementDocx
    • CodeBlockElementDocx, CodeLineElementDocx, CodeSyntaxLeafDocx
    • ColumnElementDocx, ColumnGroupElementDocx
    • EquationElementDocx, InlineEquationElementDocx
    • TocElementDocx
15 hours ago
vuetify

v3.11.7

🔧 Bug Fixes

  • inputs: remove direction prop from unsupported components (#22519) (1eca6f8)
  • VAutocomplete: avoid no-items being selectable (#22509) (36f679c)
  • VBreadcrumbs: drop redundant item-props prop (901061b)
  • VNumberInput: prevent inner button overflow when rounded (#22492) (942ddcc), closes #22489
  • VTabs: correct slider width with inset and vertical (0201b64)
15 hours ago
mantine

8.3.13

What's Changed

  • [@mantine/core] Add openOnFocus prop to Combobox based components (#5893, #8623)
  • [@mantine/dates] TimePicker: Fix clearing in uncontrolled mode not updating to empty value (#8622)
  • [@mantine/core] ScrollArea: Fix Shift + wheel scroll not working correctly on Windows (#8619)
  • [@mantine/core] Add selectFirstOptionOnDropdownOpen to Combobox based components (#8597)
  • [@mantine/core] ScrollArea: Fix onBottomReached not being called when used in zoomed-in viewports (#8616)
  • [@mantine/core] Popover: Fix aria-controls attribute being set on the target element when the dropdown is not mounted (#8595)
  • [@mantine/core] RangeSlider: Fix incorrect Styles API name (#8601)
  • [@mantine/core] ScrollArea: Fix overscrollBehavior prop not working in ScrollArea.Autosize component (#8611)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/8.3.12...8.3.13

15 hours ago
ant-design

6.2.1

  • 🐞 Fix Button child element's className be cleared if it contains two Chinese characters. #56593 @QdabuliuQ
  • 🐞 Fix DatePicker DOM not updated bug after update suffixIcon as null. #56637 @AlanQtten
  • 🐞 Fix Table content area border radius when set border radius for container. #56478 @QDyanbing
  • 💄 Fix Card unexpected border radius for Body area. #56653 @ug-hero
  • 💄 MISC: Fix unexpected undefined and null in the injected styles. #56636 @li-jia-nan
  • 💄 MISC: Improve background transition to background-color for all components. #56598 @li-jia-nan
  • 🛠 Improve Grid use genCssVar method to generate more stable CSS variable names. #56635 @li-jia-nan
  • 🛠 Improve @ant-design/icons usage to avoid depend on full package since externals. #56639 @ShenHongFei

  • 🐞 修复 Button 子元素为包含两个中文字符的标签时,原有 className 被清空的问题。#56593 @QdabuliuQ
  • 🐞 修复 DatePicker 在设置 suffixIconnull 后不会更新 DOM 的问题。#56637 @AlanQtten
  • 🐞 修复 Table 容器设置圆角时,内部内容区域圆角不一致的问题。#56478 @QDyanbing
  • 💄 修复 Card Body 区域有非预期圆角值的问题。#56653 @ug-hero
  • 💄 杂项:修复 undefinednull 值被注入到 CSS 的问题。#56636 @li-jia-nan
  • 💄 杂项:优化所有组件中的 background 过渡为 background-color#56598 @li-jia-nan
  • 🛠 优化 Grid 使用 genCssVar 方法以生成更加稳定的 CSS 变量名。#56635 @li-jia-nan
  • 🛠 优化 @ant-design/icons 引入方式为独立图标引入,避免被 externals 增加前置依赖。#56639 @ShenHongFei
17 hours ago
next.js

v16.1.1-canary.35

Core Changes

  • Upgrade React from 41b3e9a6-20260119 to d2908752-20260119: #88774
  • Add experimental_gesturePush to App Router: #88776

Credits

Huge thanks to @acdlite for helping!

22 hours ago
router

v1.154.0

Version 1.154.0 - 1/20/26, 12:11 AM

Changes

Feat

  • static replacement of process.env.NODE_ENV during build (#6422) (d4bbfa9) by Manuel Schiller

Packages

  • @tanstack/start-plugin-core@1.154.0
  • @tanstack/solid-start@1.154.0
  • @tanstack/vue-start@1.154.0
  • @tanstack/react-start@1.154.0
  • @tanstack/start-static-server-functions@1.154.0