2 hours ago
element-plus

2.13.3

2.13.3

2026-02-28

Features

  • Utils [dom] add support for ShadowDom (#23235 by @yinfoyuan)
  • Components [button] add dashed prop (#22738 by @lxKylin)
  • Components [time-select] add name prop (#23633 by @snowbitx)
  • Components [config-provider] add table config (#23610 by @btea)
  • Components [select/select-v2] add tag-tooltip config object prop (#23556 by @LostElkByte)
  • Utils add setPropsDefaults method (#23612 by @rzzf)

Bug fixes

  • Components [carousel] avoid stopping autoplay after children change (#23494 by @E66Crisp)
  • Components [carousel] fix vertical indicator layout with label and outside (#23368 by @E66Crisp)
  • Locale [vi] refine translations and fill missing keys (#23592 by @vacnex)
  • Components [rate] avoid capturing focus when disabled (#23589 by @snowbitx)
  • Types [message-box] MessageBoxData cross type (#23614 by @btea)
  • Components [upload] keep delete icon visible on focus-within (#23561 by @snowbitx)
  • Components [time-select] duplicate end time with format (#23626 by @snowbitx)
  • Components [watermark] correct fontWeight type definition (#23641 by @E66Crisp)
  • Components [textarea] unexpected page scrolling when typing in Firefox (#23606 by @rzzf)
  • Components [mention] avoid selecting disabled items by pressing Enter (#23645 by @E66Crisp)
  • Components [time-select] prevent freeze when step is invalid (#23635 by @snowbitx)
  • Components [color-picker] add colorFormat prop validation (#23587 by @E66Crisp)
  • Components [autocomplete] reset ignoreFocusEvent on outside click (#23513 by @E66Crisp)
  • Components [tree-select] emit change when toggling node labels (#22863 by @yicheny)
  • Components [badge] dot becomes rectangle on transition leave (#23667 by @Dsaquel)
  • Components [select/select-v2] prevent empty input from causing unnecessary line breaks (#23394 by @E66Crisp)
  • Components [table-v2] navigation back triggered by trackpad scrolling (#23673 by @rzzf)
  • Components [transfer] prevent title width overflow (#23166 by @E66Crisp)
  • Components [tree] requireNodeKey arg in updateKeyChildren (#23676 by @E66Crisp)
  • Components [select/v2] always clear input after create option (#23662 by @Dsaquel)
  • Components [tree] focus error after switching tree (#23659 by @Dsaquel)
  • Components [upload] append all values in formdata (#23664 by @Dsaquel)
  • Components [form] support nested FormRules (#23668 by @Dsaquel)
  • Components [input-tag] delimiter does not support pasted line breaks (#23674 by @rzzf)
  • Components [select] Slot default invoked outside of the render (#23232 by @littlezo)
  • Components [select/v2] stop change event bubbling (#23669 by @Dsaquel)
  • Components [affix] update logic caused infinite loop (#23599 by @btea)
  • Components [form/form-item] initial value and reset func (#23597 by @l246804)
6 hours ago
crypto-es

v3.1.3

8 hours ago
calendar

Release v3.2.0

New Features & Enhancements

  • Drag & Drop Improvements:
    • Added onEventDrop and onEventResize callbacks to the drag plugin for better event handling.
    • Updated Month and Year View all-day event drag indicators for better visual feedback.
  • View Enhancements:
    • Added secondaryTimeZone label support for Day and Week Views.
    • Added timeFormat configuration for Day and Week Views.
    • Updated configuration options for monthView and yearView.
  • Developer Experience:
    • Introduced oxlint for faster linting and improved code quality.
    • Added pre-commit hooks and format:check scripts to ensure code consistency.
    • Migrated to pnpm workspace catalog for better dependency management.
    • Added .editorconfig and improved VSCode settings/extensions recommendations.

Performance

  • Scrolling: Optimized MonthView scrolling performance by memoizing scrollbar checks.

Fixed

  • Layout: Resolved eventLayout stacking issues and improved mobile WeekView layout.
  • Framework Support: Corrected ng-packagr configuration schema path for Angular.
  • Build & Packaging:
    • Fixed CSS export errors and website build issues.
    • Removed duplicate peerDependencies in package.json files.
    • Fixed Tailwind CSS path configurations.
  • UI/UX: Fixed an issue where the "+ more" click in the website had no reaction.
  • Documentation: Corrected README image paths and updated view documentation.

Style

  • Improved Day/Week View event resize pointer display.
  • Cleaned up Tailwind CSS class formatting.
  • Resolved various lint warnings reported by oxlint.

What's Changed

New Contributors

Full Changelog: https://github.com/dayflow-js/calendar/compare/v3.1.2...v3.2.0

13 hours ago
blueprint

@blueprintjs/datetime2@3.0.16

No documented user-facing changes

13 hours ago
blueprint

@blueprintjs/core@6.9.1

🐛 Fixes

  • [core] fix: Adding back reference to static colors for controls (#7827)
  • [core] Add nodeRef to PanelStack CSSTransition for React 19 compat (#7808)
  • [core] fix: Dark minimal buttons base color lightened (#7822)

💡 Improvements

  • [DRAFT] enhancing CompundTag docs (#7752)
13 hours ago
blueprint

@blueprintjs/select@6.1.3

No documented user-facing changes

13 hours ago
blueprint

@blueprintjs/labs@6.2.2

No documented user-facing changes

13 hours ago
blueprint

@blueprintjs/table@6.0.18

No documented user-facing changes

13 hours ago
blueprint

@blueprintjs/datetime@6.0.18

No documented user-facing changes

14 hours ago
next.js

v16.2.0-canary.68

Core Changes

  • Turbopack: restrict server HMR to app pages: #90663

Misc Changes

  • Centralize test timings to fix shard divergence in CI: #90672
  • tests: Fix immutableAssetToken extraction: #90668

Credits

Huge thanks to @ijjk, @mischnic, and @wbinnssmith for helping!