3 hours ago
Heat.js

Heat.js v5.2.0 - Chart zooming support! More options! TypeScript upgrade!

New Features:

  • Added zooming support to the "Chart" view (when enabled).

Binding Options:

  • 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).

Library:

  • Upgraded all the NPM packages to the latest versions, and added some minor ESLint code updates.
  • Upgraded TypeScript to version 6+.

UI:

  • 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.

Fixes:

  • Fixed some missing types throughout the code base that were causing some errors when compiling with strict mode enabled.
8 hours ago
slate

slate-hyperscript@0.125.0

Minor Changes

  • #6065 cf5b3520 Thanks @12joan! - - Introduced new HyperscriptPointRef and HyperscriptRangeRef classes.
    • A HyperscriptPointRef can passed to the ref prop of the new <point /> tag to store any arbitrary point in the editor.
    • To access the point, call the point() method on the HyperscriptPointRef instance.
    • A HyperscriptRangeRef can be passed to the ref prop of an <anchor /> or <focus /> tag to construct an arbitrary range.
    • <anchor /> and <focus /> tags used in this manner do not affect editor.selection.
    • To access the range, call the range() method on the HyperscriptRangeRef instance.
8 hours ago
router

Release 2026-05-30 13:26

Release 2026-05-30 13:26

Changes

Features

  • rsbuild: add RSC support (#7509) (9cb7a003e6) by @schiller-manuel

Packages

  • @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
8 hours ago
router

@tanstack/solid-start@1.168.18

Patch Changes

  • #7509 9cb7a00 - feat(rsbuild): add RSC support

  • Updated dependencies [9cb7a00]:

    • @tanstack/start-plugin-core@1.171.10
    • @tanstack/start-server-core@1.169.8
    • @tanstack/solid-start-server@1.167.13
8 hours ago
router

@tanstack/start-server-core@1.169.8

Patch Changes

8 hours ago
router

@tanstack/vue-start@1.168.17

Patch Changes

  • #7509 9cb7a00 - feat(rsbuild): add RSC support

  • Updated dependencies [9cb7a00]:

    • @tanstack/start-plugin-core@1.171.10
    • @tanstack/start-server-core@1.169.8
    • @tanstack/vue-start-server@1.167.13
8 hours ago
router

@tanstack/start-plugin-core@1.171.10

Patch Changes

  • #7509 9cb7a00 - feat(rsbuild): add RSC support

  • Updated dependencies [9cb7a00]:

    • @tanstack/start-server-core@1.169.8
8 hours ago
router

@tanstack/vue-start-server@1.167.13

Patch Changes

  • Updated dependencies [9cb7a00]:
    • @tanstack/start-server-core@1.169.8
8 hours ago
router

@tanstack/solid-start-server@1.167.13

Patch Changes

  • Updated dependencies [9cb7a00]:
    • @tanstack/start-server-core@1.169.8
8 hours ago
router

@tanstack/react-start@1.168.18

Patch Changes

  • #7509 9cb7a00 - feat(rsbuild): add RSC support

  • Updated dependencies [9cb7a00]:

    • @tanstack/start-plugin-core@1.171.10
    • @tanstack/start-server-core@1.169.8
    • @tanstack/react-start-rsc@0.1.17
    • @tanstack/react-start-server@1.167.13