Skip to content

Releases: withastro/astro

@astrojs/markdoc@0.11.0

23 Apr 23:34
a940465
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #10833 8d5f3e8 Thanks @renovate! - Updates esbuild dependency to v0.20. This should not affect projects in most cases.

@astrojs/db@0.10.6

23 Apr 23:34
a940465
Compare
Choose a tag to compare

Patch Changes

  • #10816 8e6eb62 Thanks @bholmesdev! - Add astro login support from online editors like Stackblitz and GitHub Codespaces

astro@4.6.3

18 Apr 15:38
7fda037
Compare
Choose a tag to compare

Patch Changes

@astrojs/sitemap@3.1.4

18 Apr 15:38
7fda037
Compare
Choose a tag to compare

Patch Changes

@astrojs/db@0.10.5

18 Apr 15:37
7fda037
Compare
Choose a tag to compare

Patch Changes

astro@4.6.2

16 Apr 16:10
668d973
Compare
Choose a tag to compare

Patch Changes

@astrojs/sitemap@3.1.3

16 Apr 16:10
668d973
Compare
Choose a tag to compare

Patch Changes

@astrojs/mdx@2.3.1

16 Apr 16:10
668d973
Compare
Choose a tag to compare

Patch Changes

  • #10754 3e7a12c8532411e580fcfdb8445cad8fc8499291 Thanks @rishi-raj-jain! - Fixes an issue where images in MDX required a relative specifier (e.g. ./)

    Now, you can use the standard ![](img.png) syntax in MDX files for images colocated in the same folder: no relative specifier required!

    There is no need to update your project; your existing images will still continue to work. However, you may wish to remove any relative specifiers from these MDX images as they are no longer necessary:

    - ![A cute dog](./dog.jpg)
    + ![A cute dog](dog.jpg)
    <!-- This dog lives in the same folder as my article! -->
  • #10770 88ee63a3ba4488c60348cb821034e6d4a057efd0 Thanks @bluwy! - Removes internal MDX processor on buildEnd to free up memory

astro@4.6.1

12 Apr 15:33
3ff6b40
Compare
Choose a tag to compare

Patch Changes

@astrojs/vercel@7.5.3

12 Apr 15:33
3ff6b40
Compare
Choose a tag to compare

Patch Changes