summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/static-html.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-05-25[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-24[ci] formatGravatar natemoo-re 11-117/+136
2022-05-24Improve Markdown + Components usage (#3410)Gravatar Nate Moore 31-108/+542
* 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
2022-05-24Add base config option to partytown snippet generation (#3437)Gravatar Caio Ferrarezi 2-2/+9
* 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>
2022-05-24[ci] formatGravatar natemoo-re 1-1/+1
2022-05-24Ensure hoisted scripts are deduplicated in build (#3433)Gravatar Nate Moore 4-10/+41
* fix(build): ensure hoisted scripts are deduplicated in build * chore: add changeset
2022-05-24fix: use `error` log level since warnings are irrelevant and noisy (#3436)Gravatar Nate Moore 2-3/+2
2022-05-24[ci] formatGravatar natemoo-re 1-1/+5
2022-05-24fix: properly handle scoped class injection with spread attributes (#3384)Gravatar Nate Moore 6-18/+83
* 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
2022-05-24[ci] update lockfile (#3419)Gravatar Fred K. Schott 20-345/+375
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-05-24Fix: add "CSS" to noExternal hint (#3426)Gravatar Ben Holmes 2-1/+6
* chore: add "CSS" to noExternal hint * chore: changeset
2022-05-24Update changesets (#3434)Gravatar Nate Moore 2-1/+6
* chore: remove @e2e from changesets * chore: add missing changeset
2022-05-24feat: use Vite's `logLevel` on SSR build (#3431)Gravatar Joaquín Sánchez 1-1/+2
Instead using `error` as default value, use the Vite's default `logLevel`: `info`
2022-05-24[ci] formatGravatar matthewp 1-1/+4
2022-05-24Fix: Relative imports inside of hosited script on windows (#3423)Gravatar Matthew Phillips 5-4/+17
* Failing test * Add some debugging * Normalize filename to remove @fs prefix * Adds a changeset * Break it again * Fix it * Update assertion
2022-05-24[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-23[ci] formatGravatar tony-sull 1-1/+3
2022-05-23Updates hydration scripts to use absolute paths (#3422)Gravatar Tony Sullivan 7-7/+85
* WIP: proof of concept fix to use absolute paths * correct fix to handle absolute paths and config.base * adding tests for hydration scripts with config.base * chore: add changeset * fix: ensure posix paths are used for Windows compat
2022-05-23Split up e2e HMR test (#3425)Gravatar Matthew Phillips 1-36/+46
2022-05-23[ci] release (#3409)Gravatar github-actions[bot] 47-103/+126
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-23[ci] formatGravatar tony-sull 3-43/+48
2022-05-23Adding E2E tests for client hydration and HMR (#3374)Gravatar Tony Sullivan 70-105/+2183
* adding Tailwind E2E tests with Playwright * package.json updates * adding e2e tests to CI workflow * using e2e for dev tests, mocha for build tests * refactor: sharing test-utils helpers * chore: update lockfile * Adding contributing docs * Revert "refactor: sharing test-utils helpers" This reverts commit 48496f43bc99eab30747baf6e83041ba4932e786. * refactor: simpler solution to resolving e2e test fixtures * chore: updating lockfile * refactor: cleaning up how URLs are resolved in e2e tests * install playwright deps in CI * ensure playwright deps are installed during CI * adding a basic HMR test for tailwind styles * using @e2e for playwright test packages * adding react hydration and HMR tests * adding hydration and HMR tests for preact * adding svelte hydration and HMR tests * adding solid-js hydration and HMR tests * adding solid hydration and HMR tests * adding vue hydration and HMR tests * adding client:media tests * fixing Lit hydration and HMR tests * fixing up the Vue e2e tests * fixing up svelte tests * chore: test cleanup * chore: cleaning up test element IDs * chore: updating lock file * chore: update lockfile after merge * TEMP: disabling React e2e tests * Revert "TEMP: disabling React e2e tests" This reverts commit ed1bad9cbc870a08bf86adc6256f2ffe31f82da8. * updating to use the new editFiles helper * chore: updating lock file * updating lock file * updating lockfile * TEMP: watching for console logs * TEMP: testing typescript tests * updating test:e2e scripts for config file * seems like it didn't find the config file? * use a fresh dev server for each test * removing Lit tests for now * Revert "removing Lit tests for now" This reverts commit 4970a8093e5892f633fdb7442b66772c6edf9931. * updating test config for CI * WIP: disabling HMR tests to track down why they're unreliable * TEMP: logging to debug HMR test * afterEach isn't a global in Playwright * fix: the test's file reset helper was using a URL not filepath * one last try, why is the HMR test hanging at cleanup? * resetting files after tailwind HMR test * create the onNextChange watcher before editFile is called * moving the file changed sync into editFile() * code refactor + Astro Component HMR test * chore: lint fixes * adding a test suite for the framework-multiple example app
2022-05-23Fix GitHub Issue creation link (closes #3257) (#3421)Gravatar Pranav Karawale 3-10/+20
* Add IDs to bug report issue form * Replace 'body' with correct input id for prefilling form
2022-05-23[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-22[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-21[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-20[ci] formatGravatar bholmesdev 1-6/+1
2022-05-20Fix: support `FormData` object on fetch body (#3417)Gravatar Ben Holmes 5-21/+19
* refactor: make node-fetch external in rollup build * deps: make node-fetch standard dep * refactor: switch to node-fetch pkg ref in fetch.ts * chore: changeset * chore: bump webapi to minor change
2022-05-20[ci] formatGravatar tony-sull 1-5/+8
2022-05-20Fix: Only trim `/1` from the canonical URL for paginate() routes (#3393)Gravatar Tony Sullivan 6-5/+83
* only trim /1 from canonical URLs for paginate() routes * chore: fixing eslint warning * chore: add changeset * typo: copy paste error * adding a test validation error message * verifying canonical for all three test routes * TEMP: extra test logging to track down the failure * TEMP: additional test logging to see what the failing CLI messages are * TEMP: digging deeper, it's getting stuck on port 3000 is taken * TEMP: why is it breaking when LOCAL isn't logged? * TEMP: still digging, strange how consistent this failure is * finally found it - the new test wasn't closing the dev server...
2022-05-20[ci] formatGravatar tony-sull 2-43/+43
2022-05-20Enforcing routing priority during production builds (#3407)Gravatar Tony Sullivan 13-8/+406
* WIP: have a few test failures to track down * WIP: still a few failures to fix * WIP: fixes the issue of dynamic routes stepping on static routes * Resolve route priority before building routes for `getStaticPaths()` * chore: adding comments explaining why this filter is needed * chore: adding changeset * got too fancy with the test suite, these routes weren't valid * simplifying the test cases * TEMP: is this test breaking my CI run? * Revert "TEMP: is this test breaking my CI run?" This reverts commit 291af2a1b6f075ebfc74002886e43110731b3e1b. * slots-preact didn't list @astrojs/preact as a dep * reverting copy/paste error
2022-05-20Upgrade the compiler (#3416)Gravatar Matthew Phillips 2-5/+16
2022-05-20[ci] formatGravatar bholmesdev 1-1/+1
2022-05-20Fix: components in imported markdown (#3398)Gravatar Ben Holmes 12-11/+128
* test: add with-components to astro-markdown fixture * fix: markdown pathname with /@fs prefix * feat: add loadMetadata helper for md * feat: fix components in Astro.glob results! * fix: md import path * Revert "feat: add loadMetadata helper for md" This reverts commit 76cf96f4be3d0e19589f84025c0131352d0b6cc8. * fix: add back $$loadMetadata helper * feat: add second comp framework to md test * chore: core/render/dev lint * chore: changeset * fix: short circuit if mod doesn't have metadata * fix: skip mod graph preloading in dev * refactor: make md metadata check recursive * refactor: extract metadata helper to util * fix: remove unecessary mod graph query * fix: move md import flag to util for deno bundling issue * fix: remove 'dev' mode from test utils build * feat: add global hashset for seen metadata * refactor: flip Promise.all to for await for perf! * Revert bc I was wrong! "refactor: flip Promise.all to for await for perf!" This reverts commit da8a6873f5cd57f6bb78302c20e4a2b4a578067b.
2022-05-20[ci] update lockfile (#3414)Gravatar Fred K. Schott 8-540/+550
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-05-20[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-19Defer head injection until `renderPage` (#3408)Gravatar Nate Moore 5-1/+45
* fix(#3195, #3197): only perform head injection for renderPage * chore: add changeset
2022-05-19[ci] release (#3405)astro@1.0.0-beta.31Gravatar github-actions[bot] 34-81/+67
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-19Fix react spectrum test lockfile issueGravatar Matthew Phillips 2-1113/+1113
2022-05-19[ci] formatGravatar matthewp 3-9/+8
2022-05-19Provide a good error message when loading react spectrum (#3406)Gravatar Matthew Phillips 9-6/+2362
* Provide a good error message when loading react spectrum * Adds a changeset
2022-05-19[ci] formatGravatar natemoo-re 2-3/+5
2022-05-19Expose `file` and `url` for Astro files (#3385)Gravatar Nate Moore 8-14/+61
* feat: update test * feat: return `file` and `url` for astro files * chore: add changeset * fix: use private names $$file and $$url * test: update markdown test * chore: update fileId logic to strip query params
2022-05-19[ci] update lockfile (#3404)Gravatar Fred K. Schott 16-184/+184
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-05-19[ci] formatGravatar matthewp 2-6/+8
2022-05-19Include server CSS in the manifest assets (#3402)Gravatar Matthew Phillips 5-5/+65
* Include server CSS in the manifest assets * Adds a changeset
2022-05-19[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-18[ci] release (#3400)create-astro@0.12.2astro@1.0.0-beta.30Gravatar github-actions[bot] 37-79/+76
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-18[ci] formatGravatar tony-sull 2-4/+5