Fred K. Bot
|
268d44e25b
|
[ci] release (#4086)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-30 00:29:04 -04:00 |
|
Fred K. Bot
|
84193e3ea1
|
[ci] release (#4081)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-28 15:53:57 -04:00 |
|
Fred K. Bot
|
6d103ddceb
|
[ci] release (#4056)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-28 08:17:45 -04:00 |
|
Fred K. Bot
|
d790eabd98
|
[ci] release (#3972)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-26 09:58:38 -04:00 |
|
Nate Moore
|
8859655f15
|
Update astro version to 1.0.0-rc.0 (#4030)
* chore: update `astro` to `1.0.0-rc.0`
* chore: update `astro` version in examples
Co-authored-by: Nate Moore <nate@astro.build>
|
2022-07-24 22:32:28 -04:00 |
|
Fred K. Bot
|
37534004f0
|
[ci] release (#3939)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-18 21:54:25 -07:00 |
|
Fred K. Bot
|
f7fa39e682
|
[ci] release (#3925)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-14 15:36:23 -04:00 |
|
Fred K. Bot
|
78e765dc65
|
[ci] release (#3921)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-14 11:36:33 -05:00 |
|
Fred K. Bot
|
056d4d5fd2
|
[ci] release (#3903)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-13 17:16:24 -04:00 |
|
Fred K. Bot
|
ba67a924ca
|
[ci] release (#3900)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-12 12:18:13 -04:00 |
|
Fred K. Bot
|
4bf4736768
|
[ci] release (#3899)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-12 11:16:15 -04:00 |
|
Fred K. Bot
|
c2b14d5253
|
[ci] release (#3894)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-12 09:08:15 -04:00 |
|
Fred K. Bot
|
1554a37622
|
[ci] release (#3887)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-11 13:38:42 -05:00 |
|
Fred K. Bot
|
1785e568a0
|
[ci] release (#3850)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-08 20:54:39 -04:00 |
|
Fred K. Bot
|
568960f175
|
[ci] release (#3818)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-06 21:00:18 -04:00 |
|
Fred K. Bot
|
08d068496d
|
[ci] release (#3800)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-01 15:56:49 -05:00 |
|
Fred K. Bot
|
94143fcdba
|
[ci] release (#3789)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-01 17:43:26 +00:00 |
|
Fred K. Bot
|
0f73ece26b
|
[ci] release (#3783)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-07-01 03:09:17 +00:00 |
|
Fred K. Bot
|
d07ad8a782
|
[ci] release (#3774)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-06-30 11:39:44 -07:00 |
|
Nate Moore
|
032ad1c047
|
MDX support (#3706)
* feat: first pass at MDX support
* fix: move built-in JSX renderer to come first
* chore: remove jsx example
* chore: update lockfile
* chore: cleanup example
* fix: missing deps
* refactor: move component render logic to `renderPage`
* chore: update HMR script
* chore: update MDX example
* refactor: prefer unshit
* refactor: remove TODO comment
* fix: remove duplicate identifier
* refactor: cleanup mdx entrypoint
* fix: better html handling
* fix: add tsconfig to mdx package
* chore: update lockfile
* fix: do not sort plugins unless mdx is enabled
* chore: update compiler
* fix(hmr): maybe render head for non-Astro pages
* fix: set initial pageExtensions
* refactor: cleanup addPageExtension
* refactor: remove addPageExtensions from types
* refactor: expose HookParameters type
* fix: only default to astro for MDX
* test: pick up jsx support in test fixtures
* refactor: simplify mdx entrypoint
* test: add basic MDX tests
* test(e2e): add mdx + framework tests
* chore: update lockfile
* test(e2e): fix preact mdx e2e test
* fix(mdx): disable .md support
* test(e2e): fix vue-component test missing mdx
* test(e2e): fix solid component needing import
* fix: allow `client:only="solid"` as an alias to `solid-js`
* chore: move to with-mdx example
* chore: update MDX readme
* chore: update example readme
* chore: bump astro version
* chore: update lockfile
* Update mod.d.ts
* feat: support `export const components` in MDX pages
* chore: update mdx example
* fix: update jsx-runtime with better slot support
* refactor: remove object style support
* chore: cleanup package exports
* chore: add todo comment
* refactor: improve isPage function, move to utils
* refactor: dry up manual HMR updates
* chore: add dev tests for MDX
* chore: prefer set to array
* chore: add changesets
* fix(hmr): flip public/private route
Co-authored-by: Nate Moore <nate@astro.build>
|
2022-06-30 13:09:09 -05:00 |
|