Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
|
|
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
* wip: fix nested islands
* fix: improve hydration for dynamic content
* chore: fix bundle-size script for new files
* chore: allow-list client:* directive files
* fix(#3362): fix client:only behavior for React, Vue, Solid
* test: add client-only e2e test
* chore: update lockfile
* test: fix e2e tests
* test: add framework nesting e2e tests
* Update packages/astro/src/runtime/client/events.ts
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
* chore: add changeset
* fix(preact): ignore hydrate roots
* chore: remove `ssr` check in integrations
* Revert "chore: remove `ssr` check in integrations"
This reverts commit ba27eaae5514701f4b7bb6259f682fe82821a23d.
* chore: add changeset
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
|
|
|
|
* chore: remove rss() with helpful error message
* docs: add context on "getStaticPaths" removal
* chore: changeset
* deps: remove fast-xml-parser from core!
* chore: update lockfile
|
|
* Properly shim env in Deno
* Add test for loading env vars in Deno
* Add changeset
|
|
|
|
* Set the correct content-type for CSS HMR
* Adds a changeset
|
|
* Lit polyfill - wait to polyfill on DOMContentLoaded
* Adds changeset
|
|
|
|
* Correcting the link to docs on Just the Basics starter README
The link to documentation did not actually go to Docs. Now it does!
* fixing all other starter template READMEs with incorrect link to docs
|
|
* fixed APIRoute type
* fixed EndpointHandler type
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
Simple fix for #3473 as the slot was never used in this example.
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
|
|
|
|
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* feat: add rawContent obj with html helper
* refactor: change toString to function call
* test: rawContent helpers
* chore: update MarkdownInstance type
* refactor: parseHtml -> html
* chore: changeset
* fix: remove needless async heading on content version
* fix: fixLineEndings helper on unit tests
* refactor: change api to raw and compiled
* chore: add new type to env.d.ts
* docs: JSdocs for raw and compiled
* refactor: change API AGAIN to rawContent, compiledContent
* chore: update changeset
|
|
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* Fix VITE_ASSET bug
* Updated test that depended on esbuild output
* Fix some more tests
* Fix css config and postcss tests
* Git client only working
* Fix static build test
* Update tailwind tests
* Fix build
* Fix css bundling tests
* Updated some more tests for windows
* Remove tests that are no longer relevant
* Cause it to break
* Fix bug and add explanation
* Adds a changeset
* Inline comments about what the hashing is doing
* Update packages/astro/src/vite-plugin-build-css/index.ts
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* Update to the lockfile
* Minify css
* Update tailwind tests
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
|
|
* feat: add scripts action, bundle-size checker
* chore: trigger action
* fix: update prefix logic
|
|
|
|
* feat: expose route dist URL on SSG
* chore: add changeset
* chore: add test for `distURL`
* cleanup: remove console.log from test
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* fix: revert JSX expression hack (temporary!)
* chore: changeset
* fix: skip stray JSX expression test
* Revert "fix: skip stray JSX expression test"
This reverts commit fd3042d0033426ebdc5a3d9b2a11f85519cc797f.
* Revert "fix: revert JSX expression hack (temporary!)"
This reverts commit b78883fca14dabca870af39879af3079b76b0ecb.
* fix: add markdown-remark to external deps!
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
* feat: use internal MDX tooling for markdown + components
* fix: improve MD + component tests
* chore: add changeset
* fix: make tsc happy
* fix(#3319): add regression test for component children
* fix(markdown): support HTML comments in markdown
* fix(#2474): ensure namespaced components are properly handled in markdown pages
* fix(#3220): ensure html in markdown pages does not have extra surrounding space
* fix(#3264): ensure that remark files pass in file information
* fix(#3254): enable experimentalStaticExtraction for `.md` pages
* fix: revert parsing change
* fix: remove `markdown.mode` option
|
|
* fix: add base config option to partytown snippet generation
* add changeset
* fix: handle config.base for partytown
Co-authored-by: Nate Moore <nate@skypack.dev>
|
|
|
|
* fix(build): ensure hoisted scripts are deduplicated in build
* chore: add changeset
|
|
|
|
|
|
* fix: properly handle scoped class injection when a spread attribute is present
* chore: update lockfile
* chore: revert lockfile
* chore: update compiler
* test: add spread scope test
* test: fix spread scoped test
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
* chore: add "CSS" to noExternal hint
* chore: changeset
|
|
* chore: remove @e2e from changesets
* chore: add missing changeset
|