Commit graph

2017 commits

Author SHA1 Message Date
Ramanathan10
04c2e2e4cd
update image reference path (#2417) 2022-01-19 15:25:02 -05:00
X7md
a8494a91d4
Fix arabic docs (#2408)
* add logos for github dark mode

* Hot fix (gh-*-mode-only) issue 

"that's an issue with wrapping an image in a link. We are currently still looking into how to best solve this. However, you can do the following which should work."
- dipree

* delete <td> 'cuz it was duplicate

* [ci] yarn format

* remove unnecessary code tag

Co-authored-by: X7md <X7md@users.noreply.github.com>
2022-01-19 15:24:09 -05:00
Chris Swithinbank
9deada68b4
Fix visibility of focused skip link on docs site (#2405)
* Fix visibility of focused skip link on docs site

The `sr-only` utility class used on the “Skip to Content” link at the top of each page in the docs is designed to be paired with the `focus:not-sr-only` class. `focus:not-sr-only` was missing on the skip link, meaning it was never shown even when focused.

* Fix visibility of focused skip link in docs example project

Apply the same fix as ac890b56 to the same component in the docs starter project.
2022-01-19 15:22:40 -05:00
Jang Rush
e0def89697
Update .degit cache path in error message (#2400)
astro's repo changed from snowpack/astro to withastro/astro.

Thank @raph5
2022-01-19 15:19:04 -05:00
Jang Rush
da1cc0fd2b
fix: path error in sample markdown code (#2401)
The path denoted in the markdown sample code is
src/pages/index.md
Thus, to refer to a layout component in src/layouts,
we should use ../layouts/ instead of ../../layouts/.
2022-01-19 15:18:58 -05:00
Pranav Karawale
24aa3245ae
Implement support for draft pages (#2392)
* feat: support draft pages

* implemented support for draft pages
* added integration test
* updated relevant documentation (english only)

* docs: explicitly mention "markdown draft pages"

* chore: add changeset

* chore: modify changeset

- changed type to 'patch'
- added more description
2022-01-19 15:18:51 -05:00
Nate Moore
9278ecdc4c
Update README banner 2022-01-19 12:32:17 -06:00
matthewp
b7e8b5dff3 [ci] yarn format 2022-01-19 13:26:51 +00:00
Matthew Phillips
5208c88aeb
Add Astro.resolve deprecation warning for the static build (#2416)
* Add Astro.resolve deprecation warning for the static build

* Adds a changeset
2022-01-19 08:25:42 -05:00
FredKSchott
2de0b33be1 [ci] collect stats 2022-01-19 12:01:57 +00:00
Nate Moore
d9998a03ac
fix(readme): update image path 2022-01-18 17:04:45 -06:00
Nate Moore
df3d71b41a
Update Astro README (#2413)
* feat: update hero image

* feat: update banner

* feat: slower scroll

* feat: add link to readme

* chore: add target _blank

* fix: respect prefers reduced motion

* fix: do not specify height

* fix: reduced motion

* fix: slow banner

* docs: update README

* docs: update README

* docs: update README

* feat: force full width

* Update README.md
2022-01-18 16:32:18 -06:00
John
0d6e964693
Fix "Island Architecture" phrase attribution (#2411)
Remove incorrect statement that Jason Miller coined the phrase "Island Architecture."
Fixes #2407
2022-01-18 08:50:29 -08:00
matthewp
6ade95313b [ci] yarn format 2022-01-18 13:39:41 +00:00
github-actions[bot]
bcec8adc9a
[ci] release (#2412)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-18 08:38:15 -05:00
matthewp
63ffcb3486 [ci] yarn format 2022-01-18 13:35:26 +00:00
Matthew Phillips
bcc617f9dc
Update examples to move away from Astro.resolve on styles (#2393)
* Update examples to move away from Astro.resolve on styles

* Prepend the subpath

* Adds a changeset

* Switch to @import for the starter
2022-01-18 08:34:12 -05:00
Jang Rush
672b831940
Update doc move away from Astro.resolve on styles (#2402)
see also #2393
2022-01-18 08:25:26 -05:00
FredKSchott
6ccae4a478 [ci] collect stats 2022-01-18 12:02:06 +00:00
FredKSchott
c29f52f21c [ci] collect stats 2022-01-17 12:02:18 +00:00
FredKSchott
290dbc8de3 [ci] collect stats 2022-01-16 12:02:04 +00:00
FredKSchott
0f00557b93 [ci] collect stats 2022-01-15 12:01:53 +00:00
matthewp
46ed4c6c81 [ci] yarn format 2022-01-14 21:20:23 +00:00
github-actions[bot]
d3be8d944d
[ci] release (#2394)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-14 16:19:25 -05:00
matthewp
72096858e8 [ci] yarn format 2022-01-14 21:15:26 +00:00
Matthew Phillips
c8a257adc4
Improve static build performance on large sites (#2391)
* Improve static build performance on large sites

* Changeset

* Remove debugging code

* Pass through the rss fn
2022-01-14 16:14:04 -05:00
matthewp
5d6b29ae37 [ci] yarn format 2022-01-14 19:41:22 +00:00
github-actions[bot]
f5ce6edb5b
[ci] release (#2372)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-14 14:40:12 -05:00
matthewp
bd931a0a14 [ci] yarn format 2022-01-14 19:04:47 +00:00
Matthew Phillips
a7967530df
Fixes Lit support in the static build (#2370)
* [ci] collect stats

* [ci] update lockfile (#2388)

Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>

* Fixes for blog and docs examples (#2373)

* Fixes for blog and docs examples

* Adds a changeset

* Upgrade the compiler version

* Use a global style tag

* Skip on windows temporarily

* [ci] yarn format

* Fixes Lit support in the static build

* Adds a changeset

* test

* Upgrade lit-labs/ssr

* Conditional

* Testing again

* remove debugging code

* changeset

Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-01-14 14:02:44 -05:00
matthewp
6a7c5aa582 [ci] yarn format 2022-01-14 17:13:12 +00:00
Matthew Phillips
92532b8882
Fixes for blog and docs examples (#2373)
* Fixes for blog and docs examples

* Adds a changeset

* Upgrade the compiler version

* Use a global style tag

* Skip on windows temporarily
2022-01-14 12:11:56 -05:00
Fred K. Schott
0257419af8
[ci] update lockfile (#2388)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-14 11:12:29 -05:00
FredKSchott
bceeb339c7 [ci] collect stats 2022-01-14 12:02:02 +00:00
matthewp
b3150121d1 [ci] yarn format 2022-01-13 18:29:57 +00:00
Matthew Phillips
20eaddb2a7
Fix for using React in the static build (#2369)
* Fix react in the static build

* Adds a changeset
2022-01-13 13:28:29 -05:00
matthewp
500295395c [ci] yarn format 2022-01-13 14:39:09 +00:00
github-actions[bot]
834e5299f1
[ci] release (#2366)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-13 09:37:44 -05:00
Fred K. Schott
a9b44f2936
[ci] update lockfile (#2368)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-13 09:25:08 -05:00
matthewp
365972582e [ci] yarn format 2022-01-13 14:24:25 +00:00
Matthew Phillips
2aa5ba5c52
Fix use of frameworks in the static build (#2367)
* Fix use of frameworks in the static build

* Adding a changeset

* fix typescript

* Empty out the directory before running the builds

* Use a util to empty the directory

* Only empty the outdir if needed

* Move prepareOutDir to its own module

* Prepare outDir is actually sync
2022-01-13 09:23:03 -05:00
FredKSchott
ff9dbc6927 [ci] collect stats 2022-01-13 12:02:15 +00:00
matthewp
babed02876 [ci] yarn format 2022-01-12 17:04:04 +00:00
Matthew Phillips
20d0cce681
Fix for shared CSS when using the static build (#2365)
* Fix for shared CSS when using the static build

* Adds a changeset
2022-01-12 12:02:36 -05:00
jonathantneal
c388e6800f [ci] yarn format 2022-01-12 16:31:34 +00:00
github-actions[bot]
983bf72aa1
[ci] release (#2340)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-12 11:30:01 -05:00
Fred K. Schott
d3d2b89159
[ci] update lockfile (#2356)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-12 10:39:51 -05:00
Erika
488a145456
Normalize and cleanup examples projects (#2364)
* Remove unused line in the examples .gitignore

* Add missing .npmrc, .stackblitzrc and tsconfig.json files to a few examples

* Removed unused file and link directive in the minimal example

* Oops, added an accidental slash
2022-01-12 10:37:16 -05:00
FredKSchott
deac867e17 [ci] collect stats 2022-01-12 12:02:12 +00:00
matthewp
7555fc3789 [ci] yarn format 2022-01-11 21:53:47 +00:00