Skip to content

Latest commit

 

History

History
268 lines (134 loc) · 17.3 KB

CHANGELOG.md

File metadata and controls

268 lines (134 loc) · 17.3 KB

Changelog

2.10.1 (2024-09-20)

Bug Fixes

  • RelativeRangeDatePicker: export RelativeRangeDatePickerProps (#146) (a3396b1)

2.10.0 (2024-09-18)

Features

  • RelativeRangeDatePicker: add renderControl props (#144) (d389eea)

2.9.0 (2024-08-23)

Features

Bug Fixes

  • Calendar: always render dates with current locale (#142) (3767684)
  • set readonly attribute on inputs (#139) (a34501d)

2.8.3 (2024-08-21)

Bug Fixes

2.8.2 (2024-08-14)

Bug Fixes

  • a11y: set role and aria attributes for pickers (#128) (5155e18)
  • DatePicker: select initial date in mobile picker (#127) (3fb09fe)
  • RelativeRangeDatePicker: last period preset title (#130) (ae3dd3c)

2.8.1 (2024-08-05)

Bug Fixes

  • do not crash due to incorrect format (#124) (690337c)

2.8.0 (2024-07-16)

Features

  • RelativePickers: add onOpenChange event handler (#118) (8270119)

Bug Fixes

  • RelativeRangeDatePicker: correctly close picker popup inside dialog (#117) (f122950)

2.7.1 (2024-07-12)

Bug Fixes

  • RelativeRangeDatePicker: pass popupClassName into popup component (#113) (c7860b5)

2.7.0 (2024-07-10)

Features

  • RelativeRangeDatePicker: add RelativeRangeDatePickerValue public type (#107) (137a3d4)
  • RelativeRangeDatePicker: export default presets (#108) (95b9b4d)

Bug Fixes

  • Pickers: extract time format in pickers from format props (#102) (9006c8f)
  • RelativePickers: always open popup on click on input (#105) (27390e5)
  • RelativeRangeDatePicker: close popup on outside click after switch browser tabs (#98) (e7ac61b)
  • RelativeRangeDatePicker: close popup on select preset (#111) (695bc2c)
  • RelativeRangeDatePicker: do not show offset for default timezone (#112) (c95cbc2)
  • RelativeRangeDatePicker: preset popup padding (#91) (873703f)
  • RelativeRangeDatePicker: transparent caret in the main input (#104) (29016df)

2.6.0 (2024-06-28)

Features

  • DatePicker, RangeDatePicker: add popup trigger props (#89) (5139151)

Bug Fixes

  • RelativeRangeDatePicker: set id on input (#94) (f54f1b9)

2.5.0 (2024-06-18)

Features

Bug Fixes

  • update @gravity-ui/date-utils to v2.5.3 (#86) (4f8a22e)

2.4.0 (2024-05-15)

Features

  • RelativeRangeDatePicker: remove dates hint (#75) (88cbce0)

2.3.1 (2024-05-13)

Bug Fixes

  • RelativeRangeDatePicker: correctly close popup on click outside (#71) (6175356)

2.3.0 (2024-04-15)

Features

  • RelativeDate: support custom relative date input parser (#65) (f0036ff)

2.2.1 (2024-03-29)

Bug Fixes

  • RangeDatePicker: add component export (#62) (9cc9915)

2.2.0 (2024-03-27)

Features

  • add a new range date picker component (#47) (ce19b43)

Bug Fixes

  • correctly change date when switching day period (#60) (43dc35a)

2.1.0 (2024-03-26)

Features

  • Calendar: improve a11y (#59) (082db0f)
  • DatePicker: show clock icon if select only time (#57) (5400b90)

2.0.1 (2024-02-26)

Bug Fixes

  • build: fix declarations generation (#55) (dff7b25)

2.0.0 (2024-02-26)

⚠ BREAKING CHANGES

  • update to @gravity-ui/uikit 6 (#49)
  • update date-utils (#25)

Features

  • add a new range date field component (#32) (041d5bc)
  • add RelativeRangeDatePicker component (af74354)
  • DateField: add hidden input for native form submissition (810f06c)
  • export RangeValue type from the library (#50) (6828c6e)
  • RelativeDateField: add roundUp prop (6a73684)
  • timezone: use timeZone prop to show values (#36) (d87923e)
  • update to @gravity-ui/uikit 6 (#49) (7f6ef01)

Bug Fixes

  • accept events handlers with custom targets (#45) (2a28389)
  • DateField: correctly manage format changing (cad9a7e)
  • MobileCalendar: fix trigger click area on iOS (e252c31)
  • update date-utils (#25) (76422ef)

1.6.0 (2024-02-21)

Features

  • Relative components: Add description in README (#48) (b91027a)

1.5.0 (2024-02-06)

Features

  • DatePicker: add description in README (#43) (7a4a1dc)

1.4.0 (2024-02-02)

Features

  • RangeCalendar: add description for RangeCalendar (#40) (6fed701)

1.3.0 (2024-01-30)

Features

  • Calendar: add README for Calendar (#38) (95226dc)

1.2.0 (2024-01-26)

Features

  • DateField: add component's description in README (#35) (e8a015e)
  • DateField: support rtl (#28) (0d7bd16)

Bug Fixes

  • Calendar: prevent default behaviour on navigation (#26) (5a9c51f)

1.1.1 (2023-11-20)

Bug Fixes

  • correctly control popup open state in pickers (#17) (3af332f)
  • DateField: change field with numbers keys in Firefox (#21) (0872c11)
  • DateField: correctly work with 2-digits years (#22) (0d23300)
  • RangeCalendar: select dates only on a minimum mode (#18) (b59477a)

1.1.0 (2023-11-02)

Features

  • Calendar: allow to controll available modes (days, months, quartes, years) (ee6e797)
  • Calendar: respects prefers-reduced-motion: reduce (#13) (cbd4016)
  • DatePicker, RelativeDatePicker: allow to render custom calendar (2bc50b6)

1.0.0 (2023-08-06)

Features

  • Calendar: add new component (#1) (c0b7776)
  • RangeCalendar: add new component (965e416)
  • DateField: add new component (8ff3f2c)
  • DatePicker: add new commponent (48c41fb)
  • RelativeDateField: add new component (3346fc7)
  • RelativeDatePicker: add new component (849b6ca)