4 hours ago
router

v1.163.1

Version 1.163.1 - 2/25/26, 1:09 AM

Changes

Fix

  • don"t rely on syntheticNamedExports in import protection (#6758) (c099ebf) by Manuel Schiller

Packages

  • @tanstack/start-plugin-core@1.163.1
  • @tanstack/solid-start@1.163.1
  • @tanstack/vue-start@1.163.1
  • @tanstack/react-start@1.163.1
  • @tanstack/start-static-server-functions@1.163.1
4 hours ago
blueprint

@blueprintjs/datetime@6.0.16

No documented user-facing changes

4 hours ago
blueprint

@blueprintjs/table@6.0.16

No documented user-facing changes

4 hours ago
blueprint

@blueprintjs/icons@6.6.0

✨ Features

  • Add application icon (#7767)

💡 Improvements

  • [icons] Remove defaultProps from generated icon components (#7807)
4 hours ago
blueprint

@blueprintjs/core@6.8.1

🐛 Fixes

  • [core] Allow className to be passed to PopoverNext target (#7814)

💡 Improvements

  • [core] Tweaks to export of design tokens (#7736)
4 hours ago
blueprint

@blueprintjs/labs@6.2.0

💡 Improvements

  • [labs] Add individual flexGrow, flexShrink, & flexBasis support to Box component #7806
4 hours ago
blueprint

@blueprintjs/select@6.1.1

No documented user-facing changes

5 hours ago
preline

v4.1.0 - Plugin ecosystem and architecture improvements

This update addresses core architecture improvements for plugins, other general improvements and fixes from Github issues.

Fixes and Improvements

- Improvements: Improved module entry architecture to support better tree-shaking by separating auto-init and manual-init flows. Added a dedicated preline/non-auto entry for explicit initialization, while preserving preline as the plug-and-play auto-init path. Also marked side-effectful entries explicitly and kept per-plugin imports preline/plugins/* as the recommended on-demand integration path.[Issue #697]. - Improvements: Add searchMatchMode to HSSelect ("substring", "chars-sequence", "token-all", "hybrid") to improve multi-word and non-consecutive matching, so queries like "Alpha Charlie" can match "Alpha Bravo Charlie Delta" while keeping legacy isSearchDirectMatch backward compatible. [Issue #730] - Fixed: HSOverlay.autoInit() re-initialization behavior after dynamic DOM updates to ensure overlays close correctly and restore the hidden state without getting stuck open. [Issue #704] - Fixed: Incorrect positioning of fixed dropdowns inside sticky containers. - Fixed: Accessibility issues within nested components. - Fixed: Fixed tooltips getting stuck in some cases - for example, when scrolling the page quickly, they wouldn’t disappear.

5 hours ago
rari

rari@0.10.8

What's Changed

  • 75572b68 chore(rari): bump optional dependencies to 0.10.8
  • 8e522e65 fix(router): add spacing between navigate registration functions
  • a2f314b7 feat(router): add navigate deregistration and cleanup on unmount
  • 96132eac fix(router): refactor parameter extraction and improve navigate registration
  • e8d45010 feat(router): export navigate getter and improve router provider
  • b06c4275 feat(router): add route segment matching and improve parameter extraction
  • ad45e53a fix(router): improve navigation registration and hash scrolling behavior
  • 05ef4927 feat(router): add public router API with navigate function and hooks
  • 736f5098 fix(router): preserve hash in history state and handle hash-based scrolling

Full Changelog: https://github.com/rari-build/rari/compare/rari@0.10.7...rari@0.10.8

5 hours ago
router

v1.163.0

Version 1.163.0 - 2/24/26, 11:52 PM

Changes

Feat

  • add excludeFiles to import-protection (#6757) (95761bc) by Manuel Schiller

Docs

  • Fix frontmatter title field (#6753) (9a4161a) by Valerii Petryniak

Packages

  • @tanstack/start-plugin-core@1.163.0
  • @tanstack/solid-start@1.163.0
  • @tanstack/vue-start@1.163.0
  • @tanstack/react-start@1.163.0
  • @tanstack/start-static-server-functions@1.163.0