Skip to content

Releases: mbb10324/react-figura

Version 2.0.1

21 Jun 05:15
856b8f0
Compare
Choose a tag to compare

2.0.1

6/21/2023

  • Updated validateFile function, it was incorrect in mapping statement.
  • Added validator and made onEvent, selected, and setSelected optional for input props, certain type checking systems would catch that it was not included and throw an error.
  • Added throw error catch if onEvent was not included in the child components that required it.
  • Updated validateConfirmPassword function, formSubmitHandler function, and formReducer INPUT_UPDATE case to prevent fall through cases
  • Converted most prop types to interfaces and passed propsWithChildren where appropriate
  • Updated README

2.0.0

6/20/2023

This package marked the official release of react-figura, fully built out with all of the features incorporated that the library was intended to have.

  • Pre built components
  • Individual input rendering
  • Fully and easily customizable
  • Lightweight package
  • Pre built validation
  • Written in typescript
  • Supports custom validation
  • Supports all style frameworks
  • Simple to use
  • Good docs and support