summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-08-27Version Packages (#1246)create-astro@0.6.1astro@0.20.2@astrojs/parser@0.20.2Gravatar github-actions[bot] 30-49/+68
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-27[ci] yarn formatGravatar matthewp 1-1/+4
2021-08-27Add changeset for #1090 (#1248)Gravatar Matthew Phillips 1-0/+5
2021-08-27Remove unused namespace redirection from the astro parser (#1245)Gravatar Jonathan Neal 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 formatGravatar matthewp 9-69/+65
2021-08-27Implementation of hoisted scripts (#1178)Gravatar Matthew Phillips 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 formatGravatar matthewp 1-1/+1
2021-08-27Update Tailwind docs for path to css (#1240)Gravatar Matthew Phillips 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 formatGravatar matthewp 1-1/+1
2021-08-27Add new Astro components package (#1242)Gravatar Mark Teekman 1-0/+1
2021-08-26improve introduction page of example/docsGravatar Fred K. Schott 4-58/+64
2021-08-26improve introduction page of example/docsGravatar Fred K. Schott 1-0/+4
2021-08-26improve introduction page of example/docsGravatar Fred K. Schott 1-2/+6
2021-08-26Merge branch 'okikio/main' (#1111)Gravatar Fred K. Schott 47-1430/+2074
2021-08-26add algolia and cleanup docs readmeGravatar Fred K. Schott 19-617/+286
2021-08-26Version Packages (#1239)astro@0.20.1Gravatar github-actions[bot] 22-25/+26
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-26WIP update examples/docs/Gravatar Okiki 45-1115/+2090
2021-08-26[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-26add "astro preview" command (#1226)Gravatar Fred K. Schott 35-44/+240
* add "astro preview" command * Update green-buttons-reflect.md * Update cli-reference.md
2021-08-26remove unpublished blog post from docsGravatar Fred K. Schott 1-241/+0
2021-08-26Remove VSCode and Langauge Server from this monorepo (#1230)Gravatar Matthew Phillips 55-5004/+0
* Remove VSCode and Langauge Server from this monorepo * Adds back in the syntax files
2021-08-26Version Packages (#1228)astro@0.20.0@astrojs/markdown-support@0.3.0Gravatar github-actions[bot] 27-38/+45
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-26[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-25added bengali translation of the getting started page (#1215)Gravatar Rafid Muhymin Wafi 3-0/+68
2021-08-25updated comment 'threw' to 'through' (#1235)Gravatar Mark Howard 1-1/+1
2021-08-25Fix path to CSS file in www site (#1233)Gravatar Matthew Phillips 1-1/+1
* Fix path to CSS file in www site * remove console.log
2021-08-25NL docs typo fixes (#1232)Gravatar semvis123 1-1/+1
Fixes 2 small typos in the Dutch documentation
2021-08-25Update getting-started.md (#1231)Gravatar Anneke Sinnema 1-6/+6
2021-08-25[ci] yarn formatGravatar FredKSchott 2-142/+145
2021-08-25stop building, bundling, and transforming public/ files (#1210)Gravatar Fred K. Schott 28-191/+246
* stop bundling public/ files * update www and examples
2021-08-25[ci] yarn formatGravatar matthewp 2-5/+5
2021-08-25Arabic getting-started translation (#1166)Gravatar حمد بنقالي 3-0/+71
Co-authored-by: = <=>
2021-08-25Fix typo Mardown on line 219 (#1229)Gravatar E. Berke KARAGÖZ 1-1/+1
2021-08-25docs: fix header rtl logo view (#1224)Gravatar Fred K. Schott 1-0/+1
2021-08-25Upgrade unified deps and improve unified plugins types (#1200)Gravatar Robin Métral 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-24Fix CSS in docs example (#1221)Gravatar Marcus Otterström 1-2/+3
2021-08-24Version Packages (#1217)astro@0.19.4Gravatar github-actions[bot] 24-31/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-24[ci] yarn formatGravatar matthewp 1-1/+3
2021-08-24Fix linter errors and warnings (#1218)Gravatar Mihkel Eidast 12-26/+33
* fix lint issues, enable lint in ci * add changeset
2021-08-24Fix resolution of Astro.resolve in nested components (#1213)Gravatar Matthew Phillips 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-24Lazy load the youtube embed to boost homepage loading times (#1205)Gravatar Caleb Jasik 4-4/+138
2021-08-24[ci] yarn formatGravatar FredKSchott 2-7/+7
2021-08-23[i18n][Docs] Add Korean Translation of Getting Started page (#1189)Gravatar Joohoon Cha 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-23remove ignored lint ruleGravatar Fred K. Schott 1-1/+1
2021-08-23update depsGravatar Fred K. Schott 1-317/+275
2021-08-23Version Packages (#1206)astro@0.19.3Gravatar github-actions[bot] 25-45/+38
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-23[ci] yarn formatGravatar FredKSchott 1-4/+5
2021-08-23fix docs on config apiGravatar Fred K. Schott 1-7/+11
2021-08-23[ci] yarn formatGravatar FredKSchott 6-11/+10
2021-08-23Add zod schema validation (#1198)Gravatar Fred K. Schott 32-361/+378
* add zod schema validation * update pageUrlFormat config name * add trailing slash support to config