summaryrefslogtreecommitdiff
path: root/examples (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] 25-29/+29
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-08Upgrade Vite to latest (#2424)Gravatar Nate Moore 2-32/+0
* 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] 25-25/+25
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-07[ci] release (next) (#2533)astro@0.23.0-next.2@astrojs/markdown-remark@0.6.1-next.1Gravatar github-actions[bot] 25-25/+25
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-07Remove docs from monorepo (#2517)Gravatar Jonathan Neal 3-3/+3
* 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 1-1/+5
* 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-07Delete robots.txt (#2540)Gravatar Marcus Otterström 2-3/+0
* Delete robots.txt * Update tour component * Remove stray line from folder structure
2022-02-04fix: import local plugins into markdown (#2534)Gravatar Juan Martín Seery 1-6/+2
* Replaced "UnifiedPluginImport" for a function * Updated tests * Updated docs * Updated examples * Added changeset * Fixed tests * Removed unused "UnifiedPluginImport" * Duplicated add-classes.mjs
2022-02-02[ci] release (next) (#2523)astro@0.23.0-next.1Gravatar github-actions[bot] 25-25/+25
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 2-2/+3
* 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] 25-25/+25
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 12-0/+177
* [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-31Fix define:vars in the static build flag (#2511)Gravatar Matthew Phillips 1-0/+13
* Fix define:vars in the static build flag * Adds a changeset * linting
2022-01-31[docs] fix typo in portfolio-svelte example (#2496)Gravatar metonym 1-2/+2
2022-01-31Minimize the minimal example (#2508)Gravatar Jonathan Neal 2-15/+4
2022-01-31Fix Astro Components example (#2507)Gravatar Jonathan Neal 1-0/+0
2022-01-28[ci] release (#2482)astro@0.22.20Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-28Fix use of preprocessors with the static build (#2490)Gravatar Matthew Phillips 1-0/+6
* Fix use of preprocessors with the static build * Adds a changeset
2022-01-27[ci] release (#2454)astro@0.22.19Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-24Use CONFIG.SITE.title for h1 in doc theme header (#2449)Gravatar Jang Rush 1-1/+1
Use SITE.title specified in config.ts as the h1 heading in Header.astro of doc theme. When SITE.title is null, use "Documentation" as the fallback value. Previously the h1 heading in doc theme header is hardcoded as "Documentation".
2022-01-24Allow not specfying section header in sidebar. (#2448)Gravatar Jang Rush 1-1/+8
Someone may forget to specify a section header in SIDEBAR, which would cause build error previously.
2022-01-24describe how to use non-en lang in doc theme (#2447)Gravatar Jang Rush 1-0/+13
2022-01-24[ci] release (#2437)astro@0.22.18@astrojs/test-static-build-pkg@0.0.1Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-21fix tailwindcss example global css (#2444)Gravatar béla 1-1/+3
2022-01-20[ci] release (#2433)create-astro@0.7.1astro@0.22.17Gravatar github-actions[bot] 24-24/+24
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 5-0/+26
* 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-20[ci] release (#2430)astro@0.22.16Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-19[ci] release (#2420)astro@0.22.15Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-19Fix visibility of focused skip link on docs site (#2405)Gravatar Chris Swithinbank 1-1/+1
* Fix visibility of focused skip link on docs site The `sr-only` utility class used on the “Skip to Content” link at the top of each page in the docs is designed to be paired with the `focus:not-sr-only` class. `focus:not-sr-only` was missing on the skip link, meaning it was never shown even when focused. * Fix visibility of focused skip link in docs example project Apply the same fix as ac890b56 to the same component in the docs starter project.
2022-01-18[ci] release (#2412)astro@0.22.14Gravatar github-actions[bot] 24-24/+24
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 7-11/+25
* 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] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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] 24-25/+25
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-14Fixes for blog and docs examples (#2373)Gravatar Matthew Phillips 4-3/+9
* Fixes for blog and docs examples * Adds a changeset * Upgrade the compiler version * Use a global style tag * Skip on windows temporarily
2022-01-13[ci] release (#2366)astro@0.22.11Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-12Fix for shared CSS when using the static build (#2365)Gravatar Matthew Phillips 1-1/+1
* Fix for shared CSS when using the static build * Adds a changeset
2022-01-12[ci] release (#2340)astro@0.22.10@astrojs/renderer-solid@0.3.1Gravatar github-actions[bot] 24-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-12Normalize and cleanup examples projects (#2364)Gravatar Erika 30-24/+42
* Remove unused line in the examples .gitignore * Add missing .npmrc, .stackblitzrc and tsconfig.json files to a few examples * Removed unused file and link directive in the minimal example * Oops, added an accidental slash
2022-01-07[ci] release (#2339)astro@0.22.9Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-07Handle loading the Code package in the static build (#2337)Gravatar Matthew Phillips 1-1/+9
* Handle loading the Code package Fixes #2329 * Use Code the normal way * Adds a changeset * Only resolve browser path if there is no common ancestor * Update examples/fast-build/src/pages/index.astro Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-01-07[ci] release (#2333)astro@0.22.8Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-05[ci] release (#2320)Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-05[ci] release (#2307)astro@0.22.6Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-04[ci] yarn formatGravatar matthewp 1-9/+11
2022-01-04Remove rehype-add-classes (#2309)Gravatar Matthew Phillips 3-2/+18
* Remove rehype-add-classes * Fix the markdown plugin test
2022-01-04[ci] release (#2304)Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-04[ci] release (#2303)astro@0.22.4Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-04Only resolve inline script specifiers in the static build (#2302)Gravatar Matthew Phillips 4-6/+57
* Revert "Revert "Implement hydrated components in the static build (#2260)"" This reverts commit 17ac18e88c2b5a916c23ff7abc630fb98e313906. * Only resolve specifiers in the static build * Adding a changeset * Fix the client-only test
2021-12-30[ci] release (#2293)astro@0.22.3Gravatar github-actions[bot] 24-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-30Revert "Implement hydrated components in the static build (#2260)" (#2292)Gravatar Matthew Phillips 4-57/+6
* Revert "Implement hydrated components in the static build (#2260)" This reverts commit ae5255dd25e36da2ce03f515af7b8f1ec6fcac91. * Adds a changeset