6 hours ago
astro

@astrojs/react@5.0.3

Patch Changes

  • #16224 a2b9eeb Thanks @fkatsuhiro! - Fix React 19 "Float" mechanism injecting into Astro islands instead of the . This PR adds a filter to @astrojs/react to strip these auto-generated resource from the island's HTML output, ensuring valid HTML structure.
6 hours ago
astro

astro@6.1.4

Patch Changes

  • #16197 21f9fe2 Thanks @SchahinRohani! - Remove unused re-exports from assets/utils barrel file to fix Vite build warning

  • #16059 6d5469e Thanks @matthewp! - Fixes Expected 'miniflare' to be defined errors and 404 responses in dev mode when using the Cloudflare adapter and the config file changes. Instead of creating a brand new Vite server on config changes, Astro now performs a Vite in-place restart, allowing the Cloudflare adapter to reuse its existing miniflare instance across restarts.

  • #16154 7610ba4 Thanks @Desel72! - Fixes pages with dots in their filenames (e.g. hello.world.astro) returning 404 when accessed with a trailing slash in the dev server. The trailingSlashForPath function now only forces trailingSlash: 'never' for endpoints with file extensions, allowing pages to correctly respect the user's trailingSlash config.

  • #16193 23425e2 Thanks @matthewp! - Fixes trailingSlash: "always" producing redirect HTML instead of the actual response for extensionless endpoints during static builds

6 hours ago
cropperjs

v2.1.1

See CHANGELOG.md for details.

7 hours ago
vite

v6.4.2

Please refer to CHANGELOG.md for details.

7 hours ago
vite

v7.3.2

Please refer to CHANGELOG.md for details.

7 hours ago
vite

v8.0.5

Please refer to CHANGELOG.md for details.

8 hours ago
apexcharts.js

💎 Version 5.10.5

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v5.10.4...v5.10.5

9 hours ago
quasar

@quasar/extras-v1.18.0

Changes

  • feat(extras): update Font Awesome => v7.2.0
  • feat(extras): update Ionicons v8 => v8.0.13
  • feat(extras): update Material Icons => CDN v145
  • feat(extras): update Material Icons Outlined => CDN v110
  • feat(extras): update Material Icons Round => CDN v109
  • feat(extras): update Material Icons Sharp => CDN v110
  • feat(extras): update Google Material Symbols Outlined => CDN v322
  • feat(extras): update Google Material Symbols Rounded => CDN v324
  • feat(extras): update Google Material Symbols Sharp => CDN v319
  • feat(extras): update Roboto Font => CDN v51
  • feat(extras): update Roboto Font Latin Extended => CDN v51
  • feat(extras): automate README generation
  • feat(extras): decouple q/extras types from the UI package
  • fix(extras): restrict published files
  • fix(extras): improve build pipeline
  • chore(extras): linter updates

Notes

  • This release updates the @quasar/extras package contents and build/publish pipeline.
  • Please update along with q/app-vite or q/app-webpack

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

10 hours ago
quasar

@quasar/cli-v4.0.0

This is the optional globally-installed part of the Quasar CLI

Changes

  • feat(cli): serve cmd > replace express with Hono
  • feat(cli): add --nocolor param to all commands
  • feat(cli): serve cmd > disregard "quasar" package.json prop
  • fix(cli): serve --open param handling

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

10 hours ago
mantine

9.0.1

What's Changed

  • [@mantine/core] LoadingOverlay: Fix double overlay visible with dark color scheme (#8811)
  • [@mantine/core] RingProgress: Add missing viewBox (#8806)
  • [@mantine/core] Input: Add rootRef prop support
  • [@mantine/core] Combobox: Fix refProp not working on Combobox.Target (#8798)
  • [@mantine/mcp-server] Fix stdio transport to comply with MCP spec (#8792)
  • [@mantine/core] Input: Fix aria-invalid="false" attribute being set (#8785)
  • [@mantine/core] Slider: Fix incorrect orientation inheritance from the parent markup (#8791)
  • [@mantine/core] Fix incorrect default placeholder size in PasswordInput and other components (#8793)
  • [@mantine/core] Badge: Fix text being cut off with some fonts (#8788)
  • [@mantine/hooks] use-scroller: Fix element dynamic resizing not being handled correctly (#8800)
  • [@mantine/core] Fix Checkbox.Group, Switch.Group, Radio.Group and Chip.Group not working with generic primitive values (#8801)
  • [@mantine/core] Popover: Fix missing withProps (#8802)
  • [@mantine/core] Accordion: Fix focus ring being cut off (#8797)
  • [@mantine/charts] Add option to fully customize reference lines label (#8790)
  • [@mantine/core] Fix loading prop not being handled correctly in TagsInput and MultiSelect (#8803)

Full Changelog: https://github.com/mantinedev/mantine/compare/9.0.0...9.0.1