summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-24Refactor: move prism to `@astrojs/prism/components` (#2878)Gravatar Ben Holmes 4-3/+12
* feat: add `<Prism/>` to @astrojs/prism/components * feat: remove `<Prism/>` from astro/components * refactor: point to index.mjs in import * refactor: change exp to @astrojs/prism/component * refactor: remove unecessary index.js * chore: changeset
2022-03-24[ci] formatGravatar matthewp 13-50/+46
2022-03-24Build to a single file (#2873)Gravatar Matthew Phillips 25-188/+428
* Build to a single file * Updates based on initial code review * Adds a changeset * Use the default export for cjs module * Await generatePages * Prevent timing from causing module to not import * Fix shared CSS * Properly handle windows ids * Dont shadow * Fix ts errors * Remove console.log
2022-03-24[ci] formatGravatar natemoo-re 1-4/+4
2022-03-24[ci] update lockfile (#2854)Gravatar Fred K. Schott 4-152/+155
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-24fix(#2846): handle destructured private env usage during SSR (#2861)Gravatar Nate Moore 3-5/+36
* fix(#2846): handle destructured private env usage during SSR * test: add destructured env vars test * fix: support destructured env vars * fix: only inline referenced vars
2022-03-24[ci] formatGravatar natemoo-re 1-10/+10
2022-03-24test: update error test for vite@2.9.x (#2877)Gravatar Nate Moore 1-10/+17
* test: update error test for vite@2.9.x * chore: add link to old tests
2022-03-24[ci] formatGravatar FredKSchott 3-6/+4
2022-03-24improve some github templates (#2876)Gravatar Fred K. Schott 2-5/+12
2022-03-24fix markdown page script injection (#2871)Gravatar Fred K. Schott 14-39/+71
2022-03-24Feat: improve production build logging (#2857)Gravatar Ben Holmes 6-14/+108
* feat: log setup, vite, and route gen steps * refactor: add back "build" + timestamp for consistency * feat: improve ms increase logs to match old debug output * feat: add log for server assets * chore: remove redundant debug logs * feat: add logs for ssr steps * fix: hide per-page log for ssr builds * fix: hide "index.html" from debug log in SSR * feat: add log for "collecting page data" step * feat: add timeout logs for longer data imports * chore: add changeset * remove (includes setup + teardown) * refactor: add newline to separate ssr from client build * fix: move "gen static routes" heading to pages * fix: only show client build ms when triggered * fix: remove dup render loop * chore: remove unused static-build imports
2022-03-24fix adblock issue (#2875)Gravatar Fred K. Schott 5-12/+17
2022-03-24fix shiki perf issue (#2870)Gravatar Fred K. Schott 2-5/+16
2022-03-24Fix: `is self accepting` pt 2 module graph boogaloo (#2872)Gravatar Ben Holmes 4-19/+15
* fix: isSelfAccepting Preact error * refactor: add .js ext to preact entrypoints for consistency * chore: changeset * fix: remove ./client and ./server from preact pkg exp
2022-03-24[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-24[ci] formatGravatar matthewp 11-55/+58
2022-03-24Adapters v0 (#2855)Gravatar Matthew Phillips 29-496/+886
* Adapter v0 * Finalizing adapters * Update the lockfile * Add the default adapter after config setup is called * Create the default adapter in config:done * Fix lint error * Remove unused callConfigSetup * remove unused export * Use a test adapter to test SSR * Adds a changeset * Updated based on feedback * Updated the lockfile * Only throw if set to a different adapter * Clean up outdated comments * Move the adapter to an config option * Make adapter optional * Update the docs/changeset to reflect config API change * Clarify regular Node usage
2022-03-23add build:ci command which skips `tsc` (#2869)Gravatar Nate Moore 15-0/+18
2022-03-23chore: add build:ci commandGravatar Nate Moore 1-0/+1
2022-03-23Pin `rollup` to same version as `vite` (#2863)Gravatar Nate Moore 3-4/+6
* chore: pin rollup to same version as Vite * fix: improve implicit types * fix: revert rollup change
2022-03-23[ci] formatGravatar RafidMuhymin 1-35/+35
2022-03-23Updated markdownOptions config type (#2826)Gravatar Rafid Muhymin Wafi 1-27/+35
* Updated markdownOptions config type * removed rehype-toc
2022-03-23[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-22audit file urls (#2853)Gravatar Fred K. Schott 3-4/+4
2022-03-22[ci] formatGravatar natemoo-re 1-1/+1
2022-03-22fix: ensure private API is not enumerable (#2859)Gravatar Nate Moore 3-6/+17
2022-03-22marking Astro.resolve() as deprecated (#2856)Gravatar Tony Sullivan 1-0/+3
2022-03-22[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-22[ci] formatGravatar FredKSchott 1-29/+29
2022-03-21[ci] release (next) (#2851)create-astro@0.8.0-next.0astro@0.25.0-next.2@astrojs/vue@0.0.2-next.0@astrojs/turbolinks@0.0.2-next.0@astrojs/tailwind@0.0.2-next.0@astrojs/svelte@0.0.2-next.0@astrojs/solid-js@0.0.2-next.0@astrojs/sitemap@0.0.2-next.0@astrojs/react@0.0.2-next.0@astrojs/preact@0.0.2-next.0@astrojs/partytown@0.0.2-next.0@astrojs/lit@0.0.2-next.0Gravatar github-actions[bot] 53-166/+257
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-22[ci] formatGravatar FredKSchott 6-21/+6
2022-03-21chore: vscode files (#2844)Gravatar Juan Martín Seery 12-2/+96
* Added vscode recommendations * Updated launch command * Removed extra extensions * updated root extensions
2022-03-21Fix: `isSelfAccepting`? More like `isBanishedToTheShadowRealm` (#2852)Gravatar Ben Holmes 2-1/+17
* fix: restore renderer caching strategy * fix: restore old URL constructor for HMR * docs: comment why we need the rendererCache * refactor: remove needless "else" * chore: changeset
2022-03-21update ci to fix congratsbotGravatar Fred K. Schott 1-1/+1
2022-03-21update ci to fix congratsbotGravatar Fred K. Schott 2-2/+3
2022-03-21Feat: support tailwind config files (#2831)Gravatar Ben Holmes 4-6/+62
* feat: support custom tailwind config files * fix: make config options optional * feat: use existing utilities to resolve config path * deps: add @proload/core to tailwind integration * deps: update pnpm lock * chore: clarify config docs * refactor: extract user config fetch to helper * refactor: rename function and function options * refactor: throw error on bad custom config path * deps: move @proload/core to regular deps * chore: add changeset * fix: apply astro preset when user config exists * fix: use resolveConfig to preserve defaults
2022-03-21add injected scripts to markdown pages (#2848)Gravatar Fred K. Schott 2-9/+28
* add injected scripts to markdown pages * Create twenty-kiwis-tease.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-03-21chore: integration keywords (#2847)Gravatar Tony Sullivan 11-0/+60
* updating integration package keywords * adding a changeset
2022-03-21chore: update changesetGravatar Nate Moore 1-2/+2
2022-03-21feat(create-astro): add peer dependencies to package.json (#2843)Gravatar Juan Martín Seery 6-40/+136
* Install dependencies automatically * Added spinners * Updated lockfile * changeset * Sort dependencies * Reverted autoinstall * Updated changeset
2022-03-21chore: remove `@astrojs/parser` (#2845)Gravatar Juan Martín Seery 41-4978/+5
* Removed parser from astro * Removed parser files * Updated changeset config * Removed from license
2022-03-21[ci] update lockfile (#2841)Gravatar Fred K. Schott 17-87/+88
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-21[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-21[ci] formatGravatar FredKSchott 1-29/+29
2022-03-20[ci] release (next) (#2838)astro@0.25.0-next.1Gravatar Fred K. Schott 31-84/+91
This reverts commit 935e6fa0c884d7f71129f36c0ac27607ee8281b2.
2022-03-20Revert "[ci] release (next) (#2838)"Gravatar Fred K. Schott 30-64/+57
This reverts commit 5df8d68094badb72f58c7fc93438ec85ac843040.
2022-03-19[ci] release (next) (#2838)Gravatar github-actions[bot] 30-57/+64
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-03-19[ci] formatGravatar FredKSchott 1-7/+9
2022-03-19Release bot (#2836)Gravatar Nate Moore 2-15/+17
* fix(ci): improve release-bot message by dynamically generating packageMap * fix(ci): update changeset to refresh lockfile after version