summaryrefslogtreecommitdiff
path: root/.changeset (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-02-09[ci] release (next) (#2555)astro@0.23.0-next.4@astrojs/test-static-build-pkg@0.0.3@astrojs/renderer-vue@0.4.0-next.0@astrojs/renderer-svelte@0.4.0-next.0@astrojs/renderer-solid@0.4.0-next.0@astrojs/renderer-react@0.5.0-next.0@astrojs/renderer-preact@0.5.0-next.0@astrojs/renderer-lit@0.4.0-next.0Gravatar github-actions[bot] 1-0/+3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-09chore: upgrade vite and renderer dependencies (#2563)Gravatar Nate Moore 3-8/+13
2022-02-08Upgrade Vite to latest (#2424)Gravatar Nate Moore 3-0/+17
* chore: unvendor vite * chore: upgrade vue and svelte * feat(renderer-solid): upgrade for vite@2.7.x * chore: update yarn.lock * fix(solid): upgrade solid renderer for vite@2.7.x * test: improve css test * chore: upgrade to vite@2.8.0-beta.3 * fix: replace hacky serialization with 'serialize-javascript' * fix: externalize serialize-javascript * fix: explicitly add execa@6.x.x to devDependencies * test(css): skip css?url test * chore: update vite-plugin-svelte * fix: ssr option * chore: update changeset * chore: remove changeset * chore: add changeset * chore: add back missing changeset * chore: update vite * chore: update to latest vite * test: update proload? * chore: update dependencies * fix: remove preact from nanostores example * fix: update static-build-pkg to use `.mjs` extension * fix: exclude './server.js' from custom-elements test * chore: remove unused file
2022-02-08[ci] release (next) (#2554)astro@0.23.0-next.3Gravatar github-actions[bot] 1-0/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-08Prevent the server plugin from running during the build (#2552)Gravatar Matthew Phillips 1-0/+7
* Prevent the server plugin from running during the build * Adds a changeset * More all before blocks to inside of a describe()
2022-02-07[ci] release (next) (#2533)astro@0.23.0-next.2@astrojs/markdown-remark@0.6.1-next.1Gravatar github-actions[bot] 1-0/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-07Remove docs from monorepo (#2517)Gravatar Jonathan Neal 1-1/+0
* Remove docs from monorepo * Update PULL_REQUEST_TEMPLATE.md * Update relative doc references with links or todo
2022-02-07feat: Added the ability to add custom themes/languages to Shiki (#2518)Gravatar Juan Martín Seery 2-0/+11
* Replaced `shikiTheme` with `shikiConfig` * Code.astro now accepts custom themes/langs * Updated docs * Updated tests * Fixed language loading * Added customization examples * Updated documentation * Added more tests * Changelogs * Changed some spaces to tabs * Fixed typo in changesets * Moved tests fixtures * Rolled back changes to with-markdown-shiki * Removed lang example in docs * Optimized Code component * Try to fix windows errors * Try to see if this new tests work
2022-02-07improve debug logs (#2537)Gravatar Fred K. Schott 1-0/+5
* improve debug logs * Update logger.ts
2022-02-04fix: HTML/SVG boolean attributes (#2538)Gravatar Nate Moore 1-0/+7
* fix: HTML/SVG boolean attributes * fix: update case-sensitivity of attributes * Update packages/astro/src/runtime/server/index.ts Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com> Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2022-02-04fix: import local plugins into markdown (#2534)Gravatar Juan Martín Seery 1-0/+5
* Replaced "UnifiedPluginImport" for a function * Updated tests * Updated docs * Updated examples * Added changeset * Fixed tests * Removed unused "UnifiedPluginImport" * Duplicated add-classes.mjs
2022-02-03Append to list of HMR modules, don't override (#2532)Gravatar Matthew Phillips 1-0/+5
* Append to list of HMR modules, don't override * Changeset
2022-02-03add back dev server host support (#2531)Gravatar Fred K. Schott 1-0/+5
2022-02-02[ci] release (next) (#2523)astro@0.23.0-next.1Gravatar github-actions[bot] 1-0/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-02Fix support for scss in static build (#2522)Gravatar Matthew Phillips 1-0/+5
* Fix support for scss in static build * Adds a changeset * Pass the normalizedID to transformWithVite
2022-02-01[ci] release (next) (#2492)astro@0.23.0-next.0@astrojs/test-static-build-pkg@0.0.2@astrojs/markdown-remark@0.6.1-next.0Gravatar github-actions[bot] 1-2/+13
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-31Add Shiki as an alternative to Prism (#2497)Gravatar Juan Martín Seery 2-0/+10
* [ci] yarn format * Added shiki to markdown-remark * Upgraded astro shiki * Added minimal example * Changed defaults to match <Code /> * Replace `shiki` with `astro` classes * Added documentation * Updated Astro code to use new `codeToHtml` * Added changesets * Added basic test * Updated tests a bit Co-authored-by: JuanM04 <JuanM04@users.noreply.github.com>
2022-01-31Deprecate unescaped HTML inside of expressions (#2489)Gravatar Nate Moore 2-1/+9
* feat: implement automatic escaping * feat: deprecate automatic escaping * fix: cast unescapeHTML as string * fix: slot fallback behavior * fix: unescaped content * Update escape.ts * Update escape.ts * feat: update internal components to use `set:html` * chore: update compiler * chore: update changeset
2022-01-31Enter prerelease mode (#2510)Gravatar Matthew Phillips 1-0/+48
2022-01-31Fix define:vars in the static build flag (#2511)Gravatar Matthew Phillips 1-0/+5
* Fix define:vars in the static build flag * Adds a changeset * linting
2022-01-31Fix issue rendering content within HTMLElement (#2506)Gravatar Jonathan Neal 1-0/+5
2022-01-31refactor dev to use vite server (#2494)Gravatar Fred K. Schott 1-0/+7
2022-01-28[MINOR] standardize trailing subpath, fix fetchContent url issue (#2471)Gravatar Fred K. Schott 2-0/+14
* standardize trailing subpath, and fix fetchcontent issue * debug windows ci * improve ci test * fix windows test issue? * fix only usage * end debugging
2022-01-28Handle project folders containing a space in the static build (#2486)Gravatar Matthew Phillips 1-0/+5
* Handle project folders containing a space * Adds a changeset * Bump the test package version * Use server relative paths as entries * Fix windows * A hoisted fix * Correctly handle facadeIds on windows
2022-01-28[ci] release (#2482)astro@0.22.20Gravatar github-actions[bot] 4-20/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-28Changesets (#2491)Gravatar Jonathan Neal 2-0/+10
* changeset for #2487 * changeset for #2473
2022-01-28Fix use of preprocessors with the static build (#2490)Gravatar Matthew Phillips 1-0/+5
* Fix use of preprocessors with the static build * Adds a changeset
2022-01-27Add escapeHTML to astro/internal (#2479)Gravatar Nate Moore 1-0/+5
* feat: add escapeHTML to astro/internal * Update packages/astro/src/runtime/server/escape.ts Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com> * Update escape.ts Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2022-01-27[ci] release (#2454)astro@0.22.19Gravatar github-actions[bot] 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-24Fix HMR in static build + @import HMR (#2440)Gravatar Matthew Phillips 1-0/+5
* Fix HMR in static build + @import HMR * Changeset * Add a comment on what cleanUrl is doing * Running prettier * Improve comments on how the static build compilation works differently.
2022-01-24[ci] release (#2437)astro@0.22.18@astrojs/test-static-build-pkg@0.0.1Gravatar github-actions[bot] 3-15/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-24Pass user's viteConfig.ssr to the build (#2442)Gravatar Matthew Phillips 1-0/+5
* Pass user's viteConfig.ssr to the build * Changeset
2022-01-21Fix pre-generated RSS URLs (#2443)Gravatar Nate Moore 1-0/+5
* Allow pre-generated urls to be passed in rss feeds * Fix variable name * Add isValidURL helper function * Remove scary RegEx and tidy up code * add test for using pregenerated urls * fix: allow rss to be called multiple times * test: normalize rss feed in test * chore: add changeset Co-authored-by: Zade Viggers <74938858+zadeviggers@users.noreply.github.com> Co-authored-by: zadeviggers <zade.viggers@gmail.com>
2022-01-20Resolve sitemap URLs in relation to full site path (#2423)Gravatar Chris Swithinbank 1-0/+5
* Resolve sitemap URLs in relation to full site path Fixes #2422 * Test generated sitemap contains base directory in URLs * Add changeset * test: Add `clean` helper to loaded fixture API Adds a method that when called will remove the loaded fixture’s dist directory using `rimraf`. * test: Clean up between sitemap/RSS tests * See if letting rimraf retry more helps… * Add logging to double check nothing’s running in parallel * Remove logging & double check clean up actually succeeds * Try using basic Node.js to clean up dist * Remove logging/checks * Remove stray unnecessary `async` keyword
2022-01-20[ci] release (#2433)create-astro@0.7.1astro@0.22.17Gravatar github-actions[bot] 3-15/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-20Supports hoisted scripts in the static build (#2414)Gravatar Matthew Phillips 1-0/+5
* Supports hoisted scripts in the static build * Adds a changeset * Update packages/astro/src/core/build/internal.ts Co-authored-by: Evan Boehs <evan@boehs.org> * Update based on feedback * Fix lint * Fix getting hoist script for Windows * Try with the pre compiler * use compiler 0.8.2 * update compiler version * update yarn.lock Co-authored-by: Evan Boehs <evan@boehs.org>
2022-01-20Add a verbose flag to create-astro (#2429)Gravatar Mikkel Tønder 1-0/+5
* Add verbose logging to create-astro * Tell user to use the verbose flag when encountering the MISSING_REF error * Create changeset * Add information in README * Format * Use switch statement instead of if and if else blocks * Update packages/create-astro/src/logger.ts Make if statement easier to read Co-authored-by: Evan Boehs <evan@boehs.org> Co-authored-by: Evan Boehs <evan@boehs.org>
2022-01-20Upgrade compiler to latest (#2432)Gravatar Matthew Phillips 1-0/+5
* Upgrade compiler to latest * Updates the changeset
2022-01-20[ci] release (#2430)astro@0.22.16Gravatar github-actions[bot] 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-20Pin to the compiler 0.8.1 (#2428)Gravatar Matthew Phillips 1-0/+5
* Pin to the compiler 0.8.1 * Changeset
2022-01-19[ci] release (#2420)astro@0.22.15Gravatar github-actions[bot] 3-25/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-19feat: add support for styled RSS feeds (#2371)Gravatar Nate Moore 1-0/+5
2022-01-19Implement support for draft pages (#2392)Gravatar Pranav Karawale 1-0/+15
* feat: support draft pages * implemented support for draft pages * added integration test * updated relevant documentation (english only) * docs: explicitly mention "markdown draft pages" * chore: add changeset * chore: modify changeset - changed type to 'patch' - added more description
2022-01-19Add Astro.resolve deprecation warning for the static build (#2416)Gravatar Matthew Phillips 1-0/+5
* Add Astro.resolve deprecation warning for the static build * Adds a changeset
2022-01-18[ci] release (#2412)astro@0.22.14Gravatar github-actions[bot] 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-18Update examples to move away from Astro.resolve on styles (#2393)Gravatar Matthew Phillips 1-0/+5
* Update examples to move away from Astro.resolve on styles * Prepend the subpath * Adds a changeset * Switch to @import for the starter
2022-01-14[ci] release (#2394)astro@0.22.13Gravatar github-actions[bot] 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-14Improve static build performance on large sites (#2391)Gravatar Matthew Phillips 1-0/+5
* Improve static build performance on large sites * Changeset * Remove debugging code * Pass through the rss fn
2022-01-14[ci] release (#2372)astro@0.22.12@astrojs/renderer-react@0.4.1@astrojs/renderer-lit@0.3.1Gravatar github-actions[bot] 4-20/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-14Fixes Lit support in the static build (#2370)Gravatar Matthew Phillips 2-0/+10
* [ci] collect stats * [ci] update lockfile (#2388) Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> * Fixes for blog and docs examples (#2373) * Fixes for blog and docs examples * Adds a changeset * Upgrade the compiler version * Use a global style tag * Skip on windows temporarily * [ci] yarn format * Fixes Lit support in the static build * Adds a changeset * test * Upgrade lit-labs/ssr * Conditional * Testing again * remove debugging code * changeset Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>