Skip to content

v1.25.0

Compare
Choose a tag to compare
@Hyperkid123 Hyperkid123 released this 07 Jan 13:32
· 2565 commits to master since this release
1521ac0

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.)