Skip to content

@skbkontur/react-ui@5.0.0

Compare
Choose a tag to compare
@zhzz zhzz released this 21 Oct 12:40
· 16 commits to next since this release

5.0.0 (2024-10-21)

Bug Fixes

  • Button, Select: fix border hover (#3504) (d3266e5)
  • Button: fix btnBackless vars (#3465) (f5c0d83)
  • Button: rename root data-tid (#3520) (ff030f1)
  • Calendar,DatePicker: use human month format in scrollToMonth() (2e55167)
  • ComboBox: restore comboBoxAllowValueChangeInEditingState feature flag (#3529) (0df80d3)
  • Link: fix markup and error/warning styles (#3528) (0165dc6)
  • Link: replace border-bottom with text-decoration (#3462) (bcb40ac)
  • MaskedInput: fix selectAll and empty maskChar (#3525) (72120d0)
  • Theming: use right colors for error outline and disabled text (#3493) (7a98ee1)
  • Toast: fix paddings (#3494) (6eab772)
  • Toast: restore root data-tid (#3527) (066c37d)

Features

BREAKING CHANGES

  • Calendar,DatePicker: In the Calendar method scrollToMonth(month, year) passes the human format of the month. Please change value scrollToMonth(0, 2024)scrollToMonth(1, 2024) for scroll to January 2024