Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Releases: marmelab/aor-dependent-input

1.2.0

09 Oct 07:43
Compare
Choose a tag to compare
  • Update dependencies and make peer dependencies less strict (@djhi)
  • Allow custom formName for DependentInput (@webda2l)

1.1.1

11 Jul 10:35
Compare
Choose a tag to compare

Upgrade dependencies

1.1.0

13 Jun 14:12
Compare
Choose a tag to compare

DependentInput now passes a dependsOnValue prop to its children allowing them to take actions depending on the dependencies values.

1.0.0

30 May 10:03
Compare
Choose a tag to compare

Introduce the DependentField component which provides the same functionalities than the DependentInput but for fields in views.

Breaking Change

Importing the components must now be done like the following:

import { DependentInput, DependentField } from 'aor-dependent-input';

You may also import a single component like this:

import DependentInput from 'aor-dependent-input/lib/DependentInput';
import DependentField from 'aor-dependent-input/lib/DependentField';

0.1.0

22 May 08:55
Compare
Choose a tag to compare

DependantInput can now have multiple children

0.0.1

15 May 15:53
Compare
Choose a tag to compare

Initial release