natemoo-re
f17892747e
[ci] yarn format
2021-11-09 19:00:13 +00:00
github-actions[bot]
9763b255dd
Version Packages (next) ( #1745 )
...
* Version Packages (next)
* chore: update changelog
* chore: update CHANGELOG
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nate Moore <nate@skypack.dev>
2021-11-09 12:59:13 -06:00
jonathantneal
69092fec06
[ci] yarn format
2021-11-09 17:59:06 +00:00
Jonathan Neal
ba38147ccc
Support tsconfig.json & jsconfig.json aliases ( #1747 )
...
* Resolve paths from tsconfig or jsconfig
https://code.visualstudio.com/docs/languages/jsconfig
https://nextjs.org/docs/advanced-features/module-path-aliases
* edit: rename plugin to `@astrojs/vite-plugin-tsconfig-alias`
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* edit: switch from `ps` to `path.posix`
* edit: move sanitization of paths to loop
* edit: rename `resolveConfigPaths` to `configAliasVitePlugin`
* edit: update implementation based on feedback
* prettier
* edit: rename `matchTailingAsterisk` to `matchTrailingAsterisk`
* edit: cleanup with comments
* edit: spellcheck `condition` to `conditionally`
* edit: refactor based on feedback
* edit: Update README.md
* edit: cleanup baseUrl transformation and add explainer comments
* edit: cleanup resolutions and add commenting
* yarn lint
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2021-11-09 12:57:43 -05:00
Yoshiaki Togami
7acf762c12
Fix/check content type ( #1754 )
...
* test: add test case
* fix: add type guard insted of content.trim().length > 0
* test: fix test
2021-11-09 11:46:01 -06:00
Drew Powers
f22a5c45d8
Enable tests ( #1773 )
2021-11-09 10:06:25 -07:00
hayley
db215b902a
Update installation.md ( #1776 )
...
fix typo
2021-11-09 09:41:30 -07:00
Nate Moore
5caf276fb8
chore: update compiler ( #1770 )
2021-11-08 16:30:46 -06:00
Drew Powers
fd0e9ce605
fix: Improve Vite config merging ( #1768 )
...
#1755
2021-11-08 14:43:10 -07:00
Nate Moore
fbae2bc52f
Improve astro.config
loading ( #1764 )
...
* Revert "Revert "feat: improve `astro.config` loading by support `.cjs`, `.js`, and `.ts` files""
This reverts commit a26f7a2088
.
* fix: throw when filename is specified but not found
* chore: @proload/core@0.2.1
* refactor: simplify to use Proload's filePath option
* fix: move to @proload/plugin-tsm
* Update packages/astro/src/core/config.ts
Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2021-11-08 14:57:31 -06:00
Yoshiaki Togami
e8d63372ad
chore: fix link ( #1758 )
2021-11-08 10:26:20 -07:00
Rafid Muhymin Wafi
da8d4fdea0
added -- to pnpm create ( #1760 )
2021-11-08 10:23:38 -07:00
Konstantinos Kostarellis
aed5fa0303
minor adjustments for astro@next ( #1763 )
...
Co-authored-by: Konstantinos Kostarellis <Konstantinos.Kostarellis@gmail.com>
2021-11-08 10:23:12 -07:00
FredKSchott
7760870b2f
[ci] collect stats
2021-11-08 12:05:13 +00:00
Jonathan Neal
18172a6750
Support PUBLIC_ environment variables ( #1750 )
...
* Support PUBLIC_ environment variables
* Remove unnecessary Test component
2021-11-08 06:28:15 -05:00
Nate Moore
a26f7a2088
Revert "feat: improve astro.config
loading by support .cjs
, .js
, and .ts
files"
...
This reverts commit 058d1a0ff7
.
2021-11-07 20:28:25 -06:00
Nate Moore
058d1a0ff7
feat: improve astro.config
loading by support .cjs
, .js
, and .ts
files
2021-11-07 20:27:55 -06:00
Nate Moore
80b9b86210
Update assets ( #1761 )
...
* chore: update assets
* chore: update icon-32 to be square
2021-11-07 11:59:02 -06:00
FredKSchott
87a8950765
[ci] collect stats
2021-11-07 12:09:03 +00:00
FredKSchott
d084faf05b
[ci] collect stats
2021-11-06 12:07:14 +00:00
Sarah Rainsberger
8b54242a46
Adding CodeSandbox config file to all the "next" examples ( #1744 )
...
* Create sandbox.config.json specifying port 3000
* Update sandbox.config.json
* Create sandbox.config.json for blog example
* Create sandbox.config.json for multiple authors blog
* added sandbox config to portfolios
* [ci] yarn format
* added sandbox.config.json to more frameworks examples
* [ci] yarn format
Co-authored-by: sarah11918 <sarah11918@users.noreply.github.com>
2021-11-05 10:41:37 -05:00
Drew Powers
ecfc298506
fix: Vite URL bug ( #1746 )
2021-11-05 09:26:20 -06:00
FredKSchott
1a48bb73df
[ci] collect stats
2021-11-05 12:05:37 +00:00
drwpow
9b7fe54a5c
[ci] yarn format
2021-11-04 20:02:45 +00:00
Drew Powers
2e1bded735
Get Tailwind HMR working (first cut) ( #1736 )
...
* Get Tailwind HMR working
* PR feedback
* perf: improve HMR `head` performance
Co-authored-by: Nate Moore <nate@skypack.dev>
2021-11-04 14:01:28 -06:00
FredKSchott
2c5e67bb44
[ci] collect stats
2021-11-04 12:05:19 +00:00
matthewp
ed3cfe230b
[ci] yarn format
2021-11-03 16:29:53 +00:00
Rafid Muhymin Wafi
16e3aa8ee0
children error fix ( #1734 )
2021-11-03 12:28:41 -04:00
Jonathan Neal
0a9dfa01fb
restore astro typings ( #1733 )
2021-11-03 10:03:18 -04:00
FredKSchott
9344500376
[ci] collect stats
2021-11-03 12:05:02 +00:00
github-actions[bot]
8de20f7435
Version Packages (next) ( #1731 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-02 16:22:40 -05:00
natemoo-re
c6ee6a5555
[ci] yarn format
2021-11-02 21:21:54 +00:00
Nate Moore
11ee158ad5
Update @astrojs/compiler
( #1730 )
...
* chore: update @astrojs/compiler
* fix: add Fragment handling
* chore: add changeset
2021-11-02 16:20:35 -05:00
matthewp
bd3bed7f27
[ci] yarn format
2021-11-02 17:46:23 +00:00
Matthew Phillips
94f35dbfbc
Small refactor to the server runtime ( #1699 ) ( #1727 )
...
* Small refactor to the runtime
* Update packages/astro/src/runtime/server/index.ts
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* Update packages/astro/src/runtime/server/index.ts
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* Update packages/astro/src/runtime/server/index.ts
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* Update packages/astro/src/runtime/server/index.ts
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* Update packages/astro/src/runtime/server/hydration.ts
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* Improve based on review comments
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2021-11-02 13:45:07 -04:00
Konstantinos Kostarellis
b4dbb90b5f
Adds a new example template portfolio-svelte ( #1667 )
...
- Template is based on svelte components instead of react
- Bumps astro version to "^0.21.0-next.0" for portfolio-svelte template
Co-authored-by: Konstantinos Kostarellis <Konstantinos.Kostarellis@gmail.com>
2021-11-02 12:48:00 -04:00
Drew Powers
c0d9ed832e
Enable Windows tests ( #1712 )
2021-11-02 08:13:36 -06:00
matthewp
758c712f01
[ci] yarn format
2021-11-02 13:19:03 +00:00
Chris Bongers
b4024d93c6
docs: 📝 Added quick start for the dutch language ( #1696 )
2021-11-02 09:17:28 -04:00
Kyosuke
bee52d1a89
Docs: Add Japanese Themes page ( #1688 )
2021-11-02 09:08:34 -04:00
FredKSchott
4efb3f011c
[ci] collect stats
2021-11-02 12:05:40 +00:00
Mark Teekman
026bbad662
Capitalize for consistency ( #1672 )
2021-11-01 15:30:02 -04:00
Mark Teekman
16d89c3493
Further enhance the community packages data ( #1673 )
...
Also formatted all themes to capitalized for consistency :)
2021-11-01 15:29:40 -04:00
Caleb Jasik
09f69f3915
Remove reference to nonexistent /guides/wasm.md
( #1662 )
...
Maybe we could instead actually flesh out what *using wasm with astro* means? Is this something where we could pull prior art from the playground site?
2021-11-01 15:25:10 -04:00
Isaac McFadyen
cfd66d2c49
Fixed typo in API Reference. ( #1697 )
...
Added missing curly brace ('}') to API Reference docs.
2021-11-01 15:11:50 -04:00
Isaac McFadyen
9406f2fbe2
Fixed typos in Deploy docs. ( #1714 )
...
Added missing capitals, periods, fixed indentation on code blocks, and fixed typo in the word "access".
2021-11-01 15:07:19 -04:00
FredKSchott
2efee75989
[ci] collect stats
2021-11-01 12:05:40 +00:00
FredKSchott
e5fe7cb72d
[ci] collect stats
2021-10-31 12:05:10 +00:00
FredKSchott
32d2e5ba99
[ci] collect stats
2021-10-30 12:06:27 +00:00
github-actions[bot]
e0d9a7627d
Version Packages (next) ( #1709 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-29 14:48:54 -05:00