Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
* test ignoring examples from workspace
* docs sync
|
|
|
|
* Adds support for client:media hydrator
* Include a changeset
* Pass in undefined when not hydrating
|
|
|
|
* feat: support named slots, slot fallback content
* docs: document slots
* chore: add changeset
* fix: build errors
* chore: prefer `patch` version
|
|
|
|
|
|
Every component is rendered on the server at build time. Hydration directives _optionally_ add client-side hydration at runtime.
|
|
|
|
* feat: expose `content.astro.html` to Astro.fetchContent
* docs: add `astro.html` note to docs
|
|
* 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>
|
|
Some renderers, such as Lit, need special polyfills only for hydration. We have the `polyfills` array, but that is intended for polyfills that always need to run. This adds a second type hydrationPolyfills that only run on elements that are `:load`, `:idle`, etc.
|
|
* 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.
|
|
|
|
Updating the Individual Pages from a Collection example to fix a few typos.
- The pokemon API returns an object with an array named `results` (plural)
- `data()` needs to wrap the object in an Array
- accessing item data needs to use `collection.data[0]` to grab data from the `data()` Array
|
|
|
|
* 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
|
|
|
|
|
|
* Start of allowing node builtins issue
* Allow use of node:builtin
* Produce an error in Astro files with bare builtin usage
* Upgrade snowpack version
bug fixes for packages that use `node:`
* Document node builtins
* Use the provided builtins list
|
|
* 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
|
|
* fix output issues uncovered by snowpack warnings
* Update the snowpack version
* Load Prism dep as the default
* Rename srcRoot to src
* Document the src option
* Add the changeset
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
|
|
|
|
* Start of warnings
* Provide knownEntrypoints by renderers
This allows renderers to provide knownEntrypoints that will be forwarded to snowpack. This gets rid of renderer-specific warnings and allows us to remove the snowpack logging hacks we were doing.
* Adds a changeset
|
|
|
|
Very minor typo in the example code pulling results out of the `pokeapi` response
|
|
|
|
|
|
|
|
* fix tailwind config filename
* pass configured config file to tailwindcss
* add changeset
* remove `tailwindConfig` from `CompileOptions` interface
|
|
|
|
|
|
* Improve asset resolution in Astro
Fixes #96
* Add docs, changeset
* Fix collection resolution
|
|
|
|
|
|
|
|
|
|
* feat: add support for `<>` and `</>` Fragments
* docs: explain Fragments
* test: add fragment test
|
|
|
|
* new collections API docs
* docs updates
* Update docs/collections.md
Co-authored-by: Drew Powers <1369770+drwpow@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Drew Powers <1369770+drwpow@users.noreply.github.com>
* respond to code review
Co-authored-by: Drew Powers <1369770+drwpow@users.noreply.github.com>
|
|
|
|
|
|
* Allow createCollection() to fetch remote data
Fixes #378
* Update docs
* revert isomorphic-fetch, see if ci passes
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
|
|
|
|
* Remove second snowpack instance
* Document import.meta.env.SSR
* Remove unnecessary Promise.all
|
|
|
|
* docs: fix browserlists link
* Update styling.md
|
|
I think this is the link you wanted for the extension
|