mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
f67e8f5f55
* updated createCollection API * Update examples/portfolio/src/pages/projects.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * Update docs/reference/api-reference.md Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * fix(docs): collection doc typos (#758) * keep cleaning up docs and adding tests Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Mark Pinero <markspinero@gmail.com>
9 lines
374 B
Markdown
9 lines
374 B
Markdown
---
|
|
'astro': minor
|
|
---
|
|
|
|
New Collections API (createCollection)
|
|
|
|
[BREAKING CHANGE:] The expected return format from createCollection() has been changed. Visit https://docs.astro.build/core-concepts/collections to learn the new API.
|
|
|
|
This feature was implemented with backwards-compatible deprecation warnings, to help you find and update pages that are using the legacy API.
|