3 hours ago
element-plus

2.9.8

2.9.8

2025-04-18

Features

  • I18n added Lao (lo) language (#20245 by @Xaypanya)

  • Components [dialog] expose handleClose (#20323 by @btea)

  • Components [segmented] add aliases for custom options (#20319 by @kooriookami)

  • Components [popover] add trigger-keys prop for keyboard control of popover display (#20264 by @betavs)

  • Components [image] progress slot higher priority (#20353 by @btea)

  • Components [select-v2] add suffix-icon prop with default ArrowDown (#20370 by @cn-xufei)

  • Components [card] add header-class and footer-class for slots (#20408 by @Dsaquel)

  • Components [notification] add closeIcon option with default Close (#20402 by @cn-xufei)

  • Components [menu] expose updateActiveIndex (#20430 by @Liao-js)

Bug fixes

  • Locale update ru.ts (#20225 by @btea)

  • Components [date-picker] config format manual change value invalid (#20223 by @btea)

  • Components [autocomplete] modelValue is null compatible (#20288 by @momei-LJM)

  • Components [select, select-v2] blur validate not executed (#20232 by @HaceraI)

  • Utils nuxt build error (#20325 by @warmthsea)

  • Components [tree] ensure no checked nodes in regular tree (#20311 by @Dsaquel)

  • Components [message] fix consecutive closeAll method calls (#20334 by @DDDDD12138)

  • Components [watermark] content not fully displayed (#20348 by @betavs)

  • Theme-chalk [description] remove useless font-weight declaration (#20338 by @Dsaquel)

  • Components [message-box] message overflow container (#20347 by @zzjiaxiang)

  • Locale el-upload and el-message-box Unified Chinese prompts (#20366 by @mjsong07)

  • Components [table] prevent child node selection loss during table data modification (#20322 by @comp-squirrel)

  • Components [slider] emit change event on slider marker down (#20383 by @betavs)

  • Components [scrollbar] stop click when click scrollbar (#20316 by @Dsaquel)

  • Components [tabs] ensure correct event order (#20384 by @DDDDD12138)

  • Components [select] import scrollbarEmits path error (#20415 by @btea)

  • Component resolve 'cursor' style loss caused by 'pointer-events: none' (#19464 by @DDDDD12138)

  • Components [el-select-v2] u-tag sync with :model-value (#20306 by @stillgg)

  • Components [date-picker] memory leak with vue 3.4+ (#20451 by @makedopamine)

  • Chore(style): [table] remove duplicate defined style code (#20216 by @Putia3)

  • Style(components): [date-picker] adjust panel border block & modify css variables (#20337 by @comp-squirrel)

Refactors

  • Components [message] use message type constants (#20355 by @w2xi)

  • Components [message] deprecate the center option (#20296 by @betavs)

7 hours ago
query

v5.74.5

Version 5.74.5 - 4/18/25, 12:38 PM

Changes

Fix

  • types: remove "queryFn" from OmitKeyof in DefaultOptions (#9035) (b6faa37) by Sol Lee

Packages

  • @tanstack/vue-query@5.74.5
  • @tanstack/vue-query-devtools@5.74.5
7 hours ago
webpack

v5.99.6

Fixes

  • Respect public path for ES modules
  • Fixed generation of module for module library when mixing commonjs and esm modules
  • Always apply FlagDependencyExportsPlugin for libraries where it required
  • Faster logic for dead control flow
  • Typescript types
9 hours ago
tdesign-react

1.11.7

🌈 1.11.7 2025-04-18

🚀 Features

  • ConfigProvider: 新增isContextEffectPlugin API,默认关闭,开启后全局配置会影响到DialogLoadingDrawerNotificationPopup组件的函数式调用 @lifeiFront (#3488) (#3504)
  • Tree: checkProps参数支持函数传入,支持不同节点设置不同checkProps @phalera (#3501)
  • Clear: Cascader、ColorPicker、DatePicker、TimePicker 新增 onClear 事件回调 @RylanBot (#3509)
  • ColorPicker: 新增 clearable API @RylanBot (#3509)

🐞 Bug Fixes

  • DatePicker: 确保外部组件主动关闭 Popup 的时候,能有对应的 onVisibleChange 回调 @RylanBot (#3510)
  • Drawer: 新增 DrawerPlugin,支持函数式调用,具体使用参考示例 @Wesley-0808 (#3381)
  • InputNumber: 修复组件未受 value 属性控制的问题 @RSS1102 (#3499)
  • ImageViewer
    • 修复设置step 存在精度展示异常的问题 @uyarn (#3491)
    • 修复 imageScale 中参数必填的类型错误 @uyarn (#3491)
  • Slider: 修复打开了输入框模式下,使用 themecol 的输入框的场景下没有限制大小的问题 @RSS1102 (#3500)
  • Tabs: 优化 Tabs 选项卡 label 过长时滑动按钮失效的问题 @wonkzhang (#3507)
10 hours ago
univer

🎉 Release v0.6.10

🎊 Univer@v0.6.10

🚧 Important Note

Your feedback is crucial! Please submit issues and suggestions to help us shape the future of Univer.

🚀 Getting Started

If you're eager to explore Univer, check out our getting started documentation. Dive into the world of collaborative document, spreadsheet, and presentation editing powered by Univer!

📊 Univer Sheets

🎉 Highlights

  • Support Ctrl/Control + Enter shortcut - range batch fill input value #4956
  • Multi-instance scenario formulas support cross-workbook references #5002
  • Printing supports sparklines, charts and other float-dom #5012
  • Data validation supports setting new validation rules - Is it a legal type #5021
  • Chart
    • Support bubble chart
    • Support relation chart
  • Added a method to obtain Univer instances of historical records
  • The import and export plugin UniverExchangeClientPlugin adds configuration items options.minSheetRowCount and options.minSheetColumnCount to set the minimum number of rows and columns of the imported worksheet
  • Facade API
    • BeforeCommandExecute and CommandExecuted event callback functions return parameters added options #4945
    • FWorkbook.create() and FWorkbook.insertSheet() create new worksheet APIs to support the creation of new worksheets with data at the specified location #5016
    • Data validation adds a new API for displaying drop-down menus: FRange.showDropdown() #5021
    • New API FWorksheet.setRowCount() and FWorksheet.setColumnCount() are used to set the number of worksheet rows and columns #5025
    • More user-friendly error messages #4960

🐞 Bug Fixes

  • Fixed the issue that the center and right-aligned text positions were incorrect when the cell column width was small #4940
  • Fixed an issue where pasting an external value into a text-formatted cell did not take effect with the text formatting #4944
  • Fixed the issue where the BeforeSheetEditStart event would be executed twice when the mouse is double-clicked #4948
  • Fixed the issue where the formula in the range is messed up after the range reorder #4959
  • Fixed the issue where the separator line still exists after a group of menus are hidden #4975
  • Fixed the issue of inconsistent order of Ribbon folding menu items #5007
  • Fixed some bugs in fx bar operation

📝 Univer Docs

  • Support paragraph menu #4943

🌐 Univer Server

  • Fixed known issues

📦 Univer Presets

  • SDK has been updated to version 0.6.10
  • UniverSheetsAdvancedPreset adds configuration items exchangeClientOptions.minSheetRowCount and exchangeClientOptions.minSheetColumnCount to set the minimum number of rows and columns of imported worksheets
  • If you register a plugin that has already been registered with presets again in plugins, a clear error will be thrown

📢 Join the Conversation

We welcome your input and insights as we embark on this exciting journey. Connect with us on:

📝 Changelog

Full changelog (2025-04-18)

Bug Fixes

  • design: update IInputNumberProps to allow null value and add onPressEnter handler (#5033) (e831e94)
  • docs-ui: first move-selection on fx-bar sometimes not working (#5017) (e6bfa79)
  • docs-ui: quick insert menu not show in table cell (#4993) (065dc82)
  • docs-ui: update side-menu color style (#4986) (ab359d8)
  • engine-formula: fix a race condition on engine computing (#5022) (c8781d9)
  • fix setRowCount setColumnCount command (#5028) (e050979)
  • fix shortcut ctrl+enter (#5030) (3405651)
  • fixed issue with pasting values from outside into text format cells (#4944) (0547866)
  • force string supports cell string type (#5019) (5050785)
  • formula-engine: fix lexer consuming whitespace error (#5011) (fe617f3)
  • improve property access handling in FUniver class proxy (#5010) (97f95ab)
  • sheets-drawing-ui: chart and float-dom not all collected on print (#5024) (9d163b8)
  • sheets-hyper-link-ui: link menu not enabled after edit cell end (#5023) (0b8cff9)
  • sheets-ui: cell-edit short cut move selection error when content no changed (#5003) (3407c44)
  • sheets-ui: editing issues on formula-bar (#5027) (02d945d)
  • should not get sheet selection when it was disposed (#5006) (6d3f67b)
  • ui: fix shortcut panel (ab1e67a)
  • ui: fix the issue where the order of the Ribbon's collapsed menu items is inconsistent (#5007) (cf008a3)
  • update InputNumber component to include step and precision props (#5034) (32e17b1)
  • core: correct range check in getCustomBlockSlice function (#4970) (638001e)
  • docs-ui: delete paragraph error on table (#4955) (2053892)
  • docs-ui: paragraph menu issues (#4951) (ec94108)
  • docs-ui: remove SetInlineFormatFontFamilyCommand from FloatToolbar (#4969) (fd624b9)
  • docs-ui: ui issues about paragraph menu (#4952) (b5493c0)
  • document size do not affected by overflow (#4940) (6132592)
  • engine-render: remove duplicated dbClick event (#4948) (092e1b5)
  • formula: fixed the issue where the formula in the range is messed up after the range reorder (#4959) (4c0e665)
  • support: network supports form data (#4950) (61d233d)

Features

  • core: add unregister command (#5026) (fc60464)
  • create new sheet API supplement parameters (#5016) (01e11cf)
  • docs-quick-insert: show all menus at quick insert button (#4984) (c8896a6)
  • docs-ui: disable paragraph-menu on disabled (#4974) (48844f1)
  • drawing-ui: refresh transform after rendering images (#4994) (453d992)
  • facade: supplement setRowCount setColumnCount facade (#5025) (25cc5fd)
  • sheets-data-validation: data validation support legal data type (#5021) (b8c5b31)
  • sheets-ui: add Shift + Backspace shortcut for deleting left (#5037) (17f3b26)
  • sheets-ui: add Shift and Alt clear selection shortcuts (#5031) (8bcd0a3)
  • sheets-ui: support across unit formula (#5002) (7f0fa9f)
  • sheets-ui: support printing of minimap chart and float-dom (#5012) (cbf5f7b)
  • auto-scroll to the selected menu (#4931) (f298839)
  • design: add dropdownClassName prop for custom select dropdown styling (#4964) (5525841)
  • docs-quick-insert-ui: implement quick insert menu functionality (#4983) (d5dbaa1)
  • docs-quick-insert-ui: quick-insert support table and image (#4949) (b7f599d)
  • docs-ui: add click event handling to hide paragraph menu (#4968) (3a49e63)
  • docs-ui: optimize doc side-menu active item calc logic (#4967) (4a58711)
  • docs-ui: optimize paragraph menu hover (#4958) (7808452)
  • docs-ui: optimize paragraph-menu and float-menu interact (#4954) (b66db54)
  • docs-ui: support paragraph menu (#4943) (7c0fa4e)
  • facade: add Proxy for method existence check in newAPI (#4960) (ea4fa58)
  • facade: command execute event callback add options parameters (#4945) (13ce55c)
  • sheets-ui: add ctrl enter shortcut (#4956) (741547a)
  • supplement config type export (#4965) (8a14b67)
  • supplement defined names facade example and notes (#4942) (791e490)
12 hours ago
fluentui

@fluentui/react-charting v5.23.75

Patches

  • feat(react-charting): Add support for scatter polar chart (PR #34278 by AtishayMsft)
12 hours ago
fluentui

@fluentui/react-docsite-components v8.13.195

Patches

  • Bump @fluentui/react-monaco-editor to v1.7.313 (commit)
12 hours ago
fluentui

@fluentui/react-monaco-editor v1.7.313

Patches

  • Bump @fluentui/react-charting to v5.23.75 (commit)
14 hours ago
vite

v6.3.2

Please refer to CHANGELOG.md for details.

15 hours ago
fluentui

@fluentui/chart-web-components v0.0.17

Patches

  • Bump @fluentui/web-components to v3.0.0-beta.93 (PR #34282 by eljefe223)