FredKSchott
e1e12eb7fe
[ci] yarn format
2021-11-17 18:32:36 +00:00
Fred K. Schott
6c66d4834b
fix npm init flag handling in create-astro ( #1862 )
...
* fix npm init flag handling
* Update index.ts
* Update real-cats-act.md
2021-11-17 10:30:12 -08:00
github-actions[bot]
9f5e196019
Version Packages (next) ( #1847 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-16 17:13:29 -05:00
matthewp
887fad5a11
[ci] yarn format
2021-11-16 22:11:36 +00:00
Matthew Phillips
0f9c191010
Fix: dev server routing when not using subpath ( #1846 )
...
* Fix: dev server routing when not using subpath
* Better comment
* Adds a changeset
* Remove testing file
* Rename this.pathname to this.devRoot
2021-11-16 17:10:20 -05:00
github-actions[bot]
750c249c32
Version Packages (next) ( #1796 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-16 13:06:58 -08:00
Drew Powers
c8544a2651
Clean up, simplify types ( #1816 )
...
Also add JSDoc to external types
2021-11-16 14:00:08 -07:00
Drew Powers
3cd1458aa7
Fix Windows CSS bundling bug ( #1840 )
...
* Fix Windows CSS bundling bug
JS components’ styles accidentally left out of final build on Windows
* Review feedback
2021-11-16 13:59:41 -07:00
natemoo-re
d9265df0e9
[ci] yarn format
2021-11-16 16:05:42 +00:00
Nate Moore
824c1f2024
Implement client:only
handling ( #1716 )
...
* WIP: improve `client:only` handling
* feat: implement `client:only` in renderer
* test: reenable client:only tests
* feat: improve SSR error messages
* fix: add `resolvePath` method to Metadata
* test: fix client-only test
* chore: fix custom-elements handling
* test: revert `custom-elements` test change
* fix: do not assign a default renderer even if there's only one configured
* chore: bump compiler
* chore: add changeset
2021-11-16 10:01:14 -06:00
Drew Powers
65216ef921
Fix PostCSS (and Autoprefixer) processing ( #1837 )
...
* Fix PostCSS processing
* Skip Windows tests
(for now)
2021-11-15 14:16:07 -07:00
matthewp
64cc9ed9c1
[ci] yarn format
2021-11-15 20:06:53 +00:00
Matthew Phillips
93cc4d361b
Start of fixing multiple CSS issue ( #1838 )
...
* Start of fixing multiple CSS issue
* Update tests to work with compiled output
* Fix linting
2021-11-15 15:05:36 -05:00
Bence Molnár
4e55be9006
Use normalized path to detect layout files ( #1822 )
...
Co-authored-by: Bence Molnár <bencemol@users.noreply.github.com>
2021-11-15 12:47:39 -05:00
Drew Powers
3b8f201c4b
Update build output ( #1814 )
2021-11-15 10:13:35 -07:00
matthewp
b49f9a525e
[ci] yarn format
2021-11-15 15:35:07 +00:00
Matthew Phillips
fca1a99dbd
Support for using a subpath ( #1801 )
...
* Support for using a subpath
* Update the readme
* Fix the package name
* Adds a changeset
* Ensure that public/ must be loaded from the subpath
* Update preview to use the new paths
* Use exact compiler version
* Use the newest version
* Use range again
* Use newer range
2021-11-15 10:33:51 -05:00
Drew Powers
2b031acbd7
404 page ( #1811 )
...
* Redesigned 404 page
* Update 5xx template
Co-authored-by: Isaac McFadyen <6243993+mcfadyeni@users.noreply.github.com>
2021-11-12 09:29:25 -07:00
Drew Powers
3d7d63aa8a
Improve WASM panic error ( #1782 )
...
* Improve WASM panic error
* Add panic test
2021-11-11 13:04:57 -07:00
matthewp
859b451ca9
[ci] yarn format
2021-11-11 19:36:54 +00:00
Matthew Phillips
65d17857ce
Uncomment hoisted scripts ( #1743 )
...
* Uncomment hoisted scripts
* Get hoisted scripts to pass
* Adds a changeset
2021-11-11 14:35:46 -05:00
Drew Powers
529486bfb0
Inject Doctype tag ( #1783 )
2021-11-11 12:28:14 -07:00
Drew Powers
5e0cb796a6
Enable macOS tests ( #1774 )
...
* Enable macOS tests
* Fix macOS tests
2021-11-11 10:24:48 -07:00
matthewp
7bb768ddab
[ci] yarn format
2021-11-11 16:56:59 +00:00
Matthew Phillips
b958088c3d
Add display: contents for hydrated components ( #1794 )
...
* Add display: contents for hydrated components
* Only serialize boolean attrs that are data attrs
* Adds a changeset
2021-11-11 11:55:50 -05:00
github-actions[bot]
83be55d5dd
Version Packages (next) ( #1791 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-11 08:48:04 -05:00
matthewp
8e3fd04dbd
[ci] yarn format
2021-11-11 13:45:37 +00:00
Matthew Phillips
fd52bceea4
Build/bundle assets and CSS ( #1786 )
...
* Bundling CSS
* Current progress of building assets
* New build progress
* Its finally working
* Force css to go through the build
* Prettier filenames
* Split into separate CSS and HTML plugins
* Always have at least one input
* Bring back in sitemaps + output
* Bring back srcset support
* Bundle CSS
* Bring back minify
* Update dynamic tests
* Update remaining tests
* Linting
* Fix remaining broken test
* Use fs directly
* Adding a changeset
* Use path.posix
* Debugging windows
* More debugging
* Pass URLs into readFile
* Remove some debugging stuff
* Remove force flag from transformWithVite
* Update packages/astro/src/vite-plugin-build-css/index.ts
Co-authored-by: Drew Powers <1369770+drwpow@users.noreply.github.com>
Co-authored-by: Drew Powers <1369770+drwpow@users.noreply.github.com>
2021-11-11 08:44:11 -05:00
natemoo-re
bb1fa3e897
[ci] yarn format
2021-11-10 23:35:37 +00:00
Nate Moore
7eaabbb0e1
Markdown bug bash! ( #1789 )
2021-11-10 17:34:31 -06:00
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
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
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
Drew Powers
ecfc298506
fix: Vite URL bug ( #1746 )
2021-11-05 09:26:20 -06: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
Jonathan Neal
0a9dfa01fb
restore astro typings ( #1733 )
2021-11-03 10:03:18 -04: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