When an HTML minifier strips away the server island comment, the script can't correctly know where the end of the fallback content is. This makes it so that it simply doesn't remove any DOM in that scenario. This means the fallback isn't removed, but it also doesn't crash the browser.
#11657a23c69d Thanks @bluwy! - Deprecates the option for route-generating files to export a dynamic value for prerender. Only static values are now supported (e.g. export const prerender = true or = false). This allows for better treeshaking and bundling configuration in the future.
Adds a new "astro:route:setup" hook to the Integrations API to allow you to dynamically set options for a route at build or request time through an integration, such as enabling on-demand server rendering.
To migrate from a dynamic export to the new hook, update or remove any dynamic prerender exports from individual routing files:
When an HTML minifier strips away the server island comment, the script can't correctly know where the end of the fallback content is. This makes it so that it simply doesn't remove any DOM in that scenario. This means the fallback isn't removed, but it also doesn't crash the browser.
#11657a23c69d Thanks @bluwy! - Deprecates the option for route-generating files to export a dynamic value for prerender. Only static values are now supported (e.g. export const prerender = true or = false). This allows for better treeshaking and bundling configuration in the future.
Adds a new "astro:route:setup" hook to the Integrations API to allow you to dynamically set options for a route at build or request time through an integration, such as enabling on-demand server rendering.
To migrate from a dynamic export to the new hook, update or remove any dynamic prerender exports from individual routing files:
Use startTime instead of elapsed to sync optimised animations.
[11.3.27] 2024-08-14
Changed
Allow manual setting of startTime via animation options (currently for internal use only).
[11.3.26] 2024-08-14
Fixed
Improving synchronisation between DOM animations on externally-provided MotionValues and internal MotionValues.
Fixing unit conversion on DOM animations with externally-provided MotionValues.
[11.3.25] 2024-08-14
Changed
Improve calculation of startTime to prefer the immediacy of animation creation over keyframe resolution, but fall back to the latter if the former would lead to a perceptual jump.
Bumps the npm-deps group with 9 updates in the / directory:
4.13.2
4.14.2
11.3.24
11.3.28
3.4.9
3.4.10
3.6.1
3.6.2
7.18.0
8.1.0
8.13.2
8.14.1
8.57.0
9.9.0
0.33.1
1.2.3
0.5.14
0.6.6
Updates
astro
from 4.13.2 to 4.14.2Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
0109690
[ci] release (#11734)391324d
Revert parseArgs change (#11733)91d36fa
[ci] release (#11719)87ce238
[ci] format70945dd
refactor: enforce node prefix (#11723)3c2f93b
fix: content types sync in dev (#11727)6c1560f
fix: separate data store into mutable and immutable versions (#11725)4844e1b
chore: updates the supported features of test adapter (#11724)934165e
[ci] format35af73a
Prevent errant HTML from crashing server islands (#11692)Updates
framer-motion
from 11.3.24 to 11.3.28Changelog
Sourced from framer-motion's changelog.
Commits
74a3037
v11.3.2849b72e1
Updating changelog7b377d6
Manually set handoff animationstartTime
(#2756)12a5189
Updating versionc810c29
v11.3.27b9d4931
Updating changelogf5274e8
Allow animationstartTime
to be set manually (#2755)4f06f9e
Updating versiona11b8b1
v11.3.260ab91e9
Updating changelogUpdates
tailwindcss
from 3.4.9 to 3.4.10Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
f07dbff
3.4.10c4f2362
Bump versions of plugins in the Standalone CLI (#14185)Updates
@astrojs/react
from 3.6.1 to 3.6.2Release notes
Sourced from
@astrojs/react
's releases.Changelog
Sourced from
@astrojs/react
's changelog.Commits
8118120
[ci] release (#11654)7adb350
Prevent throwing in react and solid component checks (#11624)72c7ae9
update formatter config (#11640)750d532
fix(deps): update all non-major dependencies (#11565)Updates
@typescript-eslint/parser
from 7.18.0 to 8.1.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
3d78392
chore(release): publish 8.1.0a26e3c7
chore: enable prefer-regexp-test (#9658)e05c2e5
chore(release): publish 8.0.11db993a
chore(release): publish 8.0.01b0468e
Merge branch 'main'f3dfc0a
Merge branch 'main' into v8ae980e3
Merge branch 'main'c365664
Merge branch 'main'6bd4211
Merge branch 'main'a846ffe
Merge branch 'main'Updates
cspell
from 8.13.2 to 8.14.1Release notes
Sourced from cspell's releases.
... (truncated)
Changelog
Sourced from cspell's changelog.
Commits
5552bdb
v8.14.12e050b4
v8.14.0e017775
v8.13.3ecfa89a
fix: Try non-English suffix endings on word breaks (#6066)Updates
eslint
from 8.57.0 to 9.9.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
0dd3863
9.9.02e5ba77
Build: changelog update for 9.9.0461b2c3
chore: upgrade to@eslint/js@9.9.0
(#18765)59dba1b
chore: package.json update for@eslint/js
releasefea8563
chore: update dependency@eslint/core
to ^0.3.0 (#18724)41d0206
feat: Add support for TS config files (#18134)aac191e
chore: update dependency@eslint/json
to ^0.3.0 (#18760)9fe068c
docs: how to author plugins with configs that extend other configs (#18753)b97fa05
chore: update wdio dependencies for more stable tests (#18759)3a4eaf9
feat: add suggestion torequire-await
to removeasync
keyword (#18716)Updates
eslint-plugin-astro
from 0.33.1 to 1.2.3Release notes
Sourced from eslint-plugin-astro's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-astro's changelog.
... (truncated)
Commits
d015d37
chore: release eslint-plugin-astro (#406)403a960
chore(deps): update dependency esbuild to ^0.23.0 (#403)0ed43c3
chore(deps): update dependency rimraf to v6 (#407)06b2a12
chore: fix ci error (#408)a77445e
no-export-from-components - allow "partial" exception (#405)5ea40f1
chore(deps): update dependency monaco-editor to ^0.50.0 (#400)045aedb
chore: release eslint-plugin-astro (#398)58b3f19
fix: no-exports-from-components rule, which allowedgetStaticPath
instead o...767bcc5
chore: release eslint-plugin-astro (#396)5174590
Update no-exports-from-components rule to allow exceptions (#395)Updates
prettier-plugin-tailwindcss
from 0.5.14 to 0.6.6Release notes
Sourced from prettier-plugin-tailwindcss's releases.
Changelog
Sourced from prettier-plugin-tailwindcss's changelog.