Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@arch-ui/fields

keystonejs5.3kMIT3.0.8

Form Field Components used in @keystonejs Admin UI.

readme

changelog

@arch-ui/fields

3.0.8

Patch Changes

3.0.7

Patch Changes

3.0.6

Patch Changes

3.0.5

Patch Changes

3.0.4

Patch Changes

3.0.3

Patch Changes

3.0.2

Patch Changes

3.0.1

Patch Changes

3.0.0

Major Changes

  • 78fda9d7 #2775 Thanks @Vultraz! - Cleaned up FieldDescription usage. The <FieldDescription> component no longer accepts children and requires a text prop:

    <FieldDescription>Hello World</FieldDescription> => <FieldDescription text="Hello World" />

Patch Changes

2.1.5

Patch Changes

2.1.4

Patch Changes

2.1.3

Patch Changes

2.1.2

Patch Changes

2.1.1

Patch Changes

2.1.0

Minor Changes

2.0.5

Patch Changes

2.0.4

Patch Changes

2.0.3

Patch Changes

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Major Changes

  • 91fffa1e:

    • Blocks
      • Blocks must now be classes, which implement the Block interface.
      • type is no longer passed to a Block's constructor (it is expected to know it already).
      • Remove the embed block
      • Block#dependencies is removed; any depended upon views should be returned from Block#getAdminViews().
      • Block#extendAdminMeta() is renamed to Block#getViewOptions().
      • Add new Block#getAdminViews() method.
    • Field Types
      • Field#extendViews() is renamed to Field#extendAdminViews().

1.0.0

Major Changes

  • 16befb6a:

    Update the FieldLabel component to take htmlFor, field and errors as props in order to have a consistent mechanism for surfacing the isRequired flag and any access denied errors.

  • Updated dependencies 19fe6c1b:

0.0.5

Patch Changes

0.0.4

0.0.3

  • [patch]7417ea3a:

    • Update patch-level dependencies

0.0.2

  • [patch] 23c3fee5:

    • Update babel packages and plugins
  • [patch] 113e16d4:

    • Remove unused dependencies