Skip to content

Releases: MTES-MCT/monitor-ui

v5.2.0

11 Apr 16:24
Compare
Choose a tag to compare

5.2.0 (2023-04-11)

Bug Fixes

  • cypress: export index file instead of directory (5a0c394)
  • fields: fix css on multiselect (ad23dc0)

Features

  • cypress: wrap commands registration within a registerMonitorUiCustomCommands() function (2142789)

v5.1.1

11 Apr 10:56
Compare
Choose a tag to compare

5.1.1 (2023-04-11)

Bug Fixes

  • utils: include Dayjs plugins typings in customDayjs() (bbe5c7c)

v5.1.0

11 Apr 09:57
Compare
Choose a tag to compare

5.1.0 (2023-04-11)

Features

  • utils: include more plugins in customDayjs() (4493b00)

v5.0.0

11 Apr 08:14
Compare
Choose a tag to compare

5.0.0 (2023-04-11)

  • fix!: handle DST correctly in date-related utils & fields (377450b)
  • fix(fields)!: make DatePicker & DateRangePicker onChange value undefined when cleared (b8a0f09)

Features

  • fields: add isEndDate prop to DatePicker (418290e)

BREAKING CHANGES

  • dayjs export is now named customDayjs.
  • rsuite-override.css doesn't include calendar-related CSS anymore.
  • DatePicker & DateRangePicker onChange() value can now
    be undefined.

v4.1.0

05 Apr 15:04
Compare
Choose a tag to compare

4.1.0 (2023-04-05)

Features

  • fields: Add isAddButtonDisabled to MultiZoneEditor (3457bc5)

v4.0.7

03 Apr 13:49
Compare
Choose a tag to compare

4.0.7 (2023-04-03)

Bug Fixes

  • cypress: add number to fill command type (db11067)

v4.0.6

30 Mar 16:00
Compare
Choose a tag to compare

4.0.6 (2023-03-30)

Bug Fixes

  • cypress: handle previous subject case in clickButton command (5fc8b34)

v4.0.5

30 Mar 11:48
Compare
Choose a tag to compare

4.0.5 (2023-03-30)

Bug Fixes

  • cypress: force text input typing in fill command (abdeddd)
  • cypress: handle button selection by title in clickButton command (d56e711)

v4.0.4

30 Mar 09:06
Compare
Choose a tag to compare

4.0.4 (2023-03-30)

Bug Fixes

  • cypress: improve fill command reliability (26ad3f7)

v4.0.3

29 Mar 20:27
Compare
Choose a tag to compare

4.0.3 (2023-03-29)

Bug Fixes

  • fields: handle value change in MultiSelect (e4b80fa)