Release v1.13.3
- 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)
- add
undefinedas a value in AxiosRequestConfig (#5560) (095033c) - add automatic minor and patch upgrades to dependabot (#6053) (65a7584)
- add Node.js coverage script using c8 (closes #7289) (#7294) (ec9d94e)
- added copilot instructions (3f83143)
- compatibility with frozen prototypes (#6265) (860e033)
- enhance pipeFileToResponse with error handling (#7169) (88d7884)
- types: Intellisense for string literals in a widened union (#6134) (f73474d), closes /github.com/microsoft/TypeScript/issues/33471#issuecomment-1376364329
- 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)
Ashvin Tiwari
Nikunj Mochi
Anchal Singh
jasonsaayman
Julian Dax
Akash Dhar Dubey
Madhumita
Tackoil
Justin Dhillon
Rudransh
WuMingDao
codenomnom
Nandan Acharya
Eric Dubé
Tibor Pilz
Gabriel Quaresma
Turadg Aleahmad
JohnTitor
rohit miryala
Wilson Mun
techcodie
Ved Vadnere
svihpinc
SANDESH LENDVE
Lubos
Jarred Sumner
Adam Hines
Subhan Kumar Rai
Joseph Frazier
KT0803
Albie
Jake Hayes
v4.3.0
- AutoLayout
- New
createLayout()method to easily animate between two layout states (learn more about layouts here: https://animejs.com/documentation/layout)
- New
- Easings
- The
easeparameter now accepts function-based values (likedurationanddelayproperties)
- The
- Timeline
- Add
compositionparameter to disable animation composition when using.add()and greatly improve performance
- Add
- 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
- Fix an issue where complex values containing a color (e.g.,
- WAAPI
- Fix animations not being properly removed from
document.timelinein some cases
- Fix animations not being properly removed from
- Draggable
- Fix spring parameters not properly setting the duration
- Timeline
- Fix spring easing being ignored when defined in the
defaultsparameter - Fix
.call()and.sync()incorrectly inheritingdelayfromdefaultsparameters
- Fix spring easing being ignored when defined in the
- 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
- Engine
- Increase max fps to 240 (previously 120)
- Animation / Timer / Timeline
- Add
muteCallbacksparameter to.complete(muteCallbacks)to complete the animation without triggering callbacks
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