1 hours ago
element-plus

2.6.3

2.6.3

2024-03-29

Features

  • Components [tree] lazy load provide reject (#16099 by @btea)
  • Locale update ru locale (#16192 by @VisualYuki)
  • Components [message] add plain prop (#16214 by @kooriookami)
  • Components [input-number] support slot custom icons (#16275 by @selicens)
  • Components [badge] add color prop (#16069 by @lxw15337674)

Bug fixes

  • Components [icon] remove repeat style (#16242 by @Fuphoenixes)
  • Components [select] fix error in low versions of vue (#16234 by @kooriookami)
  • Components [date-picker] click the clear to reset the date panel (#15835 by @Ganlvin)
  • Components [tree] dragging a node will deselect the node (#14830 by @Alixhan)
1 hours ago
Heat.js

Heat.js v3.0.0 - New "Days" view! New Configuration dialog (per view)! Lots of UI/General improvements, and fixes!

Version 3.0.0:

New Features:

  • Added a new configuration icon to the main display, which will allow the Days/Months to be toggled easily per view!
  • Added a brand new view called "Days", which will allow you to see the counts for the days of the week for the entire year.
  • Redesigned the title drop-down menu.

Binding Options:

  • Added a new binding option called "showConfigurationButton", which states if the configuration dialog can be used (defaults to true).
  • Added a new binding option called "views.days.enabled", which states if this view is enabled (defaults to true).
  • Added a new binding option called "views.days.showChartYLabels", which states if the chart Y axis labels should be shown (defaults to true).
  • Added a new binding option called "views.days.showDayNames", which states if the day names are shown (defaults to true).
  • Added a new binding option called "views.days.showInReverseOrder", which states if the chart should be shown in reverse order (defaults to false).
  • Added a new binding option called "views.days.showDayNumbers", which states if the day counts should be shown in the lines (defaults to false).
  • Added a new binding option called "views.days.monthsToShow", which states the months that should be shown (defaults to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]).
  • Added a new binding option called "views.days.daysToShow", which states the days that should be shown (defaults to [1, 2, 3, 4, 5, 6, 7]).

Binding Options - Custom Triggers:

  • Added a new binding option custom trigger called "onOptionsUpdate", which triggers an event when the binding options are updated.
  • Added a new binding option custom trigger called "onWeekDayClick", which triggers an event when a weekday is clicked in the "Days" view.

Configuration Options:

  • Added a new binding option called "closeToolTipText", which states the text that should be shown for the tooltip "Close".
  • Added a new binding option called "configurationToolTipText", which states the text that should be shown for the tooltip "Configuration".
  • Added a new binding option called "configurationTitleText", which states the text that should be shown for the title bar "Configuration".
  • Added a new binding option called "visibleMonthsText", which states the text that should be shown for the "Visible Months" label header.
  • Added a new binding option called "visibleDaysText", which states the text that should be shown for the "Visible Days" label header.
  • Added a new binding option called "dataText", which states the text that should be shown for the "Data" label.
  • Added a new binding option called "colorRangesText", which states the text that should be shown for the "Color Ranges" label.
  • Added a new binding option called "yearText", which states the text that should be shown for the "Year" label.
  • Added a new binding option called "daysText", which states the text that should be shown for the "Days" label.
  • Added a new binding option called "noDaysDataMessage", which states the text that should be shown for the "There are currently no days to view." label.

Improvements:

  • CSS renames to ensure they do not collide with other libraries, along with internal refactoring.

Fixes:

  • Fixed a fault that prevented the ToolTip from being hidden when an area outside the body of a document is focused.
  • Fixed a fault that prevented the events added for ToolTips from being removed when the instance is destroyed.
  • Fixed a fault that caused the wrong days to be excluded from the statistics when disabled via the binding options.
  • Fixed an alignment fault in the "statistics" view that caused the x-labels to be slightly off.
1 hours ago
varlet

v3.2.2

更新内容请查看CHANGELOG。 Please refer to CHANGELOG for details.

2 hours ago
slidev

v0.48.8

   🚀 Features

   🐞 Bug Fixes

2 hours ago
quasar

quasar-v2.15.2

Changes

  • feat(QDialog/QMenu): ease testing of teleported content
  • fix(ui): useInterval was not correctly exported #17021
  • fix(ui): Platform on Edge should be normalized to 'edge' #17039
  • fix(QExpansionItem): header-slot scope > detailsId is always undefined
  • fix(QCarouselSlide): JSON API - duplicated examples for "name" prop
  • chore(ui): move directives into individual folders (preparing the new testing)
  • chore(ui): move plugins into individual folders (prepare the new testing)

Example of how you can target the teleported content of a QDialog/Qmenu in your testing:

const wrapper = mount(QDialog, { ... })
const teleportedWrapper = wrapper.findComponent({ name: 'QPortal' })

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

3 hours ago
quasar

@quasar/extras-v1.16.11

Fixes

  • fix(extras): re-package #17052

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

3 hours ago
tdesign-vue-next

🌈 1.9.3

🌈 1.9.3 2024-03-29

🐞 Bug Fixes

  • Form: 修复1.9.1版本的告警问题 @uyarn (#4060)
  • Loading: 修复1.9.1版本对外暴露 directive 使用的告警及命名错误 @uyarn (#4060)
  • DatePicker: 修复1.9.1版本空字符串的异常问题 @uyarn
3 hours ago
mantine

7.7.1

What's Changed

  • [@mantine/tiptap] Improve toolbar items alignment for non-native elements (#5993)
  • [@mantine/spotlight] Fix incorrect down key handling when the spotlight is opened repeatedly (#5995)
  • [@mantine/core] Image: Fix ref not being assigned for fallback images (#5989)
  • [@mantine/core] PinInput: Fix incorrect focus logic (#5963)
  • [@mantine/core] Table: Fix highlightOnHoverColor prop not working
  • [@mantine/core] AppShell: Adjust footer position to include env(safe-area-inset-bottom) (#5502)
  • [@mantine/core] PinInput: Fix placeholder not being visible on the element that had focus when the component becomes disabled (#5831)
  • [@mantine/dates] Calendar: Fix double timezone shift (#5916)
  • [@mantine/hooks] use-local-storage: Fix value not being updated when key is changed (#5910)
  • [@mantine/charts] Fix incorrect charts legends height for multiline values (#5923)
  • [@mantine/core] NumberInput: Fix incorrect increment/decrement functions logic when step is a float value (#5926)
  • [@mantine/core] Combobox: Fix incorrect IME input handling (#5935)
  • [@mantine/core] Menu: Fix unexpected focus styles in the dropdown element in Firefox (#5957)
  • [@mantine/core] Fix incorrect disabled prop handling in TagsInput and MultiSelect (#5959)
  • [@mantine/core] Fix renderOption not working for grouped items in Combobox-based components (#5952)
  • [@mantine/core] AppShell: Fix error when used inside Suspense (#5979)
  • [@mantine/core] Update CSS selectors hashing algorithm to prevent collisions with other libraries (#5968)
  • [@mantine/carousel] Fix specificity issues of some selectors (#5973)
  • [@mantine/core] AppShell: Fix missing Aside offset in Header and Footer for layout=alt (#5974)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.7.0...7.7.1

4 hours ago
downshift

v9.0.1

9.0.1 (2024-03-29)

Bug Fixes

  • a11yStatus: pass correct dependency array (#1586) (57981b2)
4 hours ago
vite

v5.2.7

Please refer to CHANGELOG.md for details.