Sourced from astro's releases.
astro@4.16.10
Patch Changes
#12311
bf2723e
Thanks@dinesh-58
! - Addschecked
to the list of boolean attributes.#12363
222f718
Thanks@Fryuni
! - Fixes code generated byastro add
command when adding a version of an integration other than the defaultlatest
.#12368
493fe43
Thanks@bluwy
! - Improves error logs when executing commands#12355
c4726d7
Thanks@apatel369
! - Improves error reporting for invalid frontmatter in MDX files during theastro build
command. The error message now includes the file path where the frontmatter parsing failed.astro@4.16.9
Patch Changes
#12333
836cd91
Thanks@imattacus
! - Destroy the server response stream if async error is thrown#12358
7680349
Thanks@spacedawwwg
! - HonorsinlineAstroConfig
parameter ingetViteConfig
when creating a logger#12353
35795a1
Thanks@hippotastic
! - Fixes an issue in dev server watch file handling that could cause multiple restarts for a single file change.#12351
5751488
Thanks@florian-lefebvre
! - Reverts a change made in4.16.6
that prevented usage ofastro:env
secrets inside middleware in SSR#12346
20e5a84
Thanks@bluwy
! - Fixes sourcemap generation when prefetch is enabled#12349
1fc83d3
Thanks@norskeld
! - Fixes thegetImage
options type so it properly extendsImageTransform
Sourced from astro's changelog.
4.16.10
Patch Changes
#12311
bf2723e
Thanks@dinesh-58
! - Addschecked
to the list of boolean attributes.#12363
222f718
Thanks@Fryuni
! - Fixes code generated byastro add
command when adding a version of an integration other than the defaultlatest
.#12368
493fe43
Thanks@bluwy
! - Improves error logs when executing commands#12355
c4726d7
Thanks@apatel369
! - Improves error reporting for invalid frontmatter in MDX files during theastro build
command. The error message now includes the file path where the frontmatter parsing failed.4.16.9
Patch Changes
#12333
836cd91
Thanks@imattacus
! - Destroy the server response stream if async error is thrown#12358
7680349
Thanks@spacedawwwg
! - HonorsinlineAstroConfig
parameter ingetViteConfig
when creating a logger#12353
35795a1
Thanks@hippotastic
! - Fixes an issue in dev server watch file handling that could cause multiple restarts for a single file change.#12351
5751488
Thanks@florian-lefebvre
! - Reverts a change made in4.16.6
that prevented usage ofastro:env
secrets inside middleware in SSR#12346
20e5a84
Thanks@bluwy
! - Fixes sourcemap generation when prefetch is enabled#12349
1fc83d3
Thanks@norskeld
! - Fixes thegetImage
options type so it properly extendsImageTransform
e10b03e
[ci] release (#12369)b7e4691
fix(deps): update all non-major dependencies (#12366)bf2723e
add checked
to htmlBooleanAttributes (#12311)c4726d7
fix: show file name with invalid frontmatter errors for MDX (#12355)222f718
Fix astro add
generated import identifier (#12363)493fe43
Improve tinyexec errors (#12368)ec3113d
[ci] release (#12345)7680349
fix: honor getViteConfig inlineAstroConfig.logLevel setting (#12358)35795a1
Fix watchfile multiple dev server restart (#12353)5751488
fix: revert #12227
(#12351)Sourced from astro-icon's releases.
astro-icon@1.1.2
Patch Changes
#247
fce07f17fe67116165d5d3dd279519bb7bbed55c
Thanks@christina-de-martinez
! - Adds adesc
prop shorthand which maps to the SVG<desc>
tag, similar totitle
.#246
4c5da3378436c2bee6ccdf4ad9cf0e1f32fb6903
Thanks@stramel
! - Fixes an issue whereviewBox
was not correctly passed to<symbol>
elements#245
ff3a66a8a357375076022b6f9800561ed845c071
Thanks@stramel
! - Fixes handling of duplicate icon entries in the integration configuration#243
a8c0a6c5fe2a01841c258af5fb3abe04839df5eb
Thanks@stramel
! - Replaces deprecatedxlink:href
attribute with standardhref
attribute
Sourced from astro-icon's changelog.
1.1.2
Patch Changes
#247
fce07f17fe67116165d5d3dd279519bb7bbed55c
Thanks@christina-de-martinez
! - Adds adesc
prop shorthand which maps to the SVG<desc>
tag, similar totitle
.#246
4c5da3378436c2bee6ccdf4ad9cf0e1f32fb6903
Thanks@stramel
! - Fixes an issue whereviewBox
was not correctly passed to<symbol>
elements#245
ff3a66a8a357375076022b6f9800561ed845c071
Thanks@stramel
! - Fixes handling of duplicate icon entries in the integration configuration#243
a8c0a6c5fe2a01841c258af5fb3abe04839df5eb
Thanks@stramel
! - Replaces deprecatedxlink:href
attribute with standardhref
attribute
70f37f4
chore: release (#248)a8c0a6c
fix(Icon): switch to non-deprecated href attribute (#243)ff3a66a
fix: handle duplicate icon entries in include config (#245)4c5da33
fix: move viewBox to symbol (#246)fce07f1
feat(desc): support desc svg tag. (#247)4060744
chore: clean up63e93a3
docs(README): update props section