Skip to content

Releases: data-driven-forms/react-forms

v2.6.4

02 Jul 09:00

Choose a tag to compare

2.6.4 (2020-07-02)

Bug fixes

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

  • fix(renderer): fix wizard context types
  • formOptions are defined in rendererContext
  • Make dev setup more clear
  • rm yarn.lock should be the last option, we should not probably encourage it as a routine
  • demo repository is unclear, changet to the full name

@data-driven-forms/react-renderer-demo~2.6.4

  • Get rid of duplication of text to allow searching
  • Make dev setup more clear
  • rm yarn.lock should be the last option, we should not probably encourage it as a routine
  • demo repository is unclear, changet to the full name
  • Use package title in the main component heading
  • migrate docs to use firestore
  • Change common headlines
  • Add fallback to empty notification response
  • Add spacing to nested links in docs nav
  • Update other examples to include only UMD
  • Update testing examples to allow module switcher
  • Add bar for component mappers
  • Add 404 page with redirections
  • Fix links
  • Add import to react form renderer component
  • Added TS example to docs.
  • Add env switcher to code examples
  • Update field pages
  • Add missing files to schema section
  • Add importing section to menu
  • Add constant page to schema section
  • Move component examples to mappers section
  • Add introduction for field schema
  • Populate new documentation files
  • Remove obsolete mappers file
  • Move mappers to mappers section in nav
  • Take URL pathname in nav, not the computed one
  • Add zIndex to nav header
  • Added new navigation structure to docs.

@data-driven-forms/blueprint-component-mapper~2.6.4

  • Make dev setup more clear
  • rm yarn.lock should be the last option, we should not probably encourage it as a routine
  • demo repository is unclear, changet to the full name
  • Update other examples to include only UMD
  • Add bar for component mappers

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

  • Make dev setup more clear
  • rm yarn.lock should be the last option, we should not probably encourage it as a routine
  • demo repository is unclear, changet to the full name
  • Add bar for component mappers

@data-driven-forms/parsers~2.6.4

  • Make dev setup more clear
  • rm yarn.lock should be the last option, we should not probably encourage it as a routine
  • demo repository is unclear, changet to the full name

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

  • Make dev setup more clear
  • rm yarn.lock should be the last option, we should not probably encourage it as a routine
  • demo repository is unclear, changet to the full name

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

  • Make dev setup more clear
  • rm yarn.lock should be the last option, we should not probably encourage it as a routine
  • demo repository is unclear, changet to the full name
  • Add bar for component mappers

@data-driven-forms/suir-component-mapper~2.6.4

  • Make dev setup more clear
  • rm yarn.lock should be the last option, we should not probably encourage it as a routine
  • demo repository is unclear, changet to the full name
  • Add bar for component mappers
  • Fix links

@data-driven-forms/common~2.6.4

  • Fix links

v2.6.3

30 Jun 14:09

Choose a tag to compare

2.6.3 (2020-06-30)

Bug fixes

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

  • fix(pf4): Fix missing select pf styles

@data-driven-forms/common~2.6.3

  • fix(pf4): Fix missing select pf styles

v2.6.2

29 Jun 16:24

Choose a tag to compare

2.6.2 (2020-06-29)

Bug fixes

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

  • fix(pf4): added disabled option to downshift select
  • fix tests after pf4 select downshift migration
  • replace sass loader with postcss loader for PF4
  • fix(pf4): added menu portal option for downshift select
  • fix(pf4): Added load options to downshift select
  • fix(pf4): added multi clearable downshift select
  • fix(pf4): enabled downshift multi select searchable
  • fix(pf4): added multi downshift select
  • fix(pf4): added searchable prop to downshift
  • fix(pf4): added clearbale prop to downshift
  • fix(pf4): downshift select disabled prop
  • fix(pf4): replace react-select with downshift

@data-driven-forms/common~2.6.2

  • fix(pf4): added disabled option to downshift select
  • fix linting error after pf4 downshift migration
  • replace sass loader with postcss loader for PF4
  • removed unused pf4 select styled
  • fix(pf4): added menu portal option for downshift select
  • fix(pf4): Added load options to downshift select
  • fix(pf4): added multi clearable downshift select
  • fix(pf4): enabled downshift multi select searchable
  • fix(pf4): added multi downshift select
  • fix(pf4): added searchable prop to downshift
  • fix(pf4): added clearbale prop to downshift
  • fix(pf4): downshift select disabled prop
  • fix(pf4): replace react-select with downshift

v2.6.1

25 Jun 09:22

Choose a tag to compare

2.6.1 (2020-06-25)

Bug fixes

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

  • fix(renderer): tab childs does not need component anymore
  • the existence of TAB_ITEM is hidden, but it will live on until v3 is released

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

  • fix(renderer): tab childs does not need component anymore
  • the existence of TAB_ITEM is hidden, but it will live on until v3 is released

@data-driven-forms/react-renderer-demo~2.6.1

  • fix(renderer): tab childs does not need component anymore
  • the existence of TAB_ITEM is hidden, but it will live on until v3 is released

v2.6.0

25 Jun 07:10

Choose a tag to compare

2.6.0 (2020-06-25)

Minor changes

@data-driven-forms/blueprint-component-mapper~2.6.0

  • feat(common): wizard - use context to share props
  • allow to set initialState
  • state is being sent in onCancel and onSubmit

@data-driven-forms/common~2.6.0

  • feat(common): wizard - use context to share props
  • allow to set initialState
  • state is being sent in onCancel and onSubmit

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

  • feat(common): wizard - use context to share props
  • allow to set initialState
  • state is being sent in onCancel and onSubmit

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

  • feat(common): wizard - use context to share props
  • allow to set initialState
  • state is being sent in onCancel and onSubmit

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

  • feat(common): wizard - use context to share props
  • allow to set initialState
  • state is being sent in onCancel and onSubmit

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

  • feat(common): wizard - use context to share props
  • allow to set initialState
  • state is being sent in onCancel and onSubmit

@data-driven-forms/suir-component-mapper~2.6.0

  • feat(common): wizard - use context to share props
  • allow to set initialState
  • state is being sent in onCancel and onSubmit

Bug fixes

@data-driven-forms/react-renderer-demo~2.6.0

  • Update wizard docs to contain new changes
  • Remove unused fonts from demo

v2.5.3

22 Jun 12:43

Choose a tag to compare

2.5.3 (2020-06-22)

Bug fixes

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

  • fix(renderer): memoize do not pass all arguments

@data-driven-forms/react-renderer-demo~2.5.3

  • fix(renderer): memoize do not pass all arguments
  • Use require without the context
  • Compute menu in the layout
  • Use common layout component for each doc page

@data-driven-forms/blueprint-component-mapper~2.5.3

  • Use common layout component for each doc page

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

  • Use common layout component for each doc page

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

  • Use common layout component for each doc page

@data-driven-forms/suir-component-mapper~2.5.3

  • Use common layout component for each doc page

v2.5.2

19 Jun 12:45

Choose a tag to compare

2.5.2 (2020-06-19)

Bug fixes

@data-driven-forms/suir-component-mapper~2.5.2

  • fix(suir): do not pass type to form field
  • fix(suir): remove meta and input from props
  • fix(suir): remove unused checkbox props
  • Add content menu for smaller screens

@data-driven-forms/react-renderer-demo~2.5.2

  • Add icon to button and push it to right
  • Add content menu for smaller screens
  • Fix maxWidth for code editor
  • Add TSlib as dep to demo stackblitz template

@data-driven-forms/blueprint-component-mapper~2.5.2

  • Add content menu for smaller screens

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

  • Add content menu for smaller screens

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

  • Add content menu for smaller screens

v2.5.1

17 Jun 07:11

Choose a tag to compare

2.5.1 (2020-06-17)

Bug fixes

@data-driven-forms/blueprint-component-mapper~2.5.1

  • fix(all): fixed missing component mapper type extension

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

  • fix(all): fixed missing component mapper type extension

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

  • fix(all): fixed missing component mapper type extension

@data-driven-forms/suir-component-mapper~2.5.1

  • fix(all): fixed missing component mapper type extension

@data-driven-forms/react-renderer-demo~2.5.1

  • Convert firebase object to array

v2.5.0

16 Jun 10:32

Choose a tag to compare

2.5.0 (2020-06-16)

Minor changes

@data-driven-forms/suir-component-mapper~2.5.0

  • feat(suir): added typings to components
  • feat(suir): added ts config

@data-driven-forms/common~2.5.0

  • feat(suir): added typings to components
  • feat(renderer): added .d.ts definitions
  • feat(renderer): add TS config.
  • feat(pf4): add validated to components supporting it

@data-driven-forms/blueprint-component-mapper~2.5.0

  • feat(blueprint): added typings to components
  • feat(blueprint): added typings configuration

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

  • feat(pf): added types definitions for components
  • feat(pf4): generate types in build
  • feat(pf4): added ts config
  • feat(pf4): add validated to components supporting it
  • feat(pf4): Update PF versions

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

  • feat(mui): Added typings to the build.
  • feat(mui): Add typings to components.
  • feat(mui): cast index.js to ts file

This is an experimental commit to check build process and its ouput.

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

  • feat(renderer): added .d.ts definitions
  • feat(renderer): add TS config.

@data-driven-forms/parsers~2.5.0

  • feat(renderer): added .d.ts definitions

Bug fixes

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

  • fix(pf4): add missing dual list renderStatus type
  • fix(pf4): fix types for wizard buttons
  • fix(pf4): fix wizard types for new version
  • Remove internal ddf dependencies.
  • fix(pf4): Merge exported component prop types into single type.
  • fix(mui, pf4): fixed type in component mapper typings
  • fix(renderer): fixed incorect type for field-array field
  • fix(pf): added basic types sctructure to wizard
  • Added basic TS setup.
  • fix(pf4): beta-release-test
  • Update PF4 test to lates major
  • Hack PF wizard to set max height
  • fix(pf4): update wizard to latest and add missing props
  • Fix NaN error in slider
  • Change gutter to hasGutter
  • Fix missing headingLevel in subform
  • PF4 tab: Wrap string titles in
  • Fix title in demo page

@data-driven-forms/blueprint-component-mapper~2.5.0

  • Remove internal ddf dependencies.
  • fix(blueprint): Merge exported component prop types into single type.
  • fix(mui, pf4): fixed type in component mapper typings
  • Added basic TS setup.

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

  • Remove internal ddf dependencies.
  • fix(mui): Merge exported component prop types into single type.
  • fix(mui, pf4): fixed type in component mapper typings
  • fix(renderer): fixed incorect type for field-array field
  • fix(renderer): allow passing additional props in form template typings
  • fix(mui): use correct types for useFieldApi config.
  • Added basic TS setup.

@data-driven-forms/parsers~2.5.0

  • Remove internal ddf dependencies.

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

  • Remove internal ddf dependencies.
  • Added basic TS setup.

@data-driven-forms/suir-component-mapper~2.5.0

  • Remove internal ddf dependencies.
  • fix(suir): Merge exported component prop types into single type.
  • Added basic TS setup.

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

  • fix(renderer): fixed incorect type for field-array field
  • fix(renderer): allow passing additional props in form template typings
  • fix(renderer): export useFieldApiConfig for components.
  • fix(renderer): fixed typing issues
  • fixed constants not properly exporting the definitions objecs
  • fixed condtion type not allowing nested condition schema
  • fixed FieldArray not exporting component type with props
  • fixed field schema not allowing single condition
  • fixed field schema not accepting actions object
  • make form renderer extend final form props
  • fixed Form type net being exported as react component
  • fixed schema validator not accepting any arguments
  • changed useFieldApi type input value default to any type
  • fix(renderer): fixed incorrect typings
  • added AnyObject type for extensible props
  • fixed component mapper expecting string instead of react component
  • fixed useFieldApi return type to accept other props that input and meta
  • fixed missing component type in form template
  • fixed SormSpy not being exported as component
  • added form template render props
  • fixed wrong return type of useFormApi hook
  • fixed field validator type schema definition
  • Added types reference to renderer package.json
  • Added copy command to renderer build.
  • fix(renderer): fixup typings requirements
  • Add a .d.ts copy script
  • Added basic TS setup.

@data-driven-forms/react-renderer-demo~2.5.0

  • fix(renderer): fixed typing issues
  • fixed constants not properly exporting the definitions objecs
  • fixed condtion type not allowing nested condition schema
  • fixed FieldArray not exporting component type with props
  • fixed field schema not allowing single condition
  • fixed field schema not accepting actions object
  • make form renderer extend final form props
  • fixed Form type net being exported as react component
  • fixed schema validator not accepting any arguments
  • changed useFieldApi type input value default to any type
  • Update documenation to latest PF4
  • Use latest PF in stackblizu template

@data-driven-forms/common~2.5.0

  • fix(renderer): fixed incorrect typings
  • added AnyObject type for extensible props
  • fixed component mapper expecting string instead of react component
  • fixed useFieldApi return type to accept other props that input and meta
  • fixed missing component type in form template
  • fixed SormSpy not being exported as component
  • added form template render props
  • fixed wrong return type of useFormApi hook
  • fixed field validator type schema definition
  • fix(renderer): fixup typings requirements
  • Add a .d.ts copy script
  • Added basic TS setup.

v2.5.0-beta.3

16 Jun 07:15

Choose a tag to compare

v2.5.0-beta.3 Pre-release
Pre-release

2.5.0-beta.3 (2020-06-16)

Bug fixes

@data-driven-forms/pf4-component-mapper~2.5.0-beta.3

  • fix(pf4): add missing dual list renderStatus type
  • fix(pf4): fix types for wizard buttons
  • fix(pf4): fix wizard types for new version