Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-12 | [ci] release (#5561)astro@1.6.15@astrojs/vue@1.2.2@astrojs/node@3.1.1@astrojs/mdx@0.12.2 | 44 | -110/+108 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-12-12 | Fix link in MDX integration README (#5586) | 2 | -1/+6 | ||
2022-12-10 | Updated magic-string to 0.27.0 (#5577) | 3 | -3/+15 | ||
2022-12-10 | Update deno integration dependencies (#5573) | 2 | -2/+2 | ||
* Update deno integration dependencies * Update dependency in docs | |||||
2022-12-10 | [ci] format | 2 | -8/+8 | ||
2022-12-10 | Include base in 'page' stage injected scripts (#5572) | 4 | -9/+32 | ||
* Include base in 'page' stage injected scripts * Add changeset | |||||
2022-12-09 | Add primevue as an external Vue package (#5571) | 2 | -1/+6 | ||
2022-12-09 | [docs] MDX README update (#5570) | 2 | -401/+65 | ||
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> | |||||
2022-12-08 | [ci] format | 1 | -1/+3 | ||
2022-12-08 | Node: better serverEntrypoint error (#5560) | 2 | -4/+13 | ||
* fix(node): better entrypoint error * fix(node): surface start errors during preview Co-authored-by: Nate Moore <nate@astro.build> | |||||
2022-12-08 | Update compiler (#5554) | 3 | -5/+10 | ||
* chore: update compiler * chore: add changeset Co-authored-by: Nate Moore <nate@astro.build> | |||||
2022-12-08 | docs: How to access base config in the app (#5482) | 1 | -0/+2 | ||
2022-12-08 | Improve README install guide (#5479) | 1 | -2/+5 | ||
* Improve README install guide * Fix punctuations | |||||
2022-12-08 | [ci] release (#5544)astro@1.6.14@astrojs/rss@1.1.0@astrojs/netlify@1.2.2@astrojs/deno@2.0.1@astrojs/cloudflare@4.1.1 | 48 | -121/+121 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-12-08 | [ci] format | 2 | -2/+4 | ||
2022-12-08 | fix: Error reporting fails on undefined error index (#5539) | 2 | -1/+6 | ||
* fix: Error reporting fails on undefined error index * fix: add changeset * Update .changeset/slow-cherries-bake.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2022-12-08 | astro-rss: Generate feed with proper XML escaping (#5550) | 5 | -36/+57 | ||
* test(astro-rss): Compare XML using chai-xml Signed-off-by: Anders Kaseorg <andersk@mit.edu> * fix(astro-rss): Generate feed with proper XML escaping Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Anders Kaseorg <andersk@mit.edu> | |||||
2022-12-08 | Fix Astro.params not having values when using base in SSR (#5553) | 6 | -4/+66 | ||
* Fix Astro.params not having values when using base in SSR * Adding a changeseet | |||||
2022-12-07 | Allow all redirection status codes in redirect() (#5446) | 2 | -1/+6 | ||
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#redirection_messages for the list. | |||||
2022-12-06 | feat(astro-rss): generate post content in feed (#5366) | 4 | -1/+46 | ||
2022-12-06 | [ci] format | 2 | -7/+6 | ||
2022-12-06 | Use accumulated sort order when order production CSS (#5549) | 15 | -2/+180 | ||
* Use accumulated sort order when order production CSS * Adding a changeset * Fix lockfile issue | |||||
2022-12-06 | [ci] format | 22 | -158/+171 | ||
2022-12-06 | Head propagation (#5511) | 36 | -279/+804 | ||
* Head propagation * Adding a changeset * Fix broken build * Self review stuff * Use compiler prerelease exact version * new compiler version * Update packages/astro/src/vite-plugin-head-propagation/index.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * Use getAstroMetadata * add .js * make relative lookup work on win * Use compiler@0.30.0 * PR review comments * Make renderHead an alias for a better named function Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> | |||||
2022-12-06 | [ci] format | 1 | -7/+7 | ||
2022-12-06 | Removed premature optimization (#5548) | 2 | -37/+35 | ||
2022-12-06 | Exclude astro from Vite optimization (#5545) | 2 | -1/+6 | ||
2022-12-06 | bench workflow - use bash as shell (#5546) | 1 | -2/+4 | ||
2022-12-06 | bench workflow - pipe stderr (#5543) | 1 | -2/+4 | ||
2022-12-06 | Update esbuild dependency (#5534) | 7 | -18/+275 | ||
2022-12-06 | Fix tests with node 18 (#5528) | 1 | -9/+14 | ||
2022-12-06 | Add Astro full compile unit test (#5531) | 1 | -0/+77 | ||
2022-12-06 | [ci] release (#5507)astro@1.6.13@astrojs/vercel@2.3.5@astrojs/mdx@0.12.1@astrojs/image@0.12.1 | 45 | -102/+97 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-12-06 | Mark image integration release as a patch (#5540) | 1 | -1/+1 | ||
2022-12-06 | Fix bug: pass alt from getPicture to getImage (#5521) | 3 | -1/+9 | ||
2022-12-06 | Refactor and remove esbuild dependency (#5533) | 7 | -43/+43 | ||
2022-12-05 | Support rendering `<Fragment>` in MDX `<Content />` component (#5522) | 12 | -8/+286 | ||
2022-12-05 | [ci] format | 2 | -3/+1 | ||
2022-12-05 | Refactor Astro plugin and compile flow (#5506) | 9 | -266/+335 | ||
2022-12-02 | fix(vercel): Update request-transforms.ts (#5514) | 4 | -57/+152 | ||
* fix(vercel): Update set-cookie header hanlder * Update from SvelteKit adapter * Updated changeset | |||||
2022-12-01 | Show warning about hydrating Astro components in build (#5501) | 2 | -2/+7 | ||
* Also show the warning in build when trying to hydrate an Astro component * Add changeset | |||||
2022-11-30 | [ci] release (#5485)astro@1.6.12@astrojs/image@0.12.0 | 41 | -99/+86 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-11-30 | [ci] format | 1 | -1/+1 | ||
2022-11-30 | Optimize JSX import source detection (#5498) | 3 | -68/+66 | ||
* Optimize JSX import source detection * Skip type import check | |||||
2022-11-30 | Refactor internal plugins code (#5497) | 11 | -62/+54 | ||
* Share normalizeFilename * Simplify types * Remove unused imports variable * Update README * Add changeset | |||||
2022-11-30 | Fix linked Astro library style HMR (#5460) | 8 | -3/+81 | ||
* Fix linked Astro library style HMR * Update comment * Try fix windows | |||||
2022-11-28 | fix bug: added a warning if the image was GIF (#5474) | 2 | -0/+9 | ||
Co-authored-by: wuls <linsheng.wu@beantechs.com> | |||||
2022-11-28 | [ci] format | 1 | -1/+4 | ||
2022-11-28 | Narrow the type of Params (#5442) (#5484) | 3 | -5/+10 | ||
A PR merged back in April changed the type of Params, allowing numbers to be provided in addition to strings. See https://github.com/withastro/astro/pull/3087. However, as said PR changed the type of Params instead of GetStaticPathsItem, it also affects Astro.params. This commit moves the change to GetStaticPathsItem, reverting the type of Astro.params. | |||||
2022-11-28 | Prevent inlining SCSS partials in dev (#5477) | 6 | -2/+27 | ||