Commit graph

1966 commits

Author SHA1 Message Date
Jonathan Neal
eaa626de88
Restore accessibility check on docs site (#2362) 2022-01-11 15:39:19 -05:00
Nate Moore
b21dd19cb6
chore: remove www (#2361) 2022-01-11 12:59:06 -06:00
Matthew Phillips
1007497297
Fix build output in static build mode (#2358)
* Fix build output in static build mode

* Adds a changeset

* Formatting
2022-01-11 11:24:57 -05:00
toSayNothing
f482c626a6
Fix renderer-solid (fix #2336) (#2359) 2022-01-11 10:31:26 -05:00
FredKSchott
c029cbb2d1 [ci] collect stats 2022-01-11 12:02:19 +00:00
Jonathan Neal
337413e09e
Use smooth scrolling with reduced motion has no preference (#2355) 2022-01-10 22:44:17 -05:00
Fred K. Schott
6cbe79fac4
move changeset to run after build, no test required (#2341) 2022-01-10 17:36:41 -05:00
Zade Viggers
973751e31b
Note that Astro also supports <Fragment> syntax (#2354) 2022-01-10 17:17:07 -05:00
Divyamrit
0b0df4168b
smooth scroll behavior property added (#2256)
* smooth scroll behavior property added

* [ci] yarn format

Co-authored-by: sacarvy <sacarvy@users.noreply.github.com>
2022-01-10 17:04:24 -05:00
Rafael Bardini
612dfd3bd8
Add Astro Blog RSS feed (#2301)
* Generate RSS feed

* Add RSS feed link
2022-01-10 17:00:42 -05:00
Jacob Rask
263e39a94d
Update Cloudflare Pages guide (#2345)
See https://developers.cloudflare.com/pages/framework-guides/astro
2022-01-10 16:59:21 -05:00
Fred K. Schott
296634b518
[ci] update lockfile (#2351)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-10 16:58:47 -05:00
Caleb Jasik
df553db636
Update instructions for the monorepo (#2274) 2022-01-10 15:04:08 -05:00
Jonathan Neal
c0cb7eead5
Fix Astro Preview Pathing Issues (#2338)
* Fix preview issues triggered by pageUrlFormat & trailingSlash options

* format

* changeset

* nit: fix host message
2022-01-10 12:43:24 -05:00
FredKSchott
cbac041442 [ci] collect stats 2022-01-10 12:02:07 +00:00
FredKSchott
ec5640759c [ci] collect stats 2022-01-09 12:05:20 +00:00
Fred K. Schott
27fe803fd1
[ci] update lockfile (#2344)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-08 08:25:46 -05:00
Jonathan Neal
f008a19c9d
Fix sitemap.xml page urls (#2335)
* For pages, use the expected pathname, not the file name

* changeset
2022-01-08 08:25:37 -05:00
FredKSchott
0bbc015a67 [ci] collect stats 2022-01-08 12:01:51 +00:00
Jonathan Neal
35e0a22f26
Create .git-blame-ignore-revs (#2254)
* Create .git-blame-ignore-revs

* docs: add note about `.git-blame-ignore-revs`

Co-authored-by: Nate Moore <nate@skypack.dev>
2022-01-07 15:02:37 -08:00
Jonathan Neal
69af658b00
Fix issue with plugins running twice in dev and build (#2323)
* Fix issue with plugins running twice in dev and build

* nit: only patch plugins

* nit: only patch plugins

* nit: only solve for create-vite

* nit: only solve for create-vite

* Create seven-mice-do.md

Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-01-07 15:00:19 -08:00
matthewp
b4d62e10ad [ci] yarn format 2022-01-07 21:44:16 +00:00
github-actions[bot]
5ba2650be1
[ci] release (#2339)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-07 16:43:19 -05:00
matthewp
76195ba404 [ci] yarn format 2022-01-07 21:29:41 +00:00
Matthew Phillips
180dfcf2fc
Handle loading the Code package in the static build (#2337)
* Handle loading the Code package

Fixes #2329

* Use Code the normal way

* Adds a changeset

* Only resolve browser path if there is no common ancestor

* Update examples/fast-build/src/pages/index.astro

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-01-07 16:28:27 -05:00
Fred K. Schott
c3c054c912
[ci] update lockfile (#2334)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-07 10:10:06 -05:00
matthewp
320ca687bc [ci] yarn format 2022-01-07 14:45:30 +00:00
github-actions[bot]
4c826ad5b5
[ci] release (#2333)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-07 09:44:14 -05:00
FredKSchott
d970b71af9 [ci] collect stats 2022-01-07 12:02:07 +00:00
matthewp
778adc662a [ci] yarn format 2022-01-06 21:34:01 +00:00
Fred K. Schott
4aa395c75e
[ci] update lockfile (#2327)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-06 16:32:55 -05:00
Matthew Phillips
71ca09125a
Fix subpath support regressions (#2330)
* Fix subpath support regressions

* Adds a changeset

* Update tests to reflect relative URL change

* Pick a different port and hopefully windows works

* Remove bad lint warning

* Better handling of relative paths

* or

* Fixes use with pageUrlFormat

* Update the pageDirectoryUrl test
2022-01-06 16:32:24 -05:00
natemoo-re
8b58ede2cc [ci] yarn format 2022-01-06 16:28:24 +00:00
Morritz
7e8f7c7e9e
Added "IntelliSense for TypeScript" (#2326)
Important knowledge to avoid type errors.
2022-01-06 10:27:21 -06:00
FredKSchott
9a4c30989b [ci] collect stats 2022-01-06 12:02:02 +00:00
FredKSchott
c3770dd120 [ci] yarn format 2022-01-06 00:57:38 +00:00
github-actions[bot]
f80800857e
[ci] release (#2320)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-05 16:56:34 -08:00
Nate Moore
77ef43e66c
chore: update compiler (#2324) 2022-01-05 18:32:42 -06:00
Fred K. Schott
e0de21ef57
Create fluffy-rocks-fold.md 2022-01-05 16:26:16 -08:00
Caleb Jasik
8eca6eb990
Add <guid> to RSS feed based on page link to uniquely identify rss … (#2321)
* Add `<guid>` to RSS feed based on page link to uniquely identify rss feed entries.

ex: <https://www.rssboard.org/rss-validator/check.cgi?url=https%3A%2F%2Frainsberger.ca%2Frss.xml>

* Update RSS feed generation test
2022-01-05 16:25:39 -08:00
Fred K. Schott
0b55918738
[ci] update lockfile (#2311)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-05 12:04:08 -06:00
Nate Moore
c0204c0a41
chore: update compiler (#2318) 2022-01-05 12:03:16 -06:00
Jonathan Neal
e6379d514d
Bump WebAPI (#2319)
* bump webapi

* changeset
2022-01-05 13:02:42 -05:00
matthewp
21e9e02740 [ci] yarn format 2022-01-05 16:21:38 +00:00
github-actions[bot]
fa396750ef
[ci] release (#2307)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-05 11:20:39 -05:00
FredKSchott
52c06d23fa [ci] collect stats 2022-01-05 12:01:58 +00:00
Nate Moore
e98659b7d6
Update compiler to 0.7.2 (#2308)
* chore: update compiler

* chore: add changeset

* chore: upgrade compiler again
2022-01-04 16:06:57 -06:00
matthewp
79f8cfee60 [ci] yarn format 2022-01-04 20:10:42 +00:00
Matthew Phillips
2770588867
Remove rehype-add-classes (#2309)
* Remove rehype-add-classes

* Fix the markdown plugin test
2022-01-04 15:09:10 -05:00
Georges Gomes
eae959f1a7
Adds ‹div›RIOTS logo to the list of sponsors (#2271)
* Sponsor divRIOTS logos

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update packages/astro/README.md

Co-authored-by: Astroalex <alexis31.balthazard@gmail.com>

Co-authored-by: Astroalex <alexis31.balthazard@gmail.com>
2022-01-04 12:38:02 -06:00