v3.16.0
- Add a native audio extension with demos and tests.
- 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
- 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.
- Add updateEvent support for FloatingMenu to allow programmatic position updates via
setMeta('floatingMenu', 'updatePosition')
- Add updateEvent support for FloatingMenu to allow programmatic position updates via
setMeta('floatingMenu', 'updatePosition')
- Add updateEvent support for FloatingMenu to allow programmatic position updates via
setMeta('floatingMenu', 'updatePosition')
- Add updateEvent support for FloatingMenu to allow programmatic position updates via
setMeta('floatingMenu', 'updatePosition')
- Improved
findDuplicateshelper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOf
v1.7.3
- feat: support portable cache and disable by default by @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/12680
- fix(browser): update worker format and add e2e test by @CPunisher in https://github.com/web-infra-dev/rspack/pull/12747
- fix: sort css by sourceorder, esm import comes first by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/12778
- refactor: move pass into separate folder and driven by run_passes by @hardfist in https://github.com/web-infra-dev/rspack/pull/12735
- refactor(lazy-compilation): use POST request to transfer ids of active modules by @stormslowly in https://github.com/web-infra-dev/rspack/pull/12678
- refactor: move logger into pass and reorg some passes by @hardfist in https://github.com/web-infra-dev/rspack/pull/12742
- refactor: use newtype for alias artifact by @hardfist in https://github.com/web-infra-dev/rspack/pull/12754
- refactor: move all artifacts together by @hardfist in https://github.com/web-infra-dev/rspack/pull/12755
- refactor: use compilation readonly ref in codegen optimization hook by @stormslowly in https://github.com/web-infra-dev/rspack/pull/12743
- refactor: remove old cache by @hardfist in https://github.com/web-infra-dev/rspack/pull/12777
- chore: release 1.7.2 by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/12710
- chore(deps): update dependency @rspack/plugin-react-refresh to ^1.6.0 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/12718
- chore(deps): update dependency @shikijs/transformers to ^3.21.0 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/12719
- chore(deps): update patch crates by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/12716
- test: skip recover-from-error/delete-file in watchCases by @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/12726
- test: use Rstest projects to define tests by @9aoy in https://github.com/web-infra-dev/rspack/pull/12729
- chore(deps): update patch npm dependencies by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/12717
- chore(lint): bump @rslint/core to 0.2.0 and enable default-param-last rule by @fansenze in https://github.com/web-infra-dev/rspack/pull/12746
- test: support filter test by absolute path by @9aoy in https://github.com/web-infra-dev/rspack/pull/12749
- chore: bump
swc_corefrom 54 to 55 by @CPunisher in https://github.com/web-infra-dev/rspack/pull/12758 - chore: limit threads for codspeed benchmark by @CPunisher in https://github.com/web-infra-dev/rspack/pull/12763
- chore(deps): update dependency cspell to ^9.6.0 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/12768
- chore(deps): update dependency emnapi to ^1.8.1 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/12769
- chore(deps): update dependency memfs to v4.53.0 by @renovate[bot] in https://github.com/web-infra-dev/rspack/pull/12770
- @fansenze made their first contribution in https://github.com/web-infra-dev/rspack/pull/12746
Full Changelog: https://github.com/web-infra-dev/rspack/compare/v1.7.2...v1.7.3
@platejs/docx-io@52.2.0
-
#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 blobdownloadDocx: Download DOCX filesexportEditorToDocx: Export and download in one callDocxExportPlugin: Plugin witheditor.api.docxExportandeditor.tf.docxExportmethodsDOCX_EXPORT_STYLES: Default CSS styles for Word rendering
DOCX Static Components (in existing static files):
CalloutElementDocxCodeBlockElementDocx,CodeLineElementDocx,CodeSyntaxLeafDocxColumnElementDocx,ColumnGroupElementDocxEquationElementDocx,InlineEquationElementDocxTocElementDocx
v3.11.7
- inputs: remove direction prop from unsupported components (#22519) (1eca6f8)
- VAutocomplete: avoid no-items being selectable (#22509) (36f679c)
- VBreadcrumbs: drop redundant
item-propsprop (901061b) - VNumberInput: prevent inner button overflow when rounded (#22492) (942ddcc), closes #22489
- VTabs: correct slider width with inset and vertical (0201b64)
8.3.13
[@mantine/core]AddopenOnFocusprop 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]AddselectFirstOptionOnDropdownOpento Combobox based components (#8597)[@mantine/core]ScrollArea: FixonBottomReachednot being called when used in zoomed-in viewports (#8616)[@mantine/core]Popover: Fixaria-controlsattribute 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: FixoverscrollBehaviorprop not working in ScrollArea.Autosize component (#8611)
- @AgentRBY made their first contribution in https://github.com/mantinedev/mantine/pull/8601
- @jonathanhuynh70 made their first contribution in https://github.com/mantinedev/mantine/pull/8595
- @robert-j-webb made their first contribution in https://github.com/mantinedev/mantine/pull/8616
- @Alan-Gomes made their first contribution in https://github.com/mantinedev/mantine/pull/8597
- @pggggggggh made their first contribution in https://github.com/mantinedev/mantine/pull/8622
- @harry-ignite made their first contribution in https://github.com/mantinedev/mantine/pull/8623
Full Changelog: https://github.com/mantinedev/mantine/compare/8.3.12...8.3.13
6.2.1
- 🐞 Fix Button child element's
classNamebe cleared if it contains two Chinese characters. #56593 @QdabuliuQ - 🐞 Fix DatePicker DOM not updated bug after update
suffixIconasnull. #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
undefinedandnullin the injected styles. #56636 @li-jia-nan - 💄 MISC: Improve
backgroundtransition tobackground-colorfor all components. #56598 @li-jia-nan - 🛠 Improve Grid use
genCssVarmethod 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 在设置
suffixIcon为null后不会更新 DOM 的问题。#56637 @AlanQtten - 🐞 修复 Table 容器设置圆角时,内部内容区域圆角不一致的问题。#56478 @QDyanbing
- 💄 修复 Card Body 区域有非预期圆角值的问题。#56653 @ug-hero
- 💄 杂项:修复
undefined和null值被注入到 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
v1.154.0
Version 1.154.0 - 1/20/26, 12:11 AM
- static replacement of process.env.NODE_ENV during build (#6422) (d4bbfa9) by Manuel Schiller
- @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
v16.1.1-canary.34
- Add negation pattern support to
--debug-build-paths: #88654 - Only filter next config if experimental flag is enabled: #88733
- [Devtool Indicator] Fix cross alignment: #88664
- Turbopack: don't use build id for pages router client-side manifests: #88641
- Allow inspecting server with
next start --inspect: #88744 - Turbopack: Add
--debug-build-pathssupport to filter routes: #88655 - Upgrade React from
bef88f7c-20260116to41b3e9a6-20260119: #88756 - Use rewritten pathname for implicit cache tags: #88732
- [ci] Enable Turborepo remote caching in e2e release deploy tests: #88746
- [test] Deflake
test/development/app-dir/browser-log-forwarding/fixtures/verbose-level/verbose-level.test.ts: #88754 - Fix
Build Commandssection in AGENTS.md: #88757 - [test] Deflake
test/development/app-dir/hydration-error-count/hydration-error-count.test.ts: #88749 - [ci] Exclude
test/productionfrom deploy tests: #88763 - Apply
buildArgsalso for deploy tests (viapackage.json): #88731
Huge thanks to @unstubbable, @mischnic, @williambout, and @eps1lon for helping!