Skip to content

Releases: MTES-MCT/monitor-ui

v18.3.0

01 Jul 16:18
Compare
Choose a tag to compare

18.3.0 (2024-07-01)

Features

  • components: add basic input and story (10cb8ee)
  • components: add default format (9b711e6)
  • components: add readme for npm link (5193a5b)
  • components: add style properties and fix formik tests (c8e102e)
  • components: claire's review (7622665)
  • components: phone number and formik phone number (65108b5)
  • components: rename component (024977e)
  • components: writing FIXME with issue related (910a367)

Buid System & Dependencies

  • dev-deps: bump the all-non-major-dependencies group (04fbf57)

v18.2.0

24 Jun 15:50
Compare
Choose a tag to compare

18.2.0 (2024-06-24)

Features

  • components: fix secondary dropdown (30d2ade)

Bug Fixes

  • components: fix dropdown icon margin in secondary (55930e1)

Buid System & Dependencies

  • deps: bump the non-major-dependencies group with 3 updates (3c303fc)
  • dev-deps: bump @sentry/react in /e2e/release/sample (8a1b70d)
  • dev-deps: bump @testing-library/react from 14.2.1 to 16.0.0 (6fa7e1f)
  • dev-deps: bump @types/node in /e2e/release/sample (ec15bbc)
  • dev-deps: bump @typescript-eslint/parser from 6.0.0 to 7.13.1 (64e7766)
  • dev-deps: bump cypress in /e2e/release/sample (429af53)
  • dev-deps: bump eslint-plugin-cypress from 2.13.3 to 3.3.0 (d415d41)
  • dev-deps: bump husky from 8.0.3 to 9.0.11 (b177afe)
  • dev-deps: bump react and @types/react in /e2e/release/sample (fcddfba)
  • dev-deps: bump rsuite in /e2e/release/sample (98fd2dc)
  • dev-deps: bump the all-non-major-dependencies group (8c4fe4d)
  • dev-deps: bump the all-non-major-dependencies group (4fe6b93)
  • dev-deps: bump the non-major-dev-dependencies group (d45b893)
  • dev-deps: bump the non-major-dev-dependencies group with 49 updates (4b4e85f)
  • dev-deps: bump the non-major-dev-dependencies group with 5 updates (540f1f5)

Documentation

  • contributing: update first setup instructions (0506aea)
  • contributing: update release instructions (d6c56ee)

v18.1.0

19 Jun 10:40
Compare
Choose a tag to compare

18.1.0 (2024-06-19)

Features

Buid System & Dependencies

  • deps: bump braces from 3.0.2 to 3.0.3 (c9689fe)
  • deps: bump ws from 8.16.0 to 8.17.1 (a933c10)

v18.0.4

10 Jun 15:00
Compare
Choose a tag to compare

18.0.4 (2024-06-10)

Bug Fixes

v18.0.3

07 Jun 11:09
Compare
Choose a tag to compare

18.0.3 (2024-06-07)

Bug Fixes

  • fields: set calendar range popup width in DateRangePicker (a758655)

Buid System & Dependencies

  • dev-deps: bump @babel/preset-typescript from 7.23.2 to 7.24.6 (995ec7e)
  • dev-deps: bump @semantic-release/npm from 11.0.2 to 12.0.1 (841dd01)
  • dev-deps: bump @storybook/blocks from 8.0.9 to 8.1.5 (f0f1eb2)
  • dev-deps: bump @storybook/test from 8.0.9 to 8.1.5 (eed0812)
  • dev-deps: bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 (8c319a7)

v18.0.2

28 May 21:54
Compare
Choose a tag to compare

18.0.2 (2024-05-28)

Bug Fixes

  • components: ignore external domain stylesheets in NewWindow styles copying (fb02756)

v18.0.1

28 May 06:46
Compare
Choose a tag to compare

18.0.1 (2024-05-28)

Bug Fixes

  • tables: disable user selection in SimpleTable.Th (20d9b64)
  • tables: force prop border in TableWithSelectableRows.Td (9fbd1ee)
  • tables: force min & max width in SimpleTable.Th (0ddfa57)

v18.0.0

27 May 00:51
Compare
Choose a tag to compare

18.0.0 (2024-05-27)

⚠ BREAKING CHANGES

  • tables: - Remove isChecked prop in TableWithSelectableRows.RowCheckbox, replaced by native checked prop.
  • Remove isIndeterminate prop in TableWithSelectableRows.RowCheckbox, replaced by original Rsuite indeterminate prop.
  • Remove $isHighlighted prop in TableWithSelectableRows.Td, replaced by the same prop on TableWithSelectableRows.BodyTr.
  • In order to work properly with RowCheckbox, TableWithSelectableRows now requires <Table $withRowCheckbox />.
  • Following the SimpleTable & TableWithSelectableRows margins/heights normalization, including a few hacks,
    it may break some UI widths & heights.
  • Please check TableWithSelectableRows.stories.tsx to see a full example on how to use/update it.
  • As shown in the story, be careful NOT to wrap the checkbox table header cell
    within <TableWithSelectableRows.SortContainer /> since the flex display breaks its internal positioning.

Features

  • tables: add $isLoading prop to SimpleTable.Td (6cc137e)

Bug Fixes

  • tables: normalize tables checkbox, margins & height (23afb70)
  • tables: set SimpleTable.Td line-height & .CellLoader height to 22px (176b161)

v17.2.2

21 May 11:21
Compare
Choose a tag to compare

17.2.2 (2024-05-21)

Bug Fixes

  • elements: fix IconButton border (f55eb2c)

v17.2.1

21 May 03:50
Compare
Choose a tag to compare

17.2.1 (2024-05-21)

Bug Fixes

  • types: fix AnyEnum key type (de3f0cc)