Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* chore: update compiler
* chore: bump compiler again
* chore: bump
* chore: update compiler
|
|
Fixes #1963
|
|
|
|
#1973
|
|
|
|
* docs: update env variable guide
* docs: add note about access server-side variable access
|
|
|
|
|
|
..." 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.
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
* 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
|
|
|
|
* 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>
|
|
|
|
* 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
|
|
|
|
* 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
|
|
* Warn on missing pages directory
* skip hostname flag test
* kill process at end of config test
* fix hostname test
* cleanup console logs
|
|
|
|
* fix: output 404.astro to 404.html
* chore: revert example change
* fix: update status code to only match 404
|
|
|
|
|
|
* 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`.
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
* 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>
|
|
|
|
Co-authored-by: Tony Sullivan <tony.sullivan@hyperlab.se>
|
|
|
|
|
|
|
|
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 :)
|
|
|
|
|
|
|
|
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.
|
|
* chore: update www for v0.21
* chore: update hero image
* chore: fix hero image
|
|
|
|
|