summaryrefslogtreecommitdiff
path: root/.changeset (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-07-09Use correct React rendering API or hydration (#636)Gravatar Matthew Phillips 1-0/+6
* Use correct React rendering API or hydration * Add changeset
2021-07-08Add support for components defined in frontmatter (#637)Gravatar Nate Moore 1-0/+14
* fix: add support for components defined in frontmatter * chore: add changeset * test: update test to match example use case
2021-07-08Version Packages (#634)Gravatar github-actions[bot] 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-08Add create-astro changesetGravatar Matthew Phillips 1-0/+5
2021-07-08Version Packages (#632)Gravatar github-actions[bot] 1-15/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-08Move hydration directives to special attributes (#618)Gravatar Tony Sullivan 1-0/+15
* feat: :recycle: updating hydration to work with the directive syntax * test: :white_check_mark: Updating tests for the hydration directive syntax * refactor: Updating example projects for the hydration directive syntax * test: :white_check_mark: Found a test fixture still needing an update to the hydration directive syntax * style: Prettier strikes again! Reverting code formatting changes * refactor: :recycle: moving directive matching to a Set * refactor: Updating syntax to `client:load` * refactor: :recycle: Simplifying the `client:` directive match Per PR feedback from @matthewp * chore: errant console.warn() snuck into the last commit * feat: :loud_sound: Adding a super fancy build warning to update to the directive syntax * refactor: :recycle: Removing unnecessary checks when matching supported hydration directives `val` isn't being used for now, but leaving it in the attr destructuring as a reminder since it'll be needed for `client:media` * test: :white_check_mark: Including the original hydration syntax in a test to make sure it builds * style: :memo: Adding a comment to make it clear why the old hydration syntax is included in a the test markup * fix: :bug: updating `head` logic to recognize hydration directive syntax * docs: Adding changeset * refactor: :fire: Removing unnecessary `!hasComponents` check * docs: :memo: Adding more detail to the changset Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-07-07Version Packages (#626)Gravatar github-actions[bot] 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-07Pin to snowpack 3.7.1 (#625)Gravatar Matthew Phillips 1-0/+5
* Pin to snowpack 3.7.1 Issues reported on discord * Add a changeset
2021-07-07Version Packages (#622)Gravatar github-actions[bot] 3-15/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-07fix: do not override snowpack alias (#610)Gravatar Nate Moore 1-0/+5
2021-07-07Add framework-specific prompt and setup to `create-astro` (#620)Gravatar Nate Moore 1-0/+5
* feat(create-astro): add framework-specific prompt and setup * chore: normalize example `astro.config.mjs` files
2021-07-07Add the cli flag `--silent` to astro which sets astro and snowpack logging ↵Gravatar Caleb Jasik 1-0/+5
to output nothing (#613)
2021-07-06Version Packages (#609)Gravatar github-actions[bot] 1-11/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-06Implements templates from external repos (#603)Gravatar Matthew Phillips 1-0/+11
* Implements templates from external repos * Adds a changeset
2021-07-01Version Packages (#602)Gravatar github-actions[bot] 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-01Don't alias builtins if polyfillNode is used (#601)Gravatar Matthew Phillips 1-0/+5
* Don't alias builtins if polyfillNode is used * Add the changeset * Make test be OS agnostic
2021-07-01Version Packages (#597)Gravatar github-actions[bot] 2-30/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-01Expose `content.astro.html` to `Astro.fetchContent` (#583)Gravatar Nate Moore 1-0/+5
* feat: expose `content.astro.html` to Astro.fetchContent * docs: add `astro.html` note to docs
2021-07-01Remark and rehype plugins (#562)Gravatar Pavel Mineev 1-0/+25
* remark plugins * remove unused dependency * enable codeblocks * backward compatibility with remark-code-titles * add support for rehype plugins * add proper types for plugins * fixes after review - connect plugins by name - make plugins configurable - connect gfm and footnotes if no plugins provided from config - add more plugins to example * update and rename example * add documentation for markdown plugins * chore: rename with-markdown-plugins example * chore: restructure dependencies * feat: add back smartypants, fix mdx expressions * chore: remove log * test: add markdown plugin tests * chore: add changeset * docs: update markdown doc Co-authored-by: Nate Moore <nate@skypack.dev>
2021-07-01Version Packages (#596)Gravatar github-actions[bot] 1-18/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-01Adds a changeset for hydrationPolyfills supportGravatar Matthew Phillips 1-0/+18
2021-07-01Version Packages (#593)Gravatar github-actions[bot] 1-6/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-01Implements low-level custom element support (#587)Gravatar Matthew Phillips 1-0/+6
* Implements low-level custom element support * Changes based on self review * Adds a changeset * Polyfills are added even when not hydrating * Remove hydrationMethod option Punting on this idea until it's really needed.
2021-06-30Version Packages (#589)Gravatar github-actions[bot] 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-30Adds a changeset for the `window` error message change.Gravatar Matthew Phillips 1-0/+5
2021-06-29Version Packages (#567)Gravatar github-actions[bot] 5-22/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-29Remove outdated changesetGravatar Matthew Phillips 1-6/+0
2021-06-29Pass in scoped class name to child components (#579)Gravatar Matthew Phillips 1-0/+5
* Pass in scoped class name to child components If a class is being passed into child components, pass in the scoped class name as well. * Adds the changeset
2021-06-29Fix `<Markdown {content} />` closing parent tag (#575)Gravatar Nate Moore 1-0/+5
* test(#494): add failing test * chore: update with-markdown example * fix(#494): avoid early close with <Markdown content /> * chore: add changeset
2021-06-29fix: changeset (#580)Gravatar Nate Moore 1-1/+1
2021-06-29Allow `.astro` files to `throw new Error()` (#572)Gravatar Nate Moore 1-0/+5
* fix(#526): enable `throwExpressions` * chore: add test for throwing inside of `.astro` * fix: improve build error handling * chore: add test when throwing on `build` * chore: fix changeset bot * chore: add changeset
2021-06-29Fix changesets action (#576)Gravatar Nate Moore 2-1/+3
* chore: move examples to `@example/`, normalize `package.json` * chore: update lockfile * chore: add empty changeset
2021-06-28update the blog example (#565)Gravatar Fred K. Schott 1-0/+6
2021-06-28Fix collections regex (#557)Gravatar Tony @ Navillus 1-0/+5
* fix: :bug: Fixes bug #532 Matching for collection routes should look for exact filename matches * test: :white_check_mark: Adding test coverage to make sure collection routes are matched exactly * chore: Adding changeset
2021-06-25Version Packages (#548)Gravatar github-actions[bot] 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-25Upgrade postcss snowpack plugin (#547)Gravatar Matthew Phillips 1-0/+5
* Upgrade postcss snowpack plugin * Increase the startup time more * Add changeset
2021-06-25Version Packages (#543)Gravatar github-actions[bot] 6-87/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-25Add changeset for react renderer change (#544)Gravatar Matthew Phillips 1-0/+5
2021-06-25Remove broken changeset (#542)Gravatar Matthew Phillips 1-12/+0
This changeset has "mixed ignored and not ignored change", whatever this means. This is a changeset for examples, which we don't publish, so its unnecessary.
2021-06-24Fix PostCSS support upstream in Snowpack (#538)Gravatar Drew Powers 1-0/+5
Fixes #481
2021-06-24[ci] yarn formatGravatar natemoo-re 1-2/+0
2021-06-24New Props API (#515)Gravatar Nate Moore 1-0/+63
* wip: update props api * feat(#139, #309): enable new props api * chore: migrate examples to new props API * docs: update syntax guide for new props API * chore: update examples to new props API * chore: update docs to new Props API * fix: hide __astroInternal from `Astro.props` consumers * chore: remove scratchpad file * chore: fix script error * test: fix failing collection tests * fix: set __astroInternal to `enumerable: false` * chore: add changeset * feat: warn users using old props api
2021-06-24Fix `{...spread}` props (#522)Gravatar Nate Moore 1-0/+6
* fix(#521): allow spread props * chore: add spread prop tests * fix: falsy expressions should only be skipped in 'Expression' case * fix: support primitives in expressions (objects, arrays)
2021-06-24Removed unused console.warn trap function (#537)Gravatar Mats 1-0/+5
2021-06-24Always add the HMR script in dev (#536)Gravatar Matthew Phillips 1-0/+5
* Always add the HMR script in dev for livereload * Adds the changeset
2021-06-24force pnpm to hoist packages inside astro #342 #190 (#530)Gravatar duncanhealy 1-0/+12
* force pnpm to hoist packages inside astro #342 #190 * Add changeset for hoisted packages #342
2021-06-23Version Packages (#517)Gravatar github-actions[bot] 2-10/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-23Add changeset for node builtins (#523)Gravatar Matthew Phillips 1-0/+5
2021-06-23Update createCollection() to handle `pageSize: Infinity` (#516)Gravatar Tony @ Navillus 1-0/+5
* Fix pageSize calculation when Infinity is given * test grouping collection with pageSize: Infinity * test individual pages for collection items * Revert "update docs, remove reference to Inifinity" This reverts commit e8a976a543070bce4d661b5289e16d1097a593bc. * Adding changeset
2021-06-22Version Packages (#513)Gravatar github-actions[bot] 2-10/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>