Skip to content

Releases: data-driven-forms/react-forms

v1.25.0

07 Jan 13:32
1521ac0

Choose a tag to compare

1.25.0 (2020-00-07)

Minor changes

@data-driven-forms/pf4-component-mapper~1.25.0

  • feat(renderer): added deleted value prop

@data-driven-forms/react-form-renderer~1.25.0

  • feat(renderer): added deleted value prop

Bug fixes

@data-driven-forms/pf4-component-mapper~1.25.0

  • Adde clearedValue override from field.
  • Renamed deleted value to cleared value
  • packages/common - share config/jest.setup.js
  • packages/common - share babel.config.js
  • LICENSE: symlink /LICENSE in all packages/ (Apache-2.0)

previously, 3 package dirs had an MIT LICENSE file,
despite 2 of them using a "license": "Apache-2.0" in package.json .
The demo used "license": "MIT" but is not released as a package anyway.

Now, all of them symlink the root Apache-2.0 LICENSE.

  • packages/common - unify & symlink .gitignore
  • packages/common - create, unify eslintrc, symlink

Creates a new packages/common/.eslintrc
and symlinks every other eslintrc from that place.

That way, we only have 1 copy of eslintrc instead of 5 almost identical ones.
(The only differences were whitespace differences, and mui- had an extra arguments in globals.)

@data-driven-forms/react-form-renderer~1.25.0

  • Adde clearedValue override from field.
  • Renamed deleted value to cleared value
  • Change checkEmpty to return bool
  • packages/common - share config/jest.setup.js
  • packages/common - share babel.config.js
  • LICENSE: symlink /LICENSE in all packages/ (Apache-2.0)

previously, 3 package dirs had an MIT LICENSE file,
despite 2 of them using a "license": "Apache-2.0" in package.json .
The demo used "license": "MIT" but is not released as a package anyway.

Now, all of them symlink the root Apache-2.0 LICENSE.

  • packages/common - unify & symlink .gitignore
  • packages/common - create, unify eslintrc, symlink

Creates a new packages/common/.eslintrc
and symlinks every other eslintrc from that place.

That way, we only have 1 copy of eslintrc instead of 5 almost identical ones.
(The only differences were whitespace differences, and mui- had an extra arguments in globals.)

@data-driven-forms/pf3-component-mapper~1.25.0

  • Added tests for pf3 select option
  • Added dropdown tests for pf3 select
  • Removed css in JS for pf3 select.
  • Fixed tests for PF3 common select implementation
  • Added async options to PF3 composite select.
  • Added disabled styles for pf3 common select.
  • Fixed select title for simple value variant.
  • Added handling of simple value to common select
  • Added searchable variant for PF3 select
  • Added styling for pf3 select stretching
  • Added single value styling for pf3 select
  • Added style for pf3 select multi value labels
  • Added pf3 select indicators styling
  • Use select componsition to style pf3 select
  • packages/common - share config/jest.setup.js
  • packages/common - share babel.config.js
  • LICENSE: symlink /LICENSE in all packages/ (Apache-2.0)

previously, 3 package dirs had an MIT LICENSE file,
despite 2 of them using a "license": "Apache-2.0" in package.json .
The demo used "license": "MIT" but is not released as a package anyway.

Now, all of them symlink the root Apache-2.0 LICENSE.

  • packages/common - unify & symlink .gitignore
  • packages/common - create, unify eslintrc, symlink

Creates a new packages/common/.eslintrc
and symlinks every other eslintrc from that place.

That way, we only have 1 copy of eslintrc instead of 5 almost identical ones.
(The only differences were whitespace differences, and mui- had an extra arguments in globals.)

@data-driven-forms/common~1.25.0

  • Added dropdown tests for pf3 select
  • Added async options to PF3 composite select.
  • Fixed select title for simple value variant.
  • Added handling of simple value to common select
  • Added searchable variant for PF3 select
  • Added pf3 select indicators styling
  • Use select componsition to style pf3 select
  • common/package.json

taken from bae3526,
plus added main: index.js

and fix mui package.json description

  • packages/common - share config/jest.setup.js
  • packages/common - share babel.config.js
  • common - README.md

example interface

  • LICENSE: symlink /LICENSE in all packages/ (Apache-2.0)

previously, 3 package dirs had an MIT LICENSE file,
despite 2 of them using a "license": "Apache-2.0" in package.json .
The demo used "license": "MIT" but is not released as a package anyway.

Now, all of them symlink the root Apache-2.0 LICENSE.

  • packages/common - unify & symlink .gitignore
  • packages/common - create, unify eslintrc, symlink

Creates a new packages/common/.eslintrc
and symlinks every other eslintrc from that place.

That way, we only have 1 copy of eslintrc instead of 5 almost identical ones.
(The only differences were whitespace differences, and mui- had an extra arguments in globals.)

with-firebase-hosting~1.25.0

  • Renamed deleted value to cleared value
  • Added missing href tags to docs link to improve search.
  • Added docs for deleted value.

@data-driven-forms/mui-component-mapper~1.25.0

  • common/package.json

taken from bae3526,
plus added main: index.js

and fix mui package.json description

  • packages/common - share config/jest.setup.js
  • packages/common - share babel.config.js
  • LICENSE: symlink /LICENSE in all packages/ (Apache-2.0)

previously, 3 package dirs had an MIT LICENSE file,
despite 2 of them using a "license": "Apache-2.0" in package.json .
The demo used "license": "MIT" but is not released as a package anyway.

Now, all of them symlink the root Apache-2.0 LICENSE.

  • packages/common - unify & symlink .gitignore
  • packages/common - create, unify eslintrc, symlink

Creates a new packages/common/.eslintrc
and symlinks every other eslintrc from that place.

That way, we only have 1 copy of eslintrc instead of 5 almost identical ones.
(The only differences were whitespace differences, and mui- had an extra arguments in globals.)

v1.24.0

18 Dec 12:18
c1d294d

Choose a tag to compare

1.24.0 (2019-011-18)

Minor changes

@data-driven-forms/react-form-renderer~1.24.0

  • feat(renderer): Added multi field conditions

Bug fixes

with-firebase-hosting~1.24.0

  • fix(docs): fixed docs heading levels in condition.md
  • Added docs for multi field conditions

v1.23.9

18 Dec 12:03

Choose a tag to compare

1.23.9 (2019-011-18)

Bug fixes

@data-driven-forms/pf4-component-mapper~1.23.9

  • fix(pf4): send formOptions as second argument in wizard

v1.23.8

13 Dec 14:15
d193e4d

Choose a tag to compare

1.23.8 (2019-011-13)

Bug fixes

@data-driven-forms/pf4-component-mapper~1.23.8

  • fix(pf4): allow to use disableSubmit

with-firebase-hosting~1.23.8

  • Update firebase tools to ensure public access after 2020

v1.23.7

12 Dec 15:21
8902c1b

Choose a tag to compare

1.23.7 (2019-011-12)

Bug fixes

with-firebase-hosting~1.23.7

  • Use hash when searching

@data-driven-forms/pf3-component-mapper~1.23.7

  • fix(pf3): add helpertext to single checkbox

v1.23.6

10 Dec 15:35
d08d0ec

Choose a tag to compare

1.23.6 (2019-011-10)

Bug fixes

@data-driven-forms/pf3-component-mapper~1.23.6

  • fix(pf3): datetimepickers buttons do not show texts

with-firebase-hosting~1.23.6

  • Split component example into separate files.
  • Add additional classNames for algolia

v1.23.5

10 Dec 12:39
ce11507

Choose a tag to compare

1.23.5 (2019-011-10)

Bug fixes

@data-driven-forms/pf4-component-mapper~1.23.5

  • fix(pf4 select): Added prop that enables select menu portaling

with-firebase-hosting~1.23.5

  • fix(pf4 select): Added prop that enables select menu portaling

v1.23.4

10 Dec 12:27
d660080

Choose a tag to compare

1.23.4 (2019-011-10)

Bug fixes

@data-driven-forms/pf3-component-mapper~1.23.4

  • fix(pf3 multiple checkboxes): allow helperText and description

with-firebase-hosting~1.23.4

  • Fix typo in field provider

v1.23.3

04 Dec 15:39
5f5cf2f

Choose a tag to compare

1.23.3 (2019-011-04)

Bug fixes

@data-driven-forms/react-form-renderer~1.23.3

  • fix(renderer): allow URL validator to pass custom messages
  • Added npm badges to readme

@data-driven-forms/mui-component-mapper~1.23.3

  • Added npm badges to readme

@data-driven-forms/pf3-component-mapper~1.23.3

  • Added npm badges to readme

@data-driven-forms/pf4-component-mapper~1.23.3

  • Added npm badges to readme

v1.23.2

03 Dec 18:39
5791712

Choose a tag to compare

1.23.2 (2019-011-03)

Bug fixes

@data-driven-forms/pf4-component-mapper~1.23.2

  • fix(pf4): fixed clearable icon position for select.