Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Oct 25, 2024
1 parent 8a8b668 commit a534bbb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.0.0]

- Add support for Next.js 15 and Turbopack.
- Removed all previously deprecated options.
- Next.js config changes are now bundled in a `withAlinea` export found in
'alinea/next'.
- Querying via `cms.find/get` is rewritten to take a single query object.
Have a look at the docs to see how to use the new query api.
- Creating custom fields can now be done through `Field.create`.

## [0.11.2]

- Querying data in a Next.js edge route or middleware will forward the request
Expand Down

0 comments on commit a534bbb

Please sign in to comment.