summaryrefslogtreecommitdiff
path: root/packages/renderers/renderer-svelte/index.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2021-11-23update repo URL (#1994)Gravatar Fred K. Schott 100-194/+194
2021-11-23chore: update compiler (#1995)Gravatar Nate Moore 3-5/+15
* chore: update compiler * chore: bump compiler again * chore: bump * chore: update compiler
2021-11-23Fix client:visible (#1999)Gravatar Drew Powers 3-10/+18
Fixes #1963
2021-11-23Add package descriptions (#1997)Gravatar Drew Powers 7-2/+39
2021-11-23Use URLs for styles, add CSS dev tests (#1993)Gravatar Drew Powers 7-196/+267
#1973
2021-11-23[ci] yarn formatGravatar natemoo-re 1-2/+2
2021-11-23docs: update env variable guide (#1990)Gravatar Nate Moore 1-5/+7
* docs: update env variable guide * docs: add note about access server-side variable access
2021-11-23Fix broken "Routing guide" link (#1991)Gravatar Damien Alleyne 1-1/+1
2021-11-23Add default TypeScript, Sass support to Svelte (#1982)Gravatar Drew Powers 9-18/+138
2021-11-23create-astro: Add a helpful message for the "could not find commit hash for ↵Gravatar Mikkel Tønder 2-0/+11
..." error (#1984) * Add a helpful message for the "could not find commit hash for ..." error. This error mostly shows when someone tries to initialize a new project but git is not installed on their system.
2021-11-23[ci] collect statsGravatar FredKSchott 1-0/+1
2021-11-23[ci] yarn formatGravatar natemoo-re 3-14/+14
2021-11-22Add `with-vite-plugin-pwa` example (#1829)Gravatar Nate Moore 16-37/+1575
2021-11-22[ci] yarn formatGravatar natemoo-re 1-1/+1
2021-11-22Update Tailwind PostCSS config sample (#1980)Gravatar Matt Rossman 1-2/+4
2021-11-22Version Packages (#1972)astro@0.21.2@astrojs/renderer-lit@0.2.1@astrojs/markdown-remark@0.5.0Gravatar github-actions[bot] 34-74/+58
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-22Add Sass tests (#1919)Gravatar Drew Powers 37-200/+483
2021-11-22[ci] yarn formatGravatar matthewp 2-16/+21
2021-11-22Bring back building of non-hoisted scripts (#1977)Gravatar Matthew Phillips 11-56/+173
* Bring back building of non-hoisted scripts Scripts inside of src/, whether hoisted are not should be built. This makes that so. If not hoisted they do *not* get bundled together, but rather are their own standalone modules. This matches 0.20 behavior. Closes #1968 * Adds a changeset * Fix windows breakage * Debug windows * More debugging * make it not be parallel * More windows * Might fix it * ARG * Simpler test * Remove the debugging
2021-11-22[ci] yarn formatGravatar natemoo-re 1-1/+1
2021-11-22fix(lit-renderer): certain reactive props not init correctly (#1874)Gravatar Elliott Marquez 5-3/+56
* fix(lit-renderer): reactive props not init correctly * test(renderer-lit): implement testing suggestiosn * chore(renderer-lit): upload changeset * fix(renderer-lit): call connCallback on server * fix(renderer-lit): do not set reserved JSX props * fix(renderer-lit): do not check for reserved attributes Co-authored-by: Nate Moore <nate@skypack.dev>
2021-11-22[ci] yarn formatGravatar natemoo-re 1-8/+8
2021-11-22Markdown package improvements (#1954)Gravatar JuanM04 12-361/+357
* Re-add smartypants * Updated packages * Remove all the default plugins if there are either remark or rehype plugins * Replace deperecated remark-slug with rehype-slug * Added MarkdownParserResponse type * Update documentation * Removed type import from markdown package * Updated remark-smartypants * Changelog * Missed one change * Split changelogs * Upgraded some MDX dependencies * Fix typos in documentation * Changed CHANGELOG.md package name * Renamed smartypants
2021-11-22Clean up styling for framework-* examples (#1970)Gravatar Drew Powers 20-122/+149
2021-11-22chore: update compiler (#1975)Gravatar Nate Moore 6-39/+36
* chore: update compiler * test: remove wasm-panic-error * test: update syntax error to not check message * chore: add changeset * test: skip syntax error test * chore: update changeset
2021-11-22Warn on missing pages directory (#1902)Gravatar Jonathan Neal 5-9/+22
* Warn on missing pages directory * skip hostname flag test * kill process at end of config test * fix hostname test * cleanup console logs
2021-11-22[ci] yarn formatGravatar natemoo-re 1-2/+2
2021-11-22fix: output `404.astro` to `404.html` (#1949)Gravatar Nate Moore 2-2/+17
* fix: output 404.astro to 404.html * chore: revert example change * fix: update status code to only match 404
2021-11-22Fix Japanese theme page to use v0.21 (#1966)Gravatar Kyosuke 1-9/+9
2021-11-22fix: support postcss lang (#1948)Gravatar Nate Moore 2-1/+6
2021-11-22docs: update link to AstroUserConfig type definitions (#1961)Gravatar Masataka Yakura 1-1/+1
* docs: update link to AstroUserConfig type definitions addresses https://github.com/snowpackjs/astro/issues/1960 * docs: update link to `@types/astro.ts` to refer to the `latest` branch. 22b73e652d changes the branch to `main`, this changes back to use `latest`.
2021-11-22Version Packages (#1967)astro@0.21.1Gravatar github-actions[bot] 24-31/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-22[ci] yarn formatGravatar matthewp 2-2/+2
2021-11-22fix: client:only behavior with a single renderer (#1959)Gravatar Nate Moore 2-0/+9
2021-11-22fix: avoid infinite loops in crawlCSS (#1956)Gravatar Nate Moore 2-0/+8
2021-11-22[ci] collect statsGravatar FredKSchott 1-0/+1
2021-11-21Patch: Example Nanostores Update (#1955)Gravatar Withered Flowers 9-48/+49
* Mention astro.new in docs (#1935) * Fix - Deprecated nanostores functions createStore and getValue is deprecated in nanostores, changed it to atom and atom.get() * fix: change code to nanostores non-deprecated functions Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2021-11-21[ci] collect statsGravatar FredKSchott 1-0/+1
2021-11-20Updating docs for automatic detection of `export interface Props` (#1945)Gravatar Tony Sullivan 1-2/+5
Co-authored-by: Tony Sullivan <tony.sullivan@hyperlab.se>
2021-11-20(docs) Fix config reference link (#1946)Gravatar JuanM04 1-1/+1
2021-11-20[ci] collect statsGravatar FredKSchott 1-0/+1
2021-11-20[ci] yarn formatGravatar tony-sull 1-1/+2
2021-11-20Add migration guide for Tailwind CSS (#1940)Gravatar Stiaan Jacobs 1-0/+14
Added some proposed changes to help others migrate their Astro projects built with Tailwind CSS, over to the new version. This is what I had to do to get it to work :)
2021-11-19fix social og imageGravatar Fred K. Schott 2-5/+2
2021-11-19[ci] yarn formatGravatar FredKSchott 1-1/+0
2021-11-19add more detail on "no jsx components" migration guide sectionGravatar Fred K. Schott 1-2/+5
2021-11-19Clarify rules of define:vars (#1937)Gravatar Ian VanSchooten 1-3/+4
This is an attempt to make it clear that the provided arg to `define:vars` must be an object, and that the values must be serializable.
2021-11-19Update www for v0.21 (#1938)Gravatar Nate Moore 6-4/+7
* chore: update www for v0.21 * chore: update hero image * chore: fix hero image
2021-11-19Update index.astro (#1936)Gravatar Fred K. Schott 1-2/+2
2021-11-19Update astro-021-release.mdGravatar Fred K. Schott 1-4/+2