Nate Moore
c57e18d2f3
docs: add link to renderer docs ( #312 )
...
* docs: add link to renderer docs
* doc: update renderer link
* doc: update renderer link
2021-06-07 13:53:56 -04:00
natemoo-re
f6da8b8571
[ci] yarn format
2021-06-07 14:41:07 +00:00
Matthew Phillips
be0fe0e908
Add component publishing guide ( #311 )
2021-06-07 09:39:57 -05:00
github-actions[bot]
15a5601591
Version Packages ( #299 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-05 10:23:45 -05:00
Nate Moore
54a653e281
Update renderers.md
2021-06-05 10:23:10 -05:00
Nate Moore
0d6afaee9e
fix: Markdown
usage when deeply nested on a page ( #303 )
...
* fix: Markdown component deeply nested on a page
* chore: add changeset
2021-06-05 10:18:26 -05:00
Nate Moore
fe7769b84d
Update renderers.md
2021-06-04 19:46:13 -05:00
natemoo-re
9d35339930
[ci] yarn format
2021-06-05 00:42:26 +00:00
Nate Moore
316b4a1652
Add docs for renderer
plugins ( #302 )
...
* docs: add renderer doc
* doc: update intro
* doc: reorganize renderers doc
* docs: update renderer intro
2021-06-04 19:41:26 -05:00
natemoo-re
24d7057dad
[ci] yarn format
2021-06-04 21:39:15 +00:00
Matthew Phillips
1d930ffdf4
Add verbose and reload commands ( #297 )
...
* Add verbose and reload commands
* Adds docs
* Adds a changeset
* Update witty-colts-fix.md
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2021-06-04 16:38:01 -05:00
github-actions[bot]
c6d3456968
Version Packages ( #298 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-04 16:55:19 -04:00
Matthew Phillips
fe6a985d56
Use dist in specifier when importing internal stuff ( #296 )
...
* Use dist in specifier when importing internal stuff
* Added the changeset
2021-06-04 16:53:31 -04:00
matthewp
6f851fd779
[ci] yarn format
2021-06-04 18:29:15 +00:00
github-actions[bot]
7b900d8673
Version Packages ( #295 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-04 14:28:14 -04:00
matthewp
aeba57d236
[ci] yarn format
2021-06-04 18:20:12 +00:00
Matthew Phillips
50e6f491ad
Use npm package names to load internal deps ( #294 )
...
* Use npm package names to load internal deps
This is necessary so that published Astro components work. These components will be built by esinstall and therefore they cannot rely on `_astro_internal`. The fix is to use npm specifiers everywhere.
* Move most of frontend to internal
* Mark astro/internal/markdown.js as external
* Move markdown stuff to its own package
This moves the markdown stuff to its own package so that we can externalize it in the markdown component.
* Add the changeset
2021-06-04 14:19:01 -04:00
Nate Moore
a2594ef572
fix: handle 301/302 in dev server ( #293 )
2021-06-03 11:55:36 -05:00
Matthew Phillips
deb90dc1d2
Increment create-astro version
2021-06-02 13:53:28 -04:00
github-actions[bot]
6074771564
Version Packages ( #291 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-02 13:51:43 -04:00
Matthew Phillips
6de740d62f
Fix starter template's Tour component ( #290 )
...
* Fix starter template's Tour component
This component had an extra backtick and also didn't import the Markdown component.
* Add a changeset
2021-06-02 13:50:16 -04:00
github-actions[bot]
436a016408
Version Packages ( #285 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-02 12:49:05 -04:00
matthewp
b4cc8b096f
[ci] yarn format
2021-06-02 16:40:50 +00:00
Matthew Phillips
7cae48ab78
Exit out of pre mode
2021-06-02 12:39:44 -04:00
natemoo-re
83aaa36376
[ci] yarn format
2021-06-02 16:36:44 +00:00
Nate Moore
94eac19888
Pre-release refactors ( #289 )
...
* refactor: expose `astro/components` as component entrypoint
* refactor: remove `extensions` from all configs
* test: fix snowpack tests
* docs: update config doc
2021-06-02 11:35:28 -05:00
matthewp
4dd18deab9
[ci] yarn format
2021-06-02 15:54:54 +00:00
Nate Moore
ffb6380c3f
Dynamic Markdown content ( #273 )
...
* wip: serverside render dynamic Markdown content
* docs: update Markdown.astro comments
* Use existing markdown infrastructure to render external MD
* Update Markdown docs
* Add a changeset
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2021-06-02 11:53:33 -04:00
Drew Powers
d2330a5825
Improve “file not found” error display ( #288 )
2021-06-02 09:53:24 -06:00
natemoo-re
e3df5e80e1
[ci] yarn format
2021-06-02 01:04:40 +00:00
Matthew Phillips
46871d2d4a
Don't append a class attribute to the doctype ( #284 )
...
* Don't append a class attribute to the doctype
Fixes #282
* Add changeset
2021-06-01 20:03:38 -05:00
Matthew Phillips
ee5b1ac12f
Link to the snowpack config docs ( #287 )
...
* Link to the snowpack config docs
Updates the config section to let people know they can configure Snowpack and links to the docs.
* chore: update to `snowpack.config.mjs`
Co-authored-by: Nate Moore <nate@skypack.dev>
2021-06-01 18:45:31 -05:00
natemoo-re
00c6dec8eb
[ci] yarn format
2021-06-01 23:42:10 +00:00
Nate Moore
c9d833ee0b
Fix prerelease bugs, reenable @astrojs/renderer-vue
( #286 )
...
* fix: add packages to external
* fix: improve renderer error message
* fix: reenable vue renderer
* chore: remove `extensions` from templates
* fix: reenable @astrojs/renderer-vue
* refactor: add types to snowpack plugin
* fix: update snowpack
* fix: use manual SSR wrapper for Svelte
* chore: add changesets
* chore: bump snowpack
* test: fix failing test
* chore: remove redundant entries
2021-06-01 18:41:08 -05:00
Drew Powers
addd67d244
Change astroRoot to pages ( #277 )
...
#271
2021-06-01 09:57:12 -06:00
natemoo-re
fad2662486
[ci] yarn format
2021-05-29 13:33:42 +00:00
github-actions[bot]
44d0adc000
Version Packages (next) ( #280 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-29 08:32:29 -05:00
Nate Moore
ce30bb0041
Temporarily disable @astrojs/renderer-vue
( #279 )
...
* chore: add package.json to externals
* fix: add missing packages to allowList
* fix: temporarily disable @astrojs/renderer-vue
* chore: add changeset
2021-05-29 08:30:32 -05:00
Nate Moore
2b1dbbe32f
chore: release create-astro@0.2.0
2021-05-28 21:39:51 -05:00
natemoo-re
9db5d70ae8
[ci] yarn format
2021-05-28 23:29:49 +00:00
Nate Moore
4c0c5e6f85
chore: bump lockfile
2021-05-28 18:28:46 -05:00
Nate Moore
16c9272f35
chore: update astro-parser
2021-05-28 18:28:46 -05:00
natemoo-re
45c508fa46
[ci] yarn format
2021-05-28 23:26:50 +00:00
github-actions[bot]
092d201aee
Version Packages (next) ( #227 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-28 18:25:36 -05:00
natemoo-re
2e99dc574f
[ci] yarn format
2021-05-28 23:24:27 +00:00
Nate Moore
852ff05864
Enter prerelease ( #278 )
...
* chore: release vscode
* chore: move astro-languageserver deps to devDeps
* chore: enter pre
2021-05-28 18:23:05 -05:00
natemoo-re
8d7abd0ede
[ci] yarn format
2021-05-28 22:52:52 +00:00
Matthew Phillips
f49944c0e7
Improve dev perf by not esinstalling Node deps ( #253 )
...
* Improve dev startup by making most dependencies externals
This moves most dependencies to be an `external` for Snowpack, preventing backend deps from going through esinstall.
* Update benchmark times
* chore: add benchmark script for convenience
* fix: update externals to allow renderers
* chore: update benchmark times
Co-authored-by: Nate Moore <nate@skypack.dev>
2021-05-28 17:51:50 -05:00
natemoo-re
94a053c99c
[ci] yarn format
2021-05-28 22:20:42 +00:00
Nate Moore
3df41d2308
Bugbash! ( #263 )
...
* fix(vscode): Markdown frontmatter should use TSX, not YAML
* test: add test for #153
* chore: bump deps
* chore: update to use @astrojs scope
* fix: Markdown parse error when only child is `{expression}`
* fix: update renderer edge cases
* fix: failing test
* fix: update renderer
2021-05-28 17:19:40 -05:00