summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-07-27Added undefined check for spread props (#832)Gravatar Rahul Sharma 6-6/+20
* husky setup added * pre-commit script updated * Revert "Feat/pre commit" * spread issue fixed #522 * testcase added * spread issue fixed #522 * testcase added
2021-07-27Fixes bug where Astro can't distinguish between two equal components ↵Gravatar Mats 2-1/+7
differing only by props when hydrating (#846)
2021-07-27Fix `renderer-solid` not creating a reactive root (#848)Gravatar Pablo Berganza 2-11/+17
* use Solid's render method on the client * add changeset * use createComponent
2021-07-27Correctly compile `lang="sass" styles` (#857)Gravatar Tc001 2-1/+6
* Added sass support * Combined cases, added check for indentedSyntax * Corrected changeset
2021-07-27Add an alt tag for the hero image in the blog example (#868)Gravatar Michael Stramel 4-4/+10
* Add an alt tag for the hero image * pass along * Create heavy-pumas-cross.md
2021-07-27[ci] yarn formatGravatar matthewp 1-0/+1
2021-07-27Remove `src/pages/posts/introducing-astro.astro` and add a `vercel.json` ↵Gravatar Caleb Jasik 2-130/+5
redirect from `/posts/` to `/blog` (#876)
2021-07-27edit contributing Prerequisite (#881)Gravatar Cindy Cheung 1-0/+7
2021-07-27Docs/show docsidebar on mobile (#878)Gravatar Caleb Jasik 6-125/+174
2021-07-26Add missing word (#879)Gravatar Marcus Otterström 1-1/+1
2021-07-26[ci] yarn formatGravatar FredKSchott 3-6/+4
2021-07-26some docs site polish (#853)Gravatar Fred K. Schott 7-152/+96
* some docs polish * attempt to fix theme toggle
2021-07-26[ci] yarn formatGravatar matthewp 1-1/+1
2021-07-26Account for pathnames being part of the site config (#856)Gravatar Matthew Phillips 7-12/+21
* Account for pathnames being part of the site config * Adds a changeset * Don't toString the site in the test
2021-07-26Skip running format in .github/.changeset folder (#860)Gravatar Matthew Phillips 1-0/+2
2021-07-26Version Packages (next) (#859)Gravatar github-actions[bot] 23-21/+35
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-26Exclude @vue/runtime-core from processing to fix Vue SSR for nested ↵Gravatar Bartek Igielski 2-0/+6
components (#858) * Exclude @vue/runtime-core from processing to fix Vue SSR for nested components * Create seven-shoes-stare.md
2021-07-25remove homepage gridGravatar Fred K. Schott 3-24/+5
2021-07-24update relase scriptastro@0.18.0-next.5@astrojs/parser@0.18.0-next.5Gravatar Fred K. Schott 1-1/+1
2021-07-24update relase scriptGravatar Fred K. Schott 1-1/+1
2021-07-24Version Packages (next) (#845)Gravatar github-actions[bot] 23-21/+45
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-24fix changeset ciGravatar Fred K. Schott 1-13/+5
2021-07-24stop ignoring release ci scriptGravatar Fred K. Schott 1-2/+0
2021-07-24remove tools from workspace to allow for publishGravatar Fred K. Schott 2-241/+4
2021-07-24fix a bad change to example astro versionsGravatar Fred K. Schott 14-14/+14
2021-07-24[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-07-24Remove components from example md file (#831)Gravatar Lukas Murdock 2-6/+26
2021-07-24Fixed typo in getting-started.md (#842)Gravatar Alexandre Desroches 1-1/+1
2021-07-23Add ability to specify site with command line (#838)Gravatar Maksim Markelov 1-0/+3
2021-07-23fix table header color (#839)Gravatar Austin Crim 1-1/+1
Co-authored-by: Austin Crim <crim.austin@principal.com>
2021-07-23[ci] yarn formatGravatar matthewp 2-2/+2
2021-07-23Introduce `<style global>` (#824)Gravatar Tony Sullivan 10-28/+103
* Adding support for multiple <style> blocks * Adding support for `<style global>` * scoping @keyframes should also be skipped for <style global> * Adding test coverage for muliple style blocks, global blocks, and scoped keyframes * docs: Updating docs for `<style global>` support * Adding yarn changeset * Punctuation fix in styling docs * docs: Clarifying example use cases given in the docs Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-07-23[ci] yarn formatGravatar FredKSchott 1-5/+4
2021-07-23📘 DOC: Adding github actions example to deploy.md (#823)Gravatar Danny Burrows 1-1/+59
* Adding github actions example to deploy.md * Update wording and example Made the suggested changes * Apply suggestions from code review Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-23[ci] yarn formatGravatar matthewp 1-1/+1
2021-07-23Correctly serialize falsey values at top-level of components (#834)Gravatar Matthew Phillips 5-16/+61
* Correctly serialize falsey values at top-level of components * Adding a changeset
2021-07-22docs: adds a skip link so that you can skip the nav via keyboard (#829)Gravatar Caleb Jasik 2-0/+30
2021-07-22fix next framework example versionsGravatar Fred K. Schott 2-2/+2
2021-07-22docs: fix broken link to Markdown component (#827)Gravatar João Paquim 1-1/+1
2021-07-23[ci] yarn formatGravatar jasikpark 1-2/+2
2021-07-22📘 DOC: improve a11y (#806)Gravatar Caleb Jasik 9-25/+27
* Add `tabindex="0"` to `<pre>` so that they are navigable by keyboard users if they overflow. * Landmark elements should have unique names https://dequeuniversity.com/rules/axe/4.3/landmark-unique * Page must have one main landmark https://dequeuniversity.com/rules/axe/4.3/landmark-one-main - Main landmark must not be contained by another landmark https://dequeuniversity.com/rules/axe/4.3/landmark-main-is-top-level * Heading level cannot increase by more than one * Ensure that links with the same accessible name serve a similar purpose https://dequeuniversity.com/rules/axe/4.3/identical-links-same-purpose * Just update the accessible name and require context for the visible link name * Fix CSS from the removal of the second <main> * Revert heading level change
2021-07-22Move `site` to a prop instead of directly importing from within the ↵Gravatar Caleb Jasik 2-3/+7
component. (#803)
2021-07-22formatGravatar Fred K. Schott 1-3/+3
2021-07-22update deps (#826)Gravatar Fred K. Schott 6-2275/+378
2021-07-22Fix: JSX renderer "Hello world!" error (#822)Gravatar Nate Moore 2-3/+6
* fix: remove hello-world error * chore: add changeset
2021-07-22fix example astro versionsGravatar Fred K. Schott 1-1/+1
2021-07-22fix example astro versionsGravatar Fred K. Schott 18-19/+118
2021-07-22improve ci (#802)Gravatar Fred K. Schott 3-100/+113
2021-07-22[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-07-22Update deploy.sh to include touch .nojekyll (#819)Gravatar Danny Burrows 1-2/+4
* Update deploy.sh to include touch .nojekyll * Update deploy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>