summaryrefslogtreecommitdiff
path: root/packages (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-10-01switch from rm to unlink in order to preserve node 12 compatability in ↵Gravatar Merrick Christensen 1-1/+1
astro-create (#1468) * switch from rm to unlink in order to preserve node 12 compatability in astro-create * add changeset
2021-10-01Support PureComponent in the react renderer (#1467)Gravatar Matthew Phillips 4-2/+18
* Support PureComponent in the react renderer * Adds a changeset
2021-09-30Updated srcset checking (#1462)Gravatar Matthew Phillips 3-5/+40
* Updated srcset checking Improved functionality of `srcset` checking as original failed when URL contained a comma ( `,` ). Utilised function from [srcset-parse](https://github.com/molefrog/srcset-parse) as couldn't find a way to integrate the package. Added test to current assets test rather than create a separate one. * Use srcset-parse Co-authored-by: Coel May <82788995+coelmay@users.noreply.github.com>
2021-09-30Do we really need a massive 5MB+ banner that takes multiple seconds to load ↵Gravatar Joshua Byrd 1-1/+1
when people open the readme? (#1459) * 5MB PNG > 789K JPG * Different RAW address * Revert "Different RAW address" This reverts commit db47b992116c04a1abfccbe6ce6e43e82e61a621.
2021-09-28Version Packages (#1451)@astrojs/renderer-lit@0.1.2Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-28Update lit version to v2 (#1445)Gravatar Michael Stramel 2-2/+3
* Update lit version to v2 * Create weak-sheep-clap.md * Re-assign window.global to window to retain existing functionality
2021-09-28Version Packages (#1442)astro@0.20.8Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-27Fixed props shadowing (#1433)Gravatar AsyncBanana 5-13/+28
* Fixed props shadowing * Added changeset * Added prop shadowing test
2021-09-24[ci] yarn formatGravatar tony-sull 1-3/+3
2021-09-24Write pages serially and close file handle (#1395)Gravatar Tero Lindeman 1-10/+15
2021-09-16Add sponsorship logos (#1371)Gravatar Drew Powers 1-1/+27
2021-09-16[ci] yarn formatGravatar FredKSchott 1-4/+2
2021-09-16fix bad benchmark (#1383)Gravatar Fred K. Schott 4-12/+19
2021-09-15Version Packages (#1377)astro@0.20.7Gravatar github-actions[bot] 2-1/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-15Update stats.ts (#1376)Gravatar Fred K. Schott 1-1/+1
2021-09-15Expose slots to components (#1368)Gravatar Jonathan Neal 7-0/+142
* Expose slots to components via Astro.slots * test: Add Astro.slots API tests * docs: Document Astro.slots API * docs: Duplicate Astro.slots documentation to other api-reference markdown * Update proposal to use booleans, based upon RFC feedback * update implementation & tests based on request * changeset
2021-09-15[ci] yarn formatGravatar FredKSchott 1-0/+1
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] 14-11/+61
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-14Fix passing Markdown content through props (#1259) (#1343)Gravatar kelvinsjk 3-0/+17
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 2-2/+3
as 0kB, which is accurate, but confusing (#1329)
2021-09-14[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-09-14Merge "Remove check for referenced files" (#1196)Gravatar (none) 5-6/+40
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-14Docs: Add READMEs for renderers (#1351)Gravatar Drew Powers 7-1/+174
* Add README stub for renderers * Add renderer READMEs
2021-09-13[ci] yarn formatGravatar FredKSchott 2-8/+7
2021-09-10Prevent removing CSS preloads during bundling (#1326)Gravatar Bartek Igielski 7-18/+91
* 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] 4-3/+23
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-09Revert "Version Packages (#1303)"Gravatar Fred K. Schott 4-23/+3
This reverts commit 1a88cfde7d2b3854e279c1bf3e12adf5d2155801.
2021-09-09Version Packages (#1303)Gravatar github-actions[bot] 4-3/+23
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-07[ci] yarn formatGravatar jasikpark 1-3/+3
2021-09-07Fix parsing of an empty literal `<pre></pre>` in markdown source (#1332)Gravatar Caleb Jasik 3-0/+32
2021-09-06[ci] yarn formatGravatar FredKSchott 1-14/+14
2021-09-06scale back the examples pageGravatar Fred K. Schott 1-0/+0
2021-09-06Adds examples pageGravatar aFuzzyBear 1-14/+14
2021-09-03[ci] yarn formatGravatar FredKSchott 1-9/+14
2021-09-03Add new <Code> component, to succeed <Prism> (#1208)Gravatar Fred K. Schott 12-0/+198
* 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-03[ci] yarn formatGravatar tony-sull 1-9/+15
2021-09-03Format config errors for humans (#1298)Gravatar Fred K. Schott 5-12/+76
* format config errors * fix bad root
2021-09-03fix astro esm-cjs entrypoint (#1300)Gravatar Fred K. Schott 1-1/+11
2021-09-03Import unified types as unified since there is no default export for ↵Gravatar Caleb Jasik 2-2/+2
'unified'. (#1296)
2021-09-01skip 404.html pages in sitemap generation (#1287)Gravatar Mani Gandham 2-2/+12
* skip 404.html pages in sitemap generation * update path check for 404
2021-09-01Version Packages (#1271)create-astro@0.6.2astro@0.20.4Gravatar github-actions[bot] 4-2/+14
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 2-2/+18
* 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-7/+7
(#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-27fix bad README removalGravatar Fred K. Schott 1-1/+23
2021-08-27Version Packages (#1252)astro@0.20.3Gravatar github-actions[bot] 2-1/+7
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/+1
* 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] 6-4/+33
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-27Remove unused namespace redirection from the astro parser (#1245)Gravatar Jonathan Neal 6-84/+27
* 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 8-68/+64