summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-03-18chore: update lockfileastro@0.25.0-next.0@astrojs/vue@0.0.1@astrojs/turbolinks@0.0.1@astrojs/tailwind@0.0.1@astrojs/svelte@0.0.1@astrojs/solid-js@0.0.1@astrojs/sitemap@0.0.1@astrojs/react@0.0.1@astrojs/preact@0.0.1@astrojs/partytown@0.0.1@astrojs/markdown-remark@0.7.0-next.0@astrojs/lit@0.0.1Gravatar Nate Moore 1-31/+31
2022-03-18[ci] release (next) (#2812)Gravatar github-actions[bot] 32-67/+100
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-18Update Compiler with new CSS Parser (#2833)Gravatar Nate Moore 4-6/+14
* chore: update compiler * Update eighty-trees-thank.md * test: update css test
2022-03-18Enter prerelease mode (#2832)Gravatar Fred K. Schott 2-341/+409
* update lockfile * enter pre-release mode
2022-03-18fix(windows): fix build script on windows (#2830)Gravatar Nate Moore 1-1/+1
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 266-1114/+3616
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback
2022-03-18[ci] formatGravatar bholmesdev 2-4/+3
2022-03-18Feat: change to shiki default md renderer (#2824)Gravatar Ben Holmes 10-312/+70
* feat: change Shiki to default * refactor: update blog styles for shiki * feat: update examples/docs styles for Shiki * refactor: remove Prism-ish examples/docs styles * refactor: simplify rules with `all: unset` * refactor: remove Prism styles * refactor: examples/with-md remove Prism-specific line-highlight * chore: add changeset * chore: update changeset versions * refactor: update syntax highlight test for scoped styles * fix: apply scoped style class to pre and span lines * feat: test that scoped styles cascade to shiki code * refactor: pass scopedClassName explicitly
2022-03-18Fix island deduplication ignoring props. (#2825)Gravatar Hlynur Sveinbjornsson 8-15/+41
* Fix island deduplication ignoring props. Re-resolves an issue initially patched in https://github.com/withastro/astro/pull/846 but seemingly lost in the 0.21.0 mega-merge (https://github.com/withastro/astro/commit/d84bfe719a546ad855640338d5ed49ad3aa4ccb4). This change makes the component render step account for all props, even if they don't affect the generated HTML, when deduplicating island mount. * Fix React component test using different rendered props to test deduplication. * fix: improve serialization support for non-JSON objects Co-authored-by: Nate Moore <nate@skypack.dev>
2022-03-18[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-17[ci] update lockfile (#2822)Gravatar Fred K. Schott 4-677/+477
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-17test: add tailwind escape test (#2816)Gravatar Nate Moore 3-0/+11
2022-03-17[ci] formatGravatar matthewp 3-11/+13
2022-03-17Allow SSR dynamic routes to not implement getStaticPaths (#2815)Gravatar Matthew Phillips 12-25/+81
* Allow SSR dynamic routes to not implement getStaticPaths * Adds a changeset * Update based on code-review comments
2022-03-17[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-16Adds tests for tailwind support in `dev` and `build` (#2809)Gravatar Tony Sullivan 8-484/+818
* adding basic dev and build tests for TailwindCSS * adding tests to validate tailwind classes are maintained in HTML output * fixing indent spacing * updating lock file
2022-03-16[ci] formatGravatar matthewp 17-101/+84
2022-03-16Implements redirects, headers for SSR (#2798)Gravatar Matthew Phillips 33-108/+697
* Implements redirects, headers for SSR * Move away from an explicit Request * Properly handle endpoint routes in the build * chore(lint): ESLint fix * Update based on review comments Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-16logic for opening example projects (#2811)Gravatar Ofer Shaal 2-1/+28
2022-03-16[ci] update lockfile (#2810)Gravatar Fred K. Schott 8-590/+599
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-16[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-15fix: mark static build pkg as privateGravatar Nate Moore 1-0/+1
2022-03-16[ci] formatGravatar natemoo-re 1-29/+29
2022-03-15chore: update lockfileGravatar Nate Moore 1-32/+32
2022-03-15[ci] release (#2808)Gravatar github-actions[bot] 34-74/+87
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-15fix: do not ignore astro-scriptsGravatar Nate Moore 1-1/+1
2022-03-15fix: ignore astro-scriptsGravatar Nate Moore 1-1/+1
2022-03-15Disable sourcemaps for build (#2806)Gravatar Nate Moore 2-0/+6
* fix: disable sourcemaps for build * chore: add changeset
2022-03-15fix: Svelte PostCSS config error (#2807)Gravatar Ben Holmes 2-1/+5
* fix: Svelte PostCSS config error * chore: changeset
2022-03-15chore: fix internal packageGravatar Nate Moore 3-3/+3
2022-03-15[ci] formatGravatar natemoo-re 1-29/+29
2022-03-15chore: update lockfileGravatar Nate Moore 1-26/+26
2022-03-15[ci] release (#2802)Gravatar github-actions[bot] 32-85/+77
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-15Ignore test fixture for changesets (#2804)Gravatar Nate Moore 83-97/+89
* test: move fixtures to `@test/` scope * chore: ignore `@test/` scope * chore: add changeset * test: renamed missed package * chore: delete test file * fix: @test package references * fix: @test package references
2022-03-15Gitpod setup improvements (#2789)Gravatar Ofer Shaal 2-5/+15
* install latest pnpm version in docker image * Add astro-build vscode extension in Gitpod setup * automatically open preview when port 3000 is used * run astro build during prebuild * Run starter demo when starting this workspace * and $ASTRO_NEW to run specific example * open index.astro of selected project * Add sleep 1 before running code command * use `gp await-port` instead of sleep
2022-03-15update HTML escape logic (#2793)Gravatar Fred K. Schott 7-38/+74
2022-03-15Export defineConfig helper (#2803)Gravatar Nate Moore 29-205/+101
* feat: add astro/config entrypoint * chore: update examples to use `defineConfig` util * chore: prettier fix * chore: add changeset
2022-03-15Fix missing style imports on initial load (#2791)Gravatar Ben Holmes 2-7/+19
* fix: missing style imports on initial load * chore: changeset * fix: update comment on using URL map * fix: use getModulesByFile to match on ID properly * refactor: use imperative loop for performance * fix: update scan from each matching mod * fix: update scan from importedMod loop * fix: avoid scanning all related mods
2022-03-15[windows:ci] handle CLI output in a cross-compat way (#2801)Gravatar Fred K. Schott 2-3/+9
* handle readline in a cross-compat way * Create modern-feet-lay.md
2022-03-15[ci] formatGravatar matthewp 1-28/+28
2022-03-15Update the lockfile (#2800)astro@0.24.1Gravatar Matthew Phillips 1-26/+26
2022-03-15[ci] release (#2786)Gravatar github-actions[bot] 33-80/+69
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-15Fix for allowing space in folder name (#2797)Gravatar Matthew Phillips 2-1/+8
* Fix for allowing space in folder name * Adds a changeset * Prepend a forward slash, for windows
2022-03-15[ci] formatGravatar matthewp 9-19/+18
2022-03-15fix flakey windows tests (#2795)Gravatar Fred K. Schott 15-33/+36
2022-03-15[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-14[ci] formatGravatar natemoo-re 1-2/+2
2022-03-14Fix `set:html` behavior with `null` (#2790)Gravatar Nate Moore 5-6/+57
* feat: improve set:html behavior for null/undefined * chore: add changeset * refactor: improve set:html and set:text documentation * test: improve set:html tests * refactor: better types for server API
2022-03-14update lockfile (#2792)Gravatar Fred K. Schott 1-10/+0
2022-03-14cleanup the repo, remove outdated files and folders (#2771)Gravatar Fred K. Schott 29-1009/+0