summaryrefslogtreecommitdiff
path: root/.changeset (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-14Version Packages (#1358)astro@0.20.6@astrojs/renderer-vue@0.1.8@astrojs/renderer-svelte@0.1.2@astrojs/renderer-solid@0.1.1@astrojs/renderer-react@0.2.1@astrojs/renderer-preact@0.2.2@astrojs/renderer-lit@0.1.1Gravatar github-actions[bot] 6-35/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-14update changesetsGravatar Fred K. Schott 1-1/+1
2021-09-14Fix passing Markdown content through props (#1259) (#1343)Gravatar kelvinsjk 1-0/+5
Co-authored-by: Kelvin Soh <kelvinsoh@pop-os.localdomain> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-14Improve stats logging to use `pretty-bytes` so that 20B doesn't get output ↵Gravatar Caleb Jasik 1-0/+5
as 0kB, which is accurate, but confusing (#1329)
2021-09-14Merge "Remove check for referenced files" (#1196)Gravatar (none) 1-0/+5
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-14Docs: Add READMEs for renderers (#1351)Gravatar Drew Powers 1-0/+10
* Add README stub for renderers * Add renderer READMEs
2021-09-14Delete perfect-kids-occur.md (#1372)Gravatar Fred K. Schott 1-5/+0
2021-09-14Add types to examples and docs (#1347)Gravatar Matthew Phillips 1-0/+5
* Adds a changeset * Add types to examples and docs * Make changes based on review feedback * Avoid using the variable named props * Make path a const
2021-09-13Disclaimer for Github pages / jekyll quirk (#1355)Gravatar Tc001 1-0/+5
* Added GH pages disclaimer * Added changeset * Reworded disclaimer * Correct GH Pages casing * Update deploy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-10Prevent removing CSS preloads during bundling (#1326)Gravatar Bartek Igielski 1-0/+5
* Prevent removing nodes, becasue styles preloading was detected earlier * Add separate deduping for preloads and cover it with tests. * Create quiet-horses-turn.md * Test merging preload tags
2021-09-09Version Packages (#1344)Gravatar github-actions[bot] 6-31/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-09Revert "Version Packages (#1303)"Gravatar Fred K. Schott 6-0/+31
This reverts commit 1a88cfde7d2b3854e279c1bf3e12adf5d2155801.
2021-09-09Version Packages (#1303)Gravatar github-actions[bot] 6-31/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-07Fix parsing of an empty literal `<pre></pre>` in markdown source (#1332)Gravatar Caleb Jasik 1-0/+6
2021-09-03skip 404.html pages in sitemap generation (#1304)Gravatar Mani Gandham 1-0/+5
* skip 404.html pages in sitemap generation * update path check for 404 * add changeset
2021-09-03Add new <Code> component, to succeed <Prism> (#1208)Gravatar Fred K. Schott 1-0/+5
* add code component * Update packages/astro/components/Debug.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * Update packages/astro/components/Debug.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * fix format in debug component * remove Debug changes * add wrap support * add props docs * update default theme Co-authored-by: Peter Singh <drgaud@hotmail.com> Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-09-03Format config errors for humans (#1298)Gravatar Fred K. Schott 1-0/+5
* format config errors * fix bad root
2021-09-03fix astro esm-cjs entrypoint (#1300)Gravatar Fred K. Schott 1-0/+5
2021-09-03Import unified types as unified since there is no default export for ↵Gravatar Caleb Jasik 1-0/+5
'unified'. (#1296)
2021-09-01Version Packages (#1271)create-astro@0.6.2astro@0.20.4Gravatar github-actions[bot] 2-10/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-01Add interfaces for built-in components (#1292)Gravatar Matthew Phillips 1-0/+5
* Add interfaces for built-in components * Adds a changeset
2021-08-30create-astro: Format console logs and fix message about default renderers ↵Gravatar Mikkel Tønder 1-0/+5
(#1257) * create-astro: Format console logs and fix message about default renderers Format the console log statements so the code is easier to read Add a check to see if the renderers array is empty and only show the message about using the templates default renderers if it isn't * Add changeset
2021-08-27Version Packages (#1252)astro@0.20.3Gravatar github-actions[bot] 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-27Fix knownEntrypoint warning for Fix __astro_hoisted_scripts.js (#1251)Gravatar Matthew Phillips 1-0/+5
* Add new internal module to the knownEntrypoints * Adds a changeset
2021-08-27Version Packages (#1246)create-astro@0.6.1astro@0.20.2@astrojs/parser@0.20.2Gravatar github-actions[bot] 3-24/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 1-0/+5
* nit: remove unused namespace checking from astro parser * test: add tests for namespaced attributes, including one removed attribute * add changeset
2021-08-27Implementation of hoisted scripts (#1178)Gravatar Matthew Phillips 1-0/+14
* 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-26Version Packages (#1239)astro@0.20.1Gravatar github-actions[bot] 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-26add "astro preview" command (#1226)Gravatar Fred K. Schott 1-0/+5
* add "astro preview" command * Update green-buttons-reflect.md * Update cli-reference.md
2021-08-26Version Packages (#1228)astro@0.20.0@astrojs/markdown-support@0.3.0Gravatar github-actions[bot] 2-14/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-25stop building, bundling, and transforming public/ files (#1210)Gravatar Fred K. Schott 1-0/+9
* stop bundling public/ files * update www and examples
2021-08-25Upgrade unified deps and improve unified plugins types (#1200)Gravatar Robin Métral 1-0/+5
* 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-24Version Packages (#1217)astro@0.19.4Gravatar github-actions[bot] 2-10/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-24Fix linter errors and warnings (#1218)Gravatar Mihkel Eidast 1-0/+5
* fix lint issues, enable lint in ci * add changeset
2021-08-24Fix resolution of Astro.resolve in nested components (#1213)Gravatar Matthew Phillips 1-0/+5
* Fix resolution of Astro.resolve in nested components Components were previously tested, however nested folders were not. * Adds a changeset
2021-08-23Version Packages (#1206)astro@0.19.3Gravatar github-actions[bot] 3-24/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-23Add zod schema validation (#1198)Gravatar Fred K. Schott 2-0/+10
* add zod schema validation * update pageUrlFormat config name * add trailing slash support to config
2021-08-23Add Astro `<Debug/>` component (#675)Gravatar Caleb Jasik 1-0/+14
* Initial MVP Debug component * Document the prettifying of the input * Just make `<Debug/>` a wrapper around `<Prism/>` lol * feat: add details/summary debug component * chore: remove Props (unused) * fix: prefer `div` to semantic elements * chore: format * fix: prop-drill `class` into components * fix: ensure `astro/components` are evaluated lazily * feat(debug): export debug component from `astro/debug` * fix: minimal example local snowpack config * docs: add debugging docs * chore: add changeset * docs: update debug docs Co-authored-by: Nate Moore <nate@skypack.dev>
2021-08-23Version Packages (#1181)astro@0.19.2Gravatar github-actions[bot] 5-25/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-23fix issue with multiple getStaticPaths calls during build (#1194)Gravatar Fred K. Schott 1-0/+5
2021-08-23Add trailingSlash & pageDirectoryUrl config options (#1197)Gravatar Fred K. Schott 2-0/+10
2021-08-20add changset for 29b7e746e665271396a20d2b587ae8e1052a0b85Gravatar Fred K. Schott 1-0/+5
2021-08-20including the `language-` class on Prism's `<pre>` element (#1180)Gravatar Tony Sullivan 1-0/+5
* including the `language-` class on Prism's `<pre>` element * adding changeset Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-08-19Version Packages (#1163)astro@0.19.1@astrojs/markdown-support@0.2.4Gravatar github-actions[bot] 2-10/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-19changeset: markdown-support (fix the left-brace issue) (#1170)Gravatar Caleb Jasik 1-0/+5
2021-08-18Fix :global() scoping (#1162)Gravatar Drew Powers 1-0/+5
* Fix :global() scoping #1155 * Improve :global() scoping rules further
2021-08-18Version Packages (#1150)astro@0.19.0@astrojs/parser@0.18.6Gravatar github-actions[bot] 4-125/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-18update changset minorGravatar Fred K. Schott 1-2/+1
2021-08-18add back 0.19.0 changesetsGravatar Fred K. Schott 3-0/+75