v7.18.1
See the changelog for release notes: https://github.com/remix-run/react-router/blob/v7/CHANGELOG.md#v7181
v14.0.1
Patch release fixing two web-component (and Vue wrapper) regressions introduced by the v14 rewrite.
- core: restore slide detection in web component — the
<swiper-container>element initialized with zero slides becauseslidesElwas resolved to the shadow root instead of the host element (b3b822f), closes #8196 - element: render navigation/pagination/scrollbar when set as boolean params — bare boolean usage (
<swiper-container navigation>, Vue:navigation="true") stopped rendering the built-in controls (253fa39), closes #8196
v4.3.2
- Support bare spacing values for
auto-rows-*andauto-cols-*utilities (e.g.auto-rows-12andauto-cols-16) (#20229) - Prevent
@tailwindcss/cliin--watchmode from crashing on Windows when@sourcepoints to a directory that doesn't exist (#20242) - Prevent
@tailwindcss/vitefrom crashing in Deno v2.8.x whencontext.parentURLis not a valid URL (#20245) - Ensure
@tailwindcss/cliin--watchmode rebuilds when the input CSS file changes in an ignored directory (#20246) - Allow
@variantrules used inaddBase(…)to use custom variants defined later (#20247) - Prevent
@tailwindcss/vitefrom crashing during HMR when scanned files or directories are deleted (#20259) - Generate
font-sizeinstead ofcolordeclarations fortext-[--spacing(…)](#20260) - Prevent
@sourcepatterns from scanning unrelated sibling files and folders (#20263) - Extract class candidates adjacent to Template Toolkit delimiters like
%]…[%in.tt,.tt2, and.txfiles (#20269) - Extract class candidates from conditional Maud syntax like
p.text-black[condition](#20269) - Prevent
@position-tryrules from triggering unknown at-rule warnings when optimizing CSS (#20277) - Support class suggestions for named opacity modifiers from
--opacitytheme values (#20287) - Prevent type errors in
@tailwindcss/postcsswhen used with newer PostCSS patch releases (#20289)
v5.108.2
-
Fix lazy barrel deferral of ungrouped side-effect imports. (by @hai-x in #21291)
-
Respect the
node:prefix for node.js core modules used as externals. (by @alexander-akait in #21286)
v2.20.1
- Recommend EventHandle.off() for event removal by @mvaligursky in #8974
- Fix lodRangeMin/lodRangeMax not applied from GSplatComponent init data by @willeastcott in #8968
- Mark live API getters readonly by @kpal81xd in #8959
- Free font textures when a font asset is unloaded by @mvaligursky in #8969
- Fix re-render of work buffer for non-streaming splats on device restore by @mvaligursky in #8973
- Free SOG bundle archive memory after texture upload by @mvaligursky in #8972
Full Changelog: https://github.com/playcanvas/engine/compare/v2.20.0...v2.20.1