2 hours ago
KaTeX

v0.16.27

0.16.27 (2025-12-07)

Features

  • support equals sign and surrounding whitespace in \htmlData attribute values (#4112) (c77aaec)
7 hours ago
KaTeX

v0.16.26

0.16.26 (2025-12-07)

Bug Fixes

  • \mathop followed by integral symbol (6fbad18)
16 hours ago
router

v1.140.0

Version 1.140.0 - 12/7/25, 6:22 AM (Manual Release)

Changes

Fix

  • full npm registry URLs, sync package versions (#6035) (43fd132) by Lachlan Collins

Chore

  • vue: disable CJS build (#6036) (c7fc110) by Lachlan Collins
  • router-core: remove extra JSDoc comments for defaultParseSearch (#6020) (ec90441) by @Armanio

Ci

  • bump node version (e095841) by Lachlan Collins
  • prepare for trusted publishing (#6032) (496c932) by Lachlan Collins

Docs

  • fix typo and clarify generateFunctionId example (#5728) (aac4621) by @morinokami
  • start: update the "reading-writing-file" tutorial (#6031) (5fa2cd3) by @morinokami
  • examples: standardize the READMEs for the React examples (#6014) (6d619da) by Ender Bonnet

Examples

  • mark as private (da69479) by Lachlan Collins

Other

  • (3d6aa41) by Birk Skyum

Packages

  • @tanstack/history@1.140.0
  • @tanstack/router-core@1.140.0
  • @tanstack/solid-router@1.140.0
  • @tanstack/react-router@1.140.0
  • @tanstack/vue-router@1.140.0
  • @tanstack/solid-router-ssr-query@1.140.0
  • @tanstack/react-router-ssr-query@1.140.0
  • @tanstack/vue-router-ssr-query@1.140.0
  • @tanstack/router-ssr-query-core@1.140.0
  • @tanstack/zod-adapter@1.140.0
  • @tanstack/valibot-adapter@1.140.0
  • @tanstack/arktype-adapter@1.140.0
  • @tanstack/router-devtools@1.140.0
  • @tanstack/solid-router-devtools@1.140.0
  • @tanstack/react-router-devtools@1.140.0
  • @tanstack/vue-router-devtools@1.140.0
  • @tanstack/router-devtools-core@1.140.0
  • @tanstack/router-generator@1.140.0
  • @tanstack/virtual-file-routes@1.140.0
  • @tanstack/router-cli@1.140.0
  • @tanstack/router-plugin@1.140.0
  • @tanstack/router-vite-plugin@1.140.0
  • @tanstack/directive-functions-plugin@1.140.0
  • @tanstack/server-functions-plugin@1.140.0
  • @tanstack/eslint-plugin-router@1.140.0
  • @tanstack/solid-start@1.140.0
  • @tanstack/solid-start-client@1.140.0
  • @tanstack/solid-start-server@1.140.0
  • @tanstack/start-client-core@1.140.0
  • @tanstack/start-server-core@1.140.0
  • @tanstack/start-storage-context@1.140.0
  • @tanstack/react-start@1.140.0
  • @tanstack/react-start-client@1.140.0
  • @tanstack/react-start-server@1.140.0
  • @tanstack/start-plugin-core@1.140.0
  • @tanstack/start-static-server-functions@1.140.0
  • @tanstack/router-utils@1.140.0
  • @tanstack/nitro-v2-vite-plugin@1.140.0
1 days ago
parcel

v2.16.2

Fixed

  • HTML

    • Fix siblings after <svg> being removed by HTML minifier – Details
  • React Server Components

    • Bump react-server-dom-parcel to ^19.1.1 to fix vulnerability
    • Fix cache key clash in @parcel/packager-react-staticDetails
    • Fix using inline string transformers with @parcel/packager-react-staticDetails
    • Preload CSS as soon as the RSC payload loads, without waiting for it to mount. This is useful for pre-fetching. – Details
1 days ago
remix

session-middleware v0.1.1

  • Use response.headers.append('Set-Cookie', ...) instead of response.headers.set('Set-Cookie', ...) to not overwrite cookies set by other middleware/handlers
1 days ago
remix

form-data-middleware v0.1.1

  • Explicitly set context.formData in all POST cases, even when the request body is invalid
1 days ago
remix

session v0.4.1

  • Always delete the original session ID when it is regenerated with the deleteOldSession option. Intermediate IDs are never saved to storage, so they can't be deleted.
1 days ago
univer

🎉 Release v0.12.4

🎊 Univer@v0.12.4

🚧 Important Note

Your feedback is crucial! Please submit issues and suggestions to help us shape the future of Univer.

🚀 Getting Started

If you're eager to explore Univer, check out our getting started documentation. Dive into the world of collaborative document, spreadsheet, and presentation editing powered by Univer!

📊 Univer Sheets

✨ New Features Highlights

  • Added fonts: #6237
    • UniverUIPlugin introduced a new configuration option customFontFamily to add fonts to the font list.
    • Added univerAPI.addFonts API to dynamically add fonts to the font list.
  • Save cell images:
    • A new "Save Cell Images" menu item has been added to the right-click menu to save cell images within a range to the local device. #6250
    • Added FWorksheet.saveCellImagesAsync and FRange.saveCellImagesAsync APIs to save cell images to the local device. #6252

🐛 Bug Fixes and Optimizations

  • Optimized performance issues with data validation. #6219
  • Optimized mutation size issues when splitting and copying large data worksheets. #6214
  • Fixed the issue where the corresponding menu input box was not disabled after adding permission control. #6242
  • Fixed some translation errors in the Traditional Chinese (zh-TW) language pack. #6244
  • Fixed the issue where cell images generated by the IMAGE formula could not apply alignment. #6249
  • Charts:
    • Fixed the issue of abnormal display in chart history.
    • Fixed issues with copying and pasting charts.
    • Fixed the issue where charts were not copied/deleted when copying/deleting worksheets.
    • Fixed the issue where the FChart.addRange API threw an exception when setting the data source to a range outside the current worksheet.
  • Fixed the issue where sparklines were not copied/deleted when copying/deleting worksheets.
  • Optimized the time display in the version list of the history to the second level.

🌐 Univer Server

  • Added export support for the sheets-note feature.

📦 Univer Presets

  • SDK has been updated to version 0.12.4.
  • UniverSheetsCorePreset introduced a new configuration option customFontFamily to add fonts to the font list.

📢 Join the Conversation

We welcome your input and insights as we embark on this exciting journey. Connect with us on:

📝 Changelog

Full changelog (2025-12-06)

Bug Fixes

  • drawing: ensure unique id for float dom element at runtime (#6235) 3c5d384, closes #6235
  • formula: fix the issue where images generated by the IMAGE formula could not be aligned (#6249) 53b6c13, closes #6249
  • i18n: update zh-TW for clarity and consistency (#6244) f595b78, closes #6244
  • sheets-ui: popup not update corretly on selection changes (#6236) 2feee7e, closes #6236

Features

  • data-validation: add 'set' property to IListCacheItem for improved caching (#6229) a4c88b8, closes #6229
  • sheets-data-validation: add DataValidationListCacheService for caching list validation results (#6219) 2bc2929, closes #6219
  • sheets-drawing-ui: add batch save images functionality with customizable file naming options (#6252) 2fce949, closes #6252
  • sheets-drawing-ui: implement batch save images functionality (#6250) 1731680, closes #6250
  • sheets-ui: add disabled state support via observable for MenuItemInput (#6242) 58be4bd, closes #6242
  • sheets: split insert sheet command on large data (#6214) 09cc69a, closes #6214
  • ui: add font management service & support appending custom font family (#6237) 7c1c2c9, closes #6237
2 days ago
router

v1.139.15

Version 1.139.15 - 12/5/25, 9:17 PM

Changes

Fix

  • router-devtools: move vite to devDependencies (#6026) (7d113ce) by vemoo

Docs

  • remove gitignore suggestion for generated route tree file (#6025) (3d20d30) by Yavnik Sharma
  • correct local relative links (#6027) (15f8e9c) by Lachlan Collins

Packages

  • @tanstack/router-devtools@1.139.15
  • @tanstack/solid-router-devtools@1.139.15
  • @tanstack/react-router-devtools@1.139.15
  • @tanstack/router-devtools-core@1.139.15
2 days ago
react-grid-layout

1.5.3

Uncategorized
  • Memoize bottom computation in compact
    • PR: #2115
  • Make b param in compactItem optional
    • PR: #2165
  • Add Basedash to projects using React-Grid-Layout
    • PR: #2134
  • chore(yarn): update devdeps and fix sec alerts
    • PR: #2179