summaryrefslogtreecommitdiff
path: root/examples/framework-multiple (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-11-14[ci] release (#5365)astro@1.6.8@astrojs/solid-js@1.2.3Gravatar Fred K. Bot 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-14Upgrade compiler (#5369)Gravatar Nate Moore 3-6/+14
* chore: upgrade compiler * chore: upgrade compiler * chore: add changeset * chore: upgrade compiler * chore: generate lockfile * Update tricky-dodos-cheer.md * chore: upgrade compiler Co-authored-by: Nate Moore <nate@astro.build>
2022-11-14[ci] update lockfile (#5385)Gravatar Fred K. Bot 1-100/+101
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-11-14Preserve reactivity in Solid example component (#5386)Gravatar Josh Wilson 1-2/+2
2022-11-13Fix typo in image integration documentatation (#5388)Gravatar Donald 1-1/+1
2022-11-12[ci] update lockfile (#5382)Gravatar Fred K. Bot 2-20/+21
* [ci] update lockfile * fix lint Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-11-11Fix `getStaticPaths` regressions with nested arrays (#5375)Gravatar Erika 4-1/+23
* Fix getStaticPaths regression * Add changeset * Add test
2022-11-11[ci] formatGravatar matthewp 7-27/+33
2022-11-11Use base rather than site to create subpath for links/scripts (#5371)Gravatar Matthew Phillips 14-62/+206
* Use base rather than site to create subpath for links/scripts * Adding a changeset * Warn when the site has a pathname but not using base * fix asset test * fix asset inlining behavior
2022-11-11chore(ci): add timeout to all ci jobs (#5374)Gravatar Nate Moore 1-13/+16
Co-authored-by: Nate Moore <nate@astro.build>
2022-11-11[ci] formatGravatar matthewp 5-98/+129
2022-11-11Properly support trailingSlash: never with a base (#5358)Gravatar Matthew Phillips 10-16/+179
* Properly support trailingSlash: never with a base * adding a changeset * Pass through the base * only mess with pathname when trailingSlash === 'never' * maybe fixes stuff * Update based on review notes
2022-11-11[ci] formatGravatar matthewp 1-2/+2
2022-11-11Fix .html.astro file routing in dev (#5346)Gravatar Bjorn Lu 6-9/+63
* Fix .html.astro file routing in dev * Fix error * Add comment
2022-11-11[ci] update lockfile (#5367)Gravatar Fred K. Bot 1-357/+357
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-11-11Fix a typo in the @astrojs/node documentation (#5364)Gravatar Danny Guo 1-1/+1
2022-11-11Respect Vite user config for third-party packages (#5345)Gravatar Bjorn Lu 7-16/+25
2022-11-10[ci] release (#5359)astro@1.6.7@astrojs/image@0.11.4Gravatar Fred K. Bot 37-74/+73
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-10Revert "Allow image-pool to be used as its own Worker (#5317)" (#5360)Gravatar Matthew Phillips 5-39/+8
* Revert "Allow image-pool to be used as its own Worker (#5317)" This reverts commit d701ae074a4a5c7a5891e31ca50d7c51f56b353c. * Adding a changeset * Remove diff * Remove unused code
2022-11-10Consistent MD frontmatter typing (#5294)Gravatar Michael Rienstra 2-4/+11
* consistent MD frontmatter typing * changeset
2022-11-10[ci] formatGravatar matthewp 3-25/+27
2022-11-10Updated CSS naming algorithm (#5353)Gravatar Matthew Phillips 4-45/+165
* Updated CSS naming algorithm * Adding a changeset * Fix windows
2022-11-10[ci] release (#5329)astro@1.6.6@astrojs/mdx@0.11.6@astrojs/image@0.11.3Gravatar Fred K. Bot 44-108/+96
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-10[ci] update lockfile (#5348)Gravatar Fred K. Bot 1-147/+146
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-11-10Fix `astro.config.mjs` in minimal example (#5350)Gravatar Chris Swithinbank 1-4/+1
2022-11-10Add “Open with CodeSandbox” buttons to example project READMEs (#5322)Gravatar Obinna Ekwuno 25-1/+26
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2022-11-10[ci] formatGravatar matthewp 1-1/+1
2022-11-09Fixes failing mdx test (#5344)Gravatar Matthew Phillips 1-2/+6
2022-11-10[ci] formatGravatar matthewp 1-2/+6
2022-11-09Change 404 to 301 for omitting base for items in public (#5342)Gravatar Matthew Phillips 2-6/+11
2022-11-09[ci] update lockfile (#5336)Gravatar Fred K. Bot 1-95/+95
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-11-09[ci] formatGravatar matthewp 3-8/+12
2022-11-09Prevent mdx server hangs on JSX checking (#5330)Gravatar Matthew Phillips 5-19/+91
* Prevent mdx server hangs on JSX checking * Adding a changeset * Try a different approach to skips
2022-11-09Upgrade compiler (#5339)Gravatar Nate Moore 4-9/+15
* chore: upgrade @astrojs/compiler * fix: update test to match new compiler behavior * test: verify that all styles are bundled Co-authored-by: Nate Moore <nate@astro.build>
2022-11-09[ci] formatGravatar Princesseuh 5-5/+4
2022-11-09Migrate error messages to new format (and misc error improvements) (#5316)Gravatar Erika 38-382/+797
* Migrate messages to errors data file * Move errors to new 'error database' for easier improvements * Fix tests * Add changeset * Remove unnecessary console.log * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/core/errors/errors-data.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Misc punctuations fixes and additions to README Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-11-09Fix the image tests (#5338)Gravatar Matthew Phillips 8-8/+10
* Fix the image tests * fix more base tests
2022-11-09Move rehype-pretty-code as devDep (#5337)Gravatar Bjorn Lu 2-6/+4
2022-11-09[ci] formatGravatar matthewp 3-27/+29
2022-11-09Preserve code element node meta for rehype syntax highlighters (#5335)Gravatar Bjorn Lu 7-1/+71
2022-11-09Share picture fallback image with source (#5324)Gravatar Bjorn Lu 3-14/+43
2022-11-09404 when not using subpath for items in public in dev (#5328)Gravatar Matthew Phillips 4-3/+69
* 404 when not using subpath for items in public * Adding a changeset
2022-11-08[ci] formatGravatar matthewp 3-36/+42
2022-11-08Allow dynamic segments in injected routes (#5331)Gravatar Matthew Phillips 5-16/+68
* Allow dynamic segments in injected routes * Little better * Fallback for resolveId too
2022-11-08[ci] formatGravatar natemoo-re 1-4/+6
2022-11-08fix(examples): ts-check issue (#5332)Gravatar Nate Moore 1-6/+5
Co-authored-by: Nate Moore <nate@astro.build>
2022-11-08[ci] formatGravatar Princesseuh 17-167/+187
2022-11-08Update language-server and prettier plugin to latest versions (#5327)Gravatar Erika 4-39/+24
* Update language-server and prettier plugin to latest versions * Update lockfile
2022-11-08[ci] release (#5325)create-astro@1.2.2astro@1.6.5@astrojs/netlify@1.2.1@astrojs/image@0.11.2@astrojs/cloudflare@4.0.1Gravatar Fred K. Bot 45-92/+97
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-08[ci] update lockfile (#5323)Gravatar Fred K. Bot 1-109/+109
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>