Skip to content

Releases: alineacms/alinea

v0.1.0

07 Jun 09:02
Compare
Choose a tag to compare
  • 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

03 Jun 08:56
Compare
Choose a tag to compare
v0.0.15 Pre-release
Pre-release
Website: emit modern JS

v0.0.14

24 May 12:39
Compare
Choose a tag to compare
v0.0.14 Pre-release
Pre-release
Give media library a path, see #73

v0.0.13

24 May 11:20
Compare
Choose a tag to compare
v0.0.13 Pre-release
Pre-release
There's no path input

v0.0.12: Merge pull request #103 from alineacms/pages

19 May 07:03
bb88dd2
Compare
Choose a tag to compare

v0.0.11

05 May 06:42
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release
Check in yarn lock

v0.0.10

05 May 06:03
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release
Docs

v0.0.9

04 May 08:51
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release
Extensionless imports

v0.0.8: Merge pull request #75 from alineacms/i18n

04 May 08:18
bae6a24
Compare
Choose a tag to compare

v0.0.7

27 Apr 19:22
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release
Interim