Release 2026-07-18 19:30
Release 2026-07-18 19:30
- No changelog entries
- @tanstack/solid-router@2.0.0-beta.25
- @tanstack/solid-router-devtools@2.0.0-beta.20
- @tanstack/solid-router-ssr-query@2.0.0-beta.26
- @tanstack/solid-start@2.0.0-beta.26
- @tanstack/solid-start-client@2.0.0-beta.25
- @tanstack/solid-start-server@2.0.0-beta.25
💎 Version 6.1.0
A focused follow-up to 6.0. The Measure ruler graduates into a first-class toolbar tool you can pre-select, toolbar tools can now be toggled off, and two interaction bugs are fixed. Everything is backward compatible: existing configs render unchanged.
The measure / delta ruler (shipped in 6.0) is now a built-in toolbar tool, so it can be armed with a click instead of holding the measure key. The button appears automatically whenever the ruler is enabled, and can be pre-selected so the plot loads ready to measure.
import ApexCharts from 'apexcharts'
import 'apexcharts/features/measure'
const options = {
chart: {
measure: { enabled: true },
toolbar: {
autoSelected: 'measure', // pre-select the ruler on load
tools: { measure: true }, // default; set false to keep it key-only
},
},
}
- The button shows only when
chart.measure.enabledis true.tools.measureacceptstrue/falseor a custom SVG string, like the other tools. toolbar.autoSelectednow also accepts'measure', so the plot loads armed and ready to drag with no key held and no click. Themkey still works.- Selecting the ruler is mutually exclusive with zoom / pan / selection. The icon matches the rest of the toolbar and follows the light / dark themes.
Clicking an already-selected zoom, pan, selection, or measure icon now deselects it, leaving the chart with no active tool. Previously those buttons were one-way (clicking the active tool did nothing). This makes the ruler's on / off state obvious and lets you drop back to a plain, gesture-free chart.
toolbar.tools.measure, the 'measure' value for toolbar.autoSelected, and the toolbar.measure locale string are all typed.
v1.11.8
See CHANGELOG.md for details.
@formatjs/unplugin: 1.2.3
- fix(deps): update dependency eslint-plugin-formatjs to v6.4.17 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6885
- fix(deps): update formatjs monorepo by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6886
- chore(deps): update dependency vite to v8.1.4 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6887
- chore(deps): update dependency @babel/types to v8.0.4 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6888
- chore(deps): update dependency lucide-react to v1.24.0 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6889
- fix(@formatjs/intl-datetimeformat): apply Date method defaults by @longlho in https://github.com/formatjs/formatjs/pull/6893
- chore(deps): update rust crate regex to v1.13.0 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6890
- chore(deps): update pnpm to v11.11.0 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6892
- chore: release main by @longlho in https://github.com/formatjs/formatjs/pull/6894
- fix(@formatjs/unplugin): parse module ids with queries by @longlho in https://github.com/formatjs/formatjs/pull/6896
- fix(deps): update dependency eslint-plugin-formatjs to v6.4.18 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6900
- fix(deps): update dependency babel-plugin-formatjs to v11.3.16 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6899
Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/unplugin@1.2.2...@formatjs/unplugin@1.2.3