Matthew Phillips
3cd5a7f53f
[next] support Astro.slots API ( #1516 )
2021-10-22 16:25:36 -06:00
Matthew Phillips
1bd3cf8f4d
Add hydration to Solid renderer ( #1479 ) ( #1495 )
...
* feat: add hydration to Solid renderer
* fix: intersection observer, move script to the end
Co-authored-by: Ryan Carniato <ryansolid@gmail.com>
2021-10-22 16:25:36 -06:00
Matthew Phillips
935831c79c
Enables most slot tests ( #1494 )
...
* Enables most slot tests
* Use spreadAttributes
2021-10-22 16:25:36 -06:00
Matthew Phillips
c766c6b9f6
Add back in support for children ( #1486 )
...
* Add back in support for children
* Be more careful
2021-10-22 16:25:36 -06:00
Matthew Phillips
64eb61e13a
Apply changes from #1387
2021-10-22 16:25:36 -06:00
Pranav Karawale
d2bcbbca34
Fix logger locale parsing ( #1439 )
...
* fix(logger): locale parsing
* Fixed issue of compiler crash when "c" locale was encountered
* Return default locale if parsed locale is less than 2 chars long
* chore: add changeset
2021-10-22 16:25:36 -06:00
Drew Powers
d77dfe0326
Fix CI release on merge to next ( #1427 )
2021-10-22 16:25:36 -06:00
Drew Powers
17a0c5bf75
Try mocha/chai test runners ( #1418 )
...
* Try mocha/chai test runners
* Disable failing smoke test for now
Will revert when next can build docs
* Enable mocha in parallel mode
* Remove warning
* Update docs
* Fix Windows bug
* Fix internal imports
* Fix styles
2021-10-22 16:25:36 -06:00
Nate Moore
81a472e1c9
feat: update compiler ( #1421 )
2021-10-22 16:25:36 -06:00
Drew Powers
26240770a7
Use new renderers ( #1412 )
2021-10-22 16:25:36 -06:00
Drew Powers
2c6451ffa2
Clean up astro deps ( #1411 )
2021-10-22 16:25:36 -06:00
Drew Powers
d3b1d3cbc6
Create .npmrc
2021-10-22 16:25:36 -06:00
Drew Powers
3d6b11f8b1
Add NPM_TOKEN to publish script ( #1409 )
2021-10-22 16:25:36 -06:00
Drew Powers
aa82d4893f
Automate publish on merge ( #1408 )
2021-10-22 16:25:36 -06:00
Drew Powers
71e721c520
Fix npm install ( #1407 )
2021-10-22 16:25:36 -06:00
Drew Powers
1d2da117bd
Allow users to pass config to Vite
2021-10-22 16:25:36 -06:00
Drew Powers
7fb6e9d2ab
Improve testing suite
2021-10-22 16:25:36 -06:00
Nate Moore
4c1e9a26a9
Throw Error for WIP Features
2021-10-22 16:25:36 -06:00
Fred K. Schott
e8bc289c70
Fred fixes part 2
2021-10-22 16:25:36 -06:00
Nate Moore
f25550080b
Tycho fixes
2021-10-22 16:25:36 -06:00
Nate Moore
1581095d72
Add Markdown support
2021-10-22 16:25:36 -06:00
Drew Powers
6e5ede2175
Fix runtime, improve code frame
2021-10-22 16:25:36 -06:00
Drew Powers
7296e0b0a2
Update compiler, improve tests
2021-10-22 16:25:36 -06:00
Fred K. Schott
c3e7b7f37d
fred fixes
2021-10-22 16:25:36 -06:00
Drew Powers
ec6dbab103
More test improvements
2021-10-22 16:25:36 -06:00
Nate Moore
d8cd8a46ee
Update tests
2021-10-22 16:25:35 -06:00
Drew Powers
ddca8c4dea
Move Astro to Vite
2021-10-22 16:25:35 -06:00
Fred K. Schott
94f36749a0
make astro-root uids unique
2021-10-22 16:25:35 -06:00
github-actions[bot]
345900dd11
Version Packages ( #1642 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-22 17:03:09 -05:00
Jonathan Neal
d5fdeefebb
Pull examples from latest branch ( #1641 )
...
* pull examples from latest branch
* changeset
2021-10-22 17:50:36 -04:00
github-actions[bot]
9f53699d6f
Version Packages ( #1639 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-22 16:20:22 -04:00
Matthew Phillips
025f5e3f22
Revert "Make create-astro use the latest
branch ( #1636 )" ( #1638 )
...
* Revert "Make create-astro use the `latest` branch (#1636 )"
This reverts commit 28f00566ca
.
* Adds a changeset
2021-10-22 16:18:33 -04:00
github-actions[bot]
46d8c64a92
Version Packages ( #1637 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-22 16:04:12 -04:00
Matthew Phillips
28f00566ca
Make create-astro use the latest
branch ( #1636 )
...
* Make create-astro use the `latest` branch
* Adds a changeset
2021-10-22 15:59:02 -04:00
FredKSchott
6e7a14188f
[ci] collect stats
2021-10-22 12:05:21 +00:00
AsyncBanana
4030ca91b5
Add meta name="viewport" to portfolio example ( #1624 )
2021-10-21 23:28:26 -06:00
FredKSchott
3736f8bb5a
[ci] collect stats
2021-10-21 12:05:35 +00:00
Kyosuke
7f72d94401
Docs: Add Japanese Installation page ( #1608 )
...
* docs: Add Japanese installation page
* yarn format
* fix anchor links
2021-10-20 16:52:12 -06:00
Yusuf
11eaa81929
docs(pagination): change h1
to li
on example using page
props ( #1604 )
2021-10-20 16:47:26 -06:00
AsyncBanana
93f0f1b756
Fix sponsors title contrast ( #1590 )
2021-10-20 17:24:48 -05:00
Diego Leme
08524613bb
Fix relative link ( #1613 )
...
From: `https://docs.astro.build/quick-start/installation `
To: `https://docs.astro.build/installation `
2021-10-20 16:10:47 -06:00
FredKSchott
384bef3ebc
[ci] collect stats
2021-10-20 12:05:47 +00:00
AsyncBanana
d6402541c1
Fixed blog example CSS (sorry) ( #1601 )
2021-10-19 18:49:44 -04:00
Caleb Jasik
c41d416752
Add const
so that variable is declared rather than pulled out of the ether ( #1591 )
2021-10-19 12:53:26 -06:00
FredKSchott
7ed330c792
[ci] collect stats
2021-10-19 12:05:23 +00:00
Caleb Jasik
f798663570
Docs/update-gitlab-deploy ( #1586 )
...
Co-authored-by: Peter Singh <drgaud@hotmail.com>
2021-10-18 22:15:04 -05:00
AsyncBanana
598b64f711
Added descriptions to example ( #1566 )
2021-10-18 13:36:39 -05:00
AsyncBanana
3cd1c2020b
Added frontmatter example to docs example ( #1567 )
2021-10-18 13:35:16 -05:00
AsyncBanana
8c739f9ed1
Changed docs TOC buttons to be better touch targets ( #1570 )
2021-10-18 19:50:10 +02:00
AsyncBanana
d4397c4e67
Removed duplicated info from getting started for other languages ( #1571 )
2021-10-18 19:46:58 +02:00