Skip to content

Releases: alineacms/alinea

v0.1.4

15 Jun 08:50
Compare
Choose a tag to compare
  • Replace CJS dependencies to pure ESM (#161)
  • Added blockquote option to the rich text field

v0.1.3

13 Jun 16:32
Compare
Choose a tag to compare
  • The drafts of the default development backend are now placed with the
    generated code which means draft changes will result in browser reloads.

v0.1.2

10 Jun 13:03
Compare
Choose a tag to compare
  • A RichText react component is exposed from @alinea/ui to render rich text
    values

  • Auto-close navigation sidebar only for small screens (< 768px)

  • Update number field styles to use updated css variable names

  • Select fields configuration can now be set using the configure method. This
    helps type inference for the initial value.

    select('Level', {
      info: 'Info',
      warning: 'Warning'
    }).configure({
      initialValue: 'info'
    })

v0.1.1

07 Jun 09:16
Compare
Choose a tag to compare
  • Fix subtle crypto import for node versions that ship it natively (> v15)

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