Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

69 lines (42 loc) · 1.46 KB

Changelog

This file collects RJSF blueprintjs theme changes through the subsequent versions.

FIXME - insert your changes after this line

1.0.0 - 03-03-2025

  • GAT-2315: Update node. Update bp to v5. Update other depts. This is breaking change.
  • Improve radio widget
  • Display a label even for boolean type

0.1.3 - 05-08-2021

  • Allow to provide all props for NumericInput

0.1.2 - 02-08-2021

  • Add step option for numeric input

0.1.1 - 27-07-2021

  • Add MultiSelectWidget

0.1.0 - 01-07-2021

  • Add IpMaskWidget
  • Add missing max attribute on TextWidget

0.0.9 - 15-03-2021

  • Ensure updown widget will not be in addition to the default browser behavior

0.0.8 - 08-03-2021

  • Add format option for TextWidget

0.0.7 - 05-02-2021

  • Fix module name issue

0.0.6 - 28-01-2021

  • Add option to choose between checkbox or switch
  • Add option to display link and to add element at the left and right of input field
  • Minor other improvement

0.0.5 - 22-01-2021

  • Add types for ref
  • Update dependencies
  • Add CustomField
  • Fix types issues
  • Fix behavior issues

0.0.4 - 14-10-2020

  • Fix react warning related to missing key for item in list
  • Update function of numeric input use the string value instead of a parsed one that created bug

0.0.3 - 08-09-2020

  • Optimize markup and remove redundancy
  • Add options such as disabled or small on some fields

0.0.2 - 04-09-2020

  • Add RadioWidget
  • Add Eslint and Prettier
  • Update dependencies