Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@mll-lab/react-components

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mll-lab/react-components - npm Package Versions

spawnia
published 17.4.0 •

Changelog

Source

17.4.0 (2024-08-05)

Features

spawnia
published 17.3.2 •

Changelog

Source

17.3.2 (2024-07-12)

Bug Fixes

  • ensure prop onChange works on component Select (38983f7)
spawnia
published 17.3.1 •

Changelog

Source

17.3.1 (2024-07-11)

Bug Fixes

  • change return type of 'Select' to ReactElement (1fb4960)
spawnia
published 17.3.0 •

Changelog

Source

17.3.0 (2024-07-10)

Features

  • add property ref to SelectField and AutocompleteField (1f8f1ad)
spawnia
published 17.2.0 •

Changelog

Source

17.2.0 (2024-07-08)

Features

  • add property ref to InputField (fdceb91)
spawnia
published 17.1.1 •

Changelog

Source

17.1.1 (2024-06-26)

Bug Fixes

  • do not pass ref to DatePicker in DatePickerField (ea4e14b)
spawnia
published 17.1.0 •

Changelog

Source

17.1.0 (2024-05-22)

Features

spawnia
published 17.0.0 •

Changelog

Source

17.0.0 (2024-04-21)

Features

  • replace Space prop direction with vertical (a678bf8)

BREAKING CHANGES

  • replace direction="vertical" with vertical, omit direction="horizontal" from Space
spawnia
published 16.10.0 •

Changelog

Source

16.10.0 (2024-04-18)

Features

spawnia
published 16.9.2 •

Changelog

Source

16.9.2 (2024-04-15)

Bug Fixes

  • stable input during typing in InputNumberField (#266) (aa7a347), closes #264