Heat.js v5.2.0 - Chart zooming support! More options! TypeScript upgrade!
- Added zooming support to the "Chart" view (when enabled).
- Added a new binding option called "yearsSeparator", which states the separator used between years (when "startMonth" is not 0, defaults to "/").
- Added a new binding option called "views.map.showShortYearsInMonthNames", which states if the short years should be shown in the month names (defaults to false).
- Added a new binding option called "views.line.showShortYearsInMonthNames", which states if the short years should be shown in the month names (defaults to false).
- Added a new binding option called "views.chart.showShortYearsInMonthNames", which states if the short years should be shown in the month names (defaults to false).
- Added a new binding option called "zooming.incrementDivision", which states the division factor for zoom increments (defaults to 10).
- Added a new binding option called "zooming.cssDecimalPoints", which states the number of decimal points to use for CSS values (allowing more accurate zooming, defaults to 2).
- The binding option "title.showText" now only affects the title text, and not the section text (if enabled).
- Upgraded all the NPM packages to the latest versions, and added some minor ESLint code updates.
- Upgraded TypeScript to version 6+.
- Increased the default button font weight.
- Increased the active type button font weight.
- Removed the display CSS setters for the current view (as they are not needed anymore).
- The top/left CSS properties for the tooltips are now removed when they are hidden, to prevent any weird positioning issues that could occur in some edge cases.
- Decreased the spacing around the side menu buttons.
- Minor increases to the padding used on the type buttons in the guide.
- Fixed some missing types throughout the code base that were causing some errors when compiling with strict mode enabled.
slate-hyperscript@0.125.0
- #6065
cf5b3520Thanks @12joan! - - Introduced newHyperscriptPointRefandHyperscriptRangeRefclasses.- A
HyperscriptPointRefcan passed to therefprop of the new<point />tag to store any arbitrary point in the editor. - To access the point, call the
point()method on theHyperscriptPointRefinstance. - A
HyperscriptRangeRefcan be passed to therefprop of an<anchor />or<focus />tag to construct an arbitrary range. <anchor />and<focus />tags used in this manner do not affecteditor.selection.- To access the range, call the
range()method on theHyperscriptRangeRefinstance.
- A
Release 2026-05-30 13:26
Release 2026-05-30 13:26
- rsbuild: add RSC support (#7509) (9cb7a003e6) by @schiller-manuel
- @tanstack/react-start@1.168.18
- @tanstack/react-start-rsc@0.1.17
- @tanstack/react-start-server@1.167.13
- @tanstack/solid-start@1.168.18
- @tanstack/solid-start-server@1.167.13
- @tanstack/start-plugin-core@1.171.10
- @tanstack/start-server-core@1.169.8
- @tanstack/vue-start@1.168.17
- @tanstack/vue-start-server@1.167.13
@tanstack/vue-start-server@1.167.13
- Updated dependencies [
9cb7a00]:- @tanstack/start-server-core@1.169.8
@tanstack/solid-start-server@1.167.13
- Updated dependencies [
9cb7a00]:- @tanstack/start-server-core@1.169.8