Releases: alineacms/alinea
Releases · alineacms/alinea
v0.1.0
- The backend implementation now uses the web fetch api instead of relying on
express. This maximises compatibility with existing Javascript runtimes that
are not node based (service worker, Cloudflare workers, deno, bun.js).
Actually deploying the backend to platforms other than node has not been
tested yet and might require a few additional changes. The fetch api is
polyfilled for node using @remix-run/web-fetch. Eventually node will support
this natively. - Add an initial implementation of a date field (@alinea/input.date).
It currently uses the native browser input which represents dates as ISO8601. - The number field had an update to make it functional again.
v0.0.15
v0.0.14
v0.0.13
v0.0.12: Merge pull request #103 from alineacms/pages
Pages
v0.0.11
v0.0.10
v0.0.9
v0.0.8: Merge pull request #75 from alineacms/i18n
I18n