Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-27 | Version Packages (#1246)create-astro@0.6.1astro@0.20.2@astrojs/parser@0.20.2 | 30 | -49/+68 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-08-27 | [ci] yarn format | 1 | -1/+4 | ||
2021-08-27 | Add changeset for #1090 (#1248) | 1 | -0/+5 | ||
2021-08-27 | Remove unused namespace redirection from the astro parser (#1245) | 7 | -84/+32 | ||
* nit: remove unused namespace checking from astro parser * test: add tests for namespaced attributes, including one removed attribute * add changeset | |||||
2021-08-27 | [ci] yarn format | 9 | -69/+65 | ||
2021-08-27 | Implementation of hoisted scripts (#1178) | 20 | -12/+530 | ||
* Implementation of hoisted scripts * Use the facade id * Adds docs on hoisted scripts * Don't try to run rollup if there are no hoisted scripts * Handle scripts possibly being undefined (client:only) * Get rid of changes to the portfolio example * Adds a changeset * Remove a todo * Fix lint errors * Rename TransformResult property to hoistedScripts * Move Hoisted Scripts docs to astro-components page * Fixes lint errors * Fix path join for windows | |||||
2021-08-27 | [ci] yarn format | 1 | -1/+1 | ||
2021-08-27 | Update Tailwind docs for path to css (#1240) | 1 | -7/+7 | ||
* Update Tailwind docs for path to css * Remove other references to public in the styling guide * Remove unnecessary (pages) | |||||
2021-08-27 | [ci] yarn format | 1 | -1/+1 | ||
2021-08-27 | Add new Astro components package (#1242) | 1 | -0/+1 | ||
2021-08-26 | improve introduction page of example/docs | 4 | -58/+64 | ||
2021-08-26 | improve introduction page of example/docs | 1 | -0/+4 | ||
2021-08-26 | improve introduction page of example/docs | 1 | -2/+6 | ||
2021-08-26 | Merge branch 'okikio/main' (#1111) | 47 | -1430/+2074 | ||
2021-08-26 | add algolia and cleanup docs readme | 19 | -617/+286 | ||
2021-08-26 | Version Packages (#1239)astro@0.20.1 | 22 | -25/+26 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-08-26 | WIP update examples/docs/ | 45 | -1115/+2090 | ||
2021-08-26 | [ci] yarn format | 1 | -1/+1 | ||
2021-08-26 | add "astro preview" command (#1226) | 35 | -44/+240 | ||
* add "astro preview" command * Update green-buttons-reflect.md * Update cli-reference.md | |||||
2021-08-26 | remove unpublished blog post from docs | 1 | -241/+0 | ||
2021-08-26 | Remove VSCode and Langauge Server from this monorepo (#1230) | 55 | -5004/+0 | ||
* Remove VSCode and Langauge Server from this monorepo * Adds back in the syntax files | |||||
2021-08-26 | Version Packages (#1228)astro@0.20.0@astrojs/markdown-support@0.3.0 | 27 | -38/+45 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-08-26 | [ci] yarn format | 1 | -1/+1 | ||
2021-08-25 | added bengali translation of the getting started page (#1215) | 3 | -0/+68 | ||
2021-08-25 | updated comment 'threw' to 'through' (#1235) | 1 | -1/+1 | ||
2021-08-25 | Fix path to CSS file in www site (#1233) | 1 | -1/+1 | ||
* Fix path to CSS file in www site * remove console.log | |||||
2021-08-25 | NL docs typo fixes (#1232) | 1 | -1/+1 | ||
Fixes 2 small typos in the Dutch documentation | |||||
2021-08-25 | Update getting-started.md (#1231) | 1 | -6/+6 | ||
2021-08-25 | [ci] yarn format | 2 | -142/+145 | ||
2021-08-25 | stop building, bundling, and transforming public/ files (#1210) | 28 | -191/+246 | ||
* stop bundling public/ files * update www and examples | |||||
2021-08-25 | [ci] yarn format | 2 | -5/+5 | ||
2021-08-25 | Arabic getting-started translation (#1166) | 3 | -0/+71 | ||
Co-authored-by: = <=> | |||||
2021-08-25 | Fix typo Mardown on line 219 (#1229) | 1 | -1/+1 | ||
2021-08-25 | docs: fix header rtl logo view (#1224) | 1 | -0/+1 | ||
2021-08-25 | Upgrade unified deps and improve unified plugins types (#1200) | 12 | -428/+755 | ||
* Upgrade @astrojs/markdown-support deps and update types * Add changeset * Update changeset * Switch astro-markdown-plugins example to use rehype-autolink-headings Usage of remark-autolink-headings is discouraged in favor of the rehype counterpart: https://github.com/remarkjs/remark-autolink-headings\#remark-autolink-headings * Add stricter types for unified plugins This includes a few suggestions from a code review: - use vfile.toString instead of vfile.value.toString - refactor plugins to follow unified best practices instead of returning functions that return a plugin - use any instead of any[] for plugin options types * Narrow down types to more specific hast or mdast typings | |||||
2021-08-24 | Fix CSS in docs example (#1221) | 1 | -2/+3 | ||
2021-08-24 | Version Packages (#1217)astro@0.19.4 | 24 | -31/+28 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-08-24 | [ci] yarn format | 1 | -1/+3 | ||
2021-08-24 | Fix linter errors and warnings (#1218) | 12 | -26/+33 | ||
* fix lint issues, enable lint in ci * add changeset | |||||
2021-08-24 | Fix resolution of Astro.resolve in nested components (#1213) | 5 | -5/+14 | ||
* Fix resolution of Astro.resolve in nested components Components were previously tested, however nested folders were not. * Adds a changeset | |||||
2021-08-24 | Lazy load the youtube embed to boost homepage loading times (#1205) | 4 | -4/+138 | ||
2021-08-24 | [ci] yarn format | 2 | -7/+7 | ||
2021-08-23 | [i18n][Docs] Add Korean Translation of Getting Started page (#1189) | 4 | -1/+70 | ||
* translate getting-started.md into KR * add kr to KNOWN_LANGUAGES * add kr config to sidebar * add kr option to the language selector | |||||
2021-08-23 | remove ignored lint rule | 1 | -1/+1 | ||
2021-08-23 | update deps | 1 | -317/+275 | ||
2021-08-23 | Version Packages (#1206)astro@0.19.3 | 25 | -45/+38 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-08-23 | [ci] yarn format | 1 | -4/+5 | ||
2021-08-23 | fix docs on config api | 1 | -7/+11 | ||
2021-08-23 | [ci] yarn format | 6 | -11/+10 | ||
2021-08-23 | Add zod schema validation (#1198) | 32 | -361/+378 | ||
* add zod schema validation * update pageUrlFormat config name * add trailing slash support to config |