summaryrefslogtreecommitdiff
path: root/packages (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-10-22Version Packages (#1642)create-astro@0.6.6Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-22Pull examples from latest branch (#1641)Gravatar Jonathan Neal 1-1/+1
* pull examples from latest branch * changeset
2021-10-22Version Packages (#1639)create-astro@0.6.5Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-22Revert "Make create-astro use the `latest` branch (#1636)" (#1638)Gravatar Matthew Phillips 1-1/+1
* Revert "Make create-astro use the `latest` branch (#1636)" This reverts commit 28f00566cac7688bd4b958656e1374c4e41be201. * Adds a changeset
2021-10-22Version Packages (#1637)create-astro@0.6.4Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-22Make create-astro use the `latest` branch (#1636)Gravatar Matthew Phillips 1-1/+1
* Make create-astro use the `latest` branch * Adds a changeset
2021-10-19Add `const` so that variable is declared rather than pulled out of the ether ↵Gravatar Caleb Jasik 1-1/+1
(#1591)
2021-10-15fix typo in astro.js (#1560)Gravatar btea 1-3/+3
2021-10-14Version Packages (#1557)astro@0.20.12@astrojs/renderer-vue@0.1.9Gravatar github-actions[bot] 4-3/+16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-14Expose Vue component names for devtools (#1512)Gravatar Levi 1-1/+3
* Expose name on host component for Vue devtools * Add changeset * Update changeset to patch from minor * [ci] collect stats * [ci] collect stats Co-authored-by: leviceccato <leviceccato@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
2021-10-14Add Vercel sponsorship logo (#1555)Gravatar Drew Powers 1-0/+1
* Add Vercel sponsorship logo Also normalize other logos * Add Vercel logo to www * Add logos to docs
2021-10-12Version Packages (#1537)astro@0.20.11Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-12Add value to staticPaths cache before we await it (#1498)Gravatar Caleb Jasik 1-3/+3
* Add value to staticPaths cache before we await it Fixes https://github.com/snowpackjs/astro/issues/1454 * Update `cache.staticPaths` to store Promises rather than immediate values
2021-10-11Version Packages (#1527)astro@0.20.10Gravatar github-actions[bot] 2-1/+15
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-11[ci] yarn formatGravatar matthewp 2-30/+22
2021-10-11Adds the astro check command (#1410)Gravatar Matthew Phillips 3-4/+131
* Adds the `astro check` command. This adds `astro check`, which runs type checking (and general error checking) on Astro projects. * print the number of errors found * Adds a changeset * Add cli docs * Upgrade the language server version * Prevent linting the console.logs
2021-10-09Fiixed netlify and sentry urls (#1505)Gravatar Rafid Muhymin Wafi 1-2/+2
2021-10-05[ci] yarn formatGravatar matthewp 2-9/+8
2021-10-05Add hydration to Solid renderer (#1479)Gravatar Ryan Carniato 4-22/+17
* feat: add hydration to Solid renderer * fix: intersection observer, move script to the end
2021-10-01Version Packages (#1472)create-astro@0.6.3astro@0.20.9@astrojs/renderer-react@0.2.2Gravatar github-actions[bot] 6-4/+23
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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