Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-27 | Added undefined check for spread props (#832) | 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-27 | Fixes bug where Astro can't distinguish between two equal components ↵ | 2 | -1/+7 | ||
differing only by props when hydrating (#846) | |||||
2021-07-27 | Fix `renderer-solid` not creating a reactive root (#848) | 2 | -11/+17 | ||
* use Solid's render method on the client * add changeset * use createComponent | |||||
2021-07-27 | Correctly compile `lang="sass" styles` (#857) | 2 | -1/+6 | ||
* Added sass support * Combined cases, added check for indentedSyntax * Corrected changeset | |||||
2021-07-27 | Add an alt tag for the hero image in the blog example (#868) | 4 | -4/+10 | ||
* Add an alt tag for the hero image * pass along * Create heavy-pumas-cross.md | |||||
2021-07-27 | [ci] yarn format | 1 | -0/+1 | ||
2021-07-27 | Remove `src/pages/posts/introducing-astro.astro` and add a `vercel.json` ↵ | 2 | -130/+5 | ||
redirect from `/posts/` to `/blog` (#876) | |||||
2021-07-27 | edit contributing Prerequisite (#881) | 1 | -0/+7 | ||
2021-07-27 | Docs/show docsidebar on mobile (#878) | 6 | -125/+174 | ||
2021-07-26 | Add missing word (#879) | 1 | -1/+1 | ||
2021-07-26 | [ci] yarn format | 3 | -6/+4 | ||
2021-07-26 | some docs site polish (#853) | 7 | -152/+96 | ||
* some docs polish * attempt to fix theme toggle | |||||
2021-07-26 | [ci] yarn format | 1 | -1/+1 | ||
2021-07-26 | Account for pathnames being part of the site config (#856) | 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-26 | Skip running format in .github/.changeset folder (#860) | 1 | -0/+2 | ||
2021-07-26 | Version Packages (next) (#859) | 23 | -21/+35 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-07-26 | Exclude @vue/runtime-core from processing to fix Vue SSR for nested ↵ | 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-25 | remove homepage grid | 3 | -24/+5 | ||
2021-07-24 | update relase scriptastro@0.18.0-next.5@astrojs/parser@0.18.0-next.5 | 1 | -1/+1 | ||
2021-07-24 | update relase script | 1 | -1/+1 | ||
2021-07-24 | Version Packages (next) (#845) | 23 | -21/+45 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-07-24 | fix changeset ci | 1 | -13/+5 | ||
2021-07-24 | stop ignoring release ci script | 1 | -2/+0 | ||
2021-07-24 | remove tools from workspace to allow for publish | 2 | -241/+4 | ||
2021-07-24 | fix a bad change to example astro versions | 14 | -14/+14 | ||
2021-07-24 | [ci] yarn format | 1 | -1/+1 | ||
2021-07-24 | Remove components from example md file (#831) | 2 | -6/+26 | ||
2021-07-24 | Fixed typo in getting-started.md (#842) | 1 | -1/+1 | ||
2021-07-23 | Add ability to specify site with command line (#838) | 1 | -0/+3 | ||
2021-07-23 | fix table header color (#839) | 1 | -1/+1 | ||
Co-authored-by: Austin Crim <crim.austin@principal.com> | |||||
2021-07-23 | [ci] yarn format | 2 | -2/+2 | ||
2021-07-23 | Introduce `<style global>` (#824) | 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 format | 1 | -5/+4 | ||
2021-07-23 | 📘 DOC: Adding github actions example to deploy.md (#823) | 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 format | 1 | -1/+1 | ||
2021-07-23 | Correctly serialize falsey values at top-level of components (#834) | 5 | -16/+61 | ||
* Correctly serialize falsey values at top-level of components * Adding a changeset | |||||
2021-07-22 | docs: adds a skip link so that you can skip the nav via keyboard (#829) | 2 | -0/+30 | ||
2021-07-22 | fix next framework example versions | 2 | -2/+2 | ||
2021-07-22 | docs: fix broken link to Markdown component (#827) | 1 | -1/+1 | ||
2021-07-23 | [ci] yarn format | 1 | -2/+2 | ||
2021-07-22 | 📘 DOC: improve a11y (#806) | 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-22 | Move `site` to a prop instead of directly importing from within the ↵ | 2 | -3/+7 | ||
component. (#803) | |||||
2021-07-22 | format | 1 | -3/+3 | ||
2021-07-22 | update deps (#826) | 6 | -2275/+378 | ||
2021-07-22 | Fix: JSX renderer "Hello world!" error (#822) | 2 | -3/+6 | ||
* fix: remove hello-world error * chore: add changeset | |||||
2021-07-22 | fix example astro versions | 1 | -1/+1 | ||
2021-07-22 | fix example astro versions | 18 | -19/+118 | ||
2021-07-22 | improve ci (#802) | 3 | -100/+113 | ||
2021-07-22 | [ci] yarn format | 1 | -1/+1 | ||
2021-07-22 | Update deploy.sh to include touch .nojekyll (#819) | 1 | -2/+4 | ||
* Update deploy.sh to include touch .nojekyll * Update deploy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com> |