Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* Allow dynamic imports when using Netlify Edge Functions
* Update deno test script and changeset
|
|
|
|
|
|
* Fix importing CSS packages in frontmatter
* Formatting
* Only update if the source code contains the import
* Consolidate the two plugins
* we do need a pre and a post
* Adds a changeset
|
|
|
|
* Prevent minifying server JS
* Add a changeset
|
|
|
|
* feat: improve HMR handling for styles, persisted islands
* Also using data-persist to keep injected <style>'s during HMR
* Updating E2E tests to validate that .astro HMR doesn't blow away component styles
* chore: add changeset
* copy/paste error when cleaning up tests
* big change - using inline <style> blocks instead of <link>s in dev
* Updating tests that were expecting <link> stylesheets in dev
* updating all E2E tests to use workspace versions for astro deps
* TEMP: adding debug logging to see why the Ubuntu test only fails in CI
* fix: Svelte styles are automatically handled by Vite, we can skip them in dev
* fix: svelte is more interesting, we need Astro to inject styles only until hydration
* avoiding extra HMTL noise by only including the data-astro-injected URL for svelte components
* TEMP: ubuntu CI doesn't like the svelte HMR test...
* disabling the svelte component test on ubuntu for now
Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
|
|
|
|
* add import formatting
* chore: update lockfile
Co-authored-by: Nate Moore <nate@skypack.dev>
|
|
|
|
* Fix use of dynamic imports / Astro.glob with Deno Deploy
* Adds a changeset
* Mark the markdown package as external
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* fix: generate client directive scripts from metadata
* chore: changeset
* feat: add all runtime client scripts to optimized deps
* fix: remove hmr.js from optimized deps (monorepo-specific issue)
* Revert "fix: generate client directive scripts from metadata"
This reverts commit 56530a86efb6ac62eecccb6403a35b495c75a9d3.
* refactor: move optimizedeps to dev only
* docs: add comment on why optimizdeps
* nit: indentation
|
|
|
|
|
|
|
|
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
* Allow importing .ts files with .js extension
* Adds a changeset
* Make it also work in .md files
|
|
|
|
* refactor(config): refactor duplicated default configs
* refactor(config): constant CONSTANT_CASE, remove export
|
|
|
|
|
|
|
|
* chore: fix typo in remark tests
* test: add test cases for markdown expressions in header
* fix: avoid evaluating JSX-like expressions inside inline code in heading
* fix: generate slug for id including values in backtick blocks
|
|
|
|
* fix(#2623, #3508): patch lit server shim to allow sass compat
* chore: add changeset
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
* provide import.meta.env.SITE when there are private envs
* Adds a changeset
* Handle destructing of import.meta.env.SITE
|
|
|
|
* fix(build): pass `optimizeDeps.include` to silence build warning
* chore: add changeset
|
|
* fix(#392): ensure link tags are rendered as void elements
* test: ensure html does not include a `</link>` end tag
* chore: add changeset
|
|
* fix: alias astro to @types/astro
* fix: handle resolve.alias being array
* chore: add integrations patch to changeset
* chore: remove empty file
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* fix: remove source map consumption from babel transform
* refactor: move inputSourceMap to integration option
* tests: add newline ex to test build and dev
* chore: change back to babel.transformAsync
* chore: changeset
|
|
|
|
|
|
* chore: add warning on fs.strict=false
* chore: add changeset
Co-authored-by: Nate Moore <nate@skypack.dev>
|
|
* test commi
* add video
* test video include
* actually close the tag
* try directly pasting the video link
* remove the quote I forgot about
* figured out how to properly upload a video to github
* remove unneeded media directory
* why tailwind
* Installation and Usage
* Troubleshooting
* Add examples section
* Update packages/integrations/tailwind/README.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/integrations/tailwind/README.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/integrations/tailwind/README.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/integrations/tailwind/README.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* TOC + layout tweaks
* separated, and example re: warning to not use Tailwind with other styling method
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
|
|
* Update rollup to prevent empty slot bug
* Adds a changeset
* Updated lockfile
* provide import.meta.env.SITE when there are private envs
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
|
|
|
|
* WIP: the leading /@fs broke script HMR
* Revert "WIP: the leading /@fs broke script HMR"
This reverts commit 84fce366268033261369aed48f909e59e78bf3e4.
* Metadata needs to strip off /@fs from hoisted script URLs
* adding a test for hoisted script HMR support
* removing 2 second timeout on navigation, allow default 30 seconds
* simplifying the hoisted script test sync
* TEMP: bubbling up console logs to track down windows failure
* removing temp logging
* disabling the test on windows for now
* chore: adding changeset
|