New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mtes-mct/monitor-ui

Package Overview
Dependencies
Maintainers
1
Versions
325
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mtes-mct/monitor-ui - npm Package Versions

1
33

12.2.1

Diff

Changelog

Source

12.2.1 (2024-02-29)

Bug Fixes

  • cypress: widen input type for fill() on TextInput (e7f9984)
ivangabriele
published 12.2.0 •

Changelog

Source

12.2.0 (2024-02-29)

Features

  • cypress: add forceCheck() command (ab382b7)
  • cypress: add forceClear() command (ebd5ad8)
  • cypress: add forceType() command (c6017a1)
  • cypress: add forceUncheck() command (d75171a)

Bug Fixes

  • cypress: force all actions in fill() subcommands (359b752)
  • cypress: upse native uncheck for fill() on MultiCheckbox (f9e2ef9)
ivangabriele
published 12.1.3 •

Changelog

Source

12.1.3 (2024-02-29)

Buid System & Dependencies

  • dev-deps: bump @commitlint/config-conventional (45fcba7)

Documentation

  • readme: add Cypress badge (f580fb9)
  • readme: add documentation badge (5057133)

Bug Fixes

  • cypress: fix forceClick() ability to be properly chained with other commands (ffc733c)
  • cypress: use forced click instead of click in fill() on MultiSelect (b14f63a)
ivangabriele
published 12.1.2 •

Changelog

Source

12.1.2 (2024-02-28)

Bug Fixes

  • cypress: target right input during fill() search for MultiSelect (1692c0b)
ivangabriele
published 12.1.1 •

Changelog

Source

12.1.1 (2024-02-28)

Bug Fixes

  • cypress: fix inner findElementParentBySelector() util (a2dc379)
  • cypress: handle nested fieldsets in fill() command (b5cb9f2)

Buid System & Dependencies

  • dev-deps: bump @commitlint/cli from 18.4.3 to 19.0.1 (65e3b1c)
  • dev-deps: bump @storybook/addon-storysource (e5de861)
  • dev-deps: bump @types/node in /e2e/release/sample (e2f88b0)
  • dev-deps: bump @types/react in /e2e/release/sample (214db7a)
  • dev-deps: bump @types/react-dom in /e2e/release/sample (8e74dd4)
  • dev-deps: bump cypress in /e2e/release/sample (16e73ad)
  • dev-deps: bump prettier in /e2e/release/sample (34d3b00)
  • dev-deps: bump rollup-plugin-import-css from 3.4.0 to 3.5.0 (69351ea)
ivangabriele
published 12.1.0 •

Changelog

Source

12.1.0 (2024-02-27)

Features

  • cypress: add logs in fill() and all its subcommands (f9b320f)

Bug Fixes

  • cypress: replace picker popup closure check with a wait in fill() (9b4108b)

Buid System & Dependencies

  • vite: disable CSS minification for storybook build (c98d7c9)
ivangabriele
published 12.0.3 •

Changelog

Source

12.0.3 (2024-02-27)

Styles

  • fields: fix MultiCheckbox options margin when isInline (d98f1a5)
ivangabriele
published 12.0.2 •

Changelog

Source

12.0.2 (2024-02-27)

Styles

  • fields: fix MultiRadio options margin when isInline (9c7e15b)
  • fields: fix pickers border color when isTransparent (b10ac28)
ivangabriele
published 12.0.1 •

Changelog

Source

12.0.1 (2024-02-27)

Bug Fixes

  • fields: handle missing boolean option value case in options fields (966e17c)
ivangabriele
published 12.0.0 •

Changelog

Source

12.0.0 (2024-02-26)

⚠ BREAKING CHANGES

  • fields: - Add mandatory name prop on CoordinatesInput.
  • Add mandatory name prop on DatePicker.
  • Add mandatory name prop on DateRangePicker.
  • isChecked prop has been renamed to checked in Toggle.
  • fields: - isReadOnly has been renamed to readOnly in MultiRadio.
  • fields: - .rs-picker*, .rs-tag*, .rs-btn* & label styles have been removed from rsuite-override.css
  • fields: - Migrate to Rsuite v5.53.2 and enforce it as minimal version via ^5.53.2 in peer dependencies.
  • Remove baseContainer property from MultiSelect and FormikMultiSelect.
  • Remove baseContainer property from Select and FormikSelect.
  • Forbid Rsuite inherited property valueKey in CheckPicker.
  • Forbid Rsuite inherited property valueKey in MultiSelect and FormikMultiSelect.
  • Forbid Rsuite inherited property valueKey in Search.
  • The Option type now doesn't allow the children property, you need to use TreeOption for that instead.

Features

  • cypress: use Escape instead of click outside for fill() on DateRangePicker (3883337)
  • field: add Radio (0573fc8)
  • fields: add isLight prop to Checkbox (9992824)
  • fields: add MultiCascader (5900bb6)
  • fields: add readOnly prop to MultiCheckbox (bd1e21b)
  • fields: close DatePicker calendar & time pickers on Escape (96344da)
  • fields: close DateRangePicker calendar & time pickers on Escape (4ae6edd)
  • fields: normalize disabled, isLight, isTransparent & readOnly props (88e8308)
  • fields: rename isReadOnly prop to readOnly in MultiRadio (71581b4)
  • fields: set CheckPicker, MultiCascader, MultiSelect & Select height to 30px (6caff98)
  • formiks: add FormikCheckPicker (b480014)
  • formiks: add FormikMultiCascader (77effaa)
  • formiks: add FormikToggle (e4e821b)
  • hooks: add usePressEscapeEffect() (9e85593)

Bug Fixes

  • cypress: add dedicated function to fill() for Search field (b20a102)
  • cypress: fix fill() command for CheckPicker after Rsuite upgrade (f987cde)
  • cypress: fix fill() command for Select & MultiSelect after Rsuite upgrade (0112f3b)
  • field: fix Checkbox after Rsuite upgrade (abc0b71)
  • field: fix MultiRadio after Rsuite upgrade (63829b8)
  • field: set rsuite value to null when undefined in Select (e40ae4e)
  • fields: finalize DatePicker & DateRangePicker style after Rsuite upgrade (0004843)
  • fields: fix DateRangePicker basic styles after Rsuite upgrade (e2b853f)

Code Refactoring

  • cypress: improve fill() command for Checkbox & basic fields (747c009)
  • cypress: improve fill() command for MultiRadio (30a5f05)
  • cypress: move fill() utils within fill/ folder (5be34e2)

Buid System & Dependencies

  • jest: fix missing SWC paths (13a98ea)
  • storybook: migrate to v8 (eaa25fb)

Documentation

  • components: clean stories (7536d4e)
  • cypress: update fill() command tsdoc (7d1db8d)

Styles

  • components: set Dialog action buttons spacing to 8px (3281d20)
  • fields: add 8px padding in DatePicker & DateRangePicker calendars (3aac367)
  • fields: fix Checkbox checkmark color when transparent (c2dbfae)
  • fields: fix CoordinatesInput states & height (9900849)
  • fields: fix counter badge look in CheckPicker & MultiCascader (9ffeaff)
  • fields: fix option focus colors in CheckPicker, MultiCascader, MultiSelect & Select (a76fe8f)
  • fields: fix option hover color in CheckPicker, MultiCascader, MultiSelect & Select (c91c249)
  • fields: fix picker popup column border in MultiCascader (879f4a8)
  • fields: fix selected value(s) color in CheckPicker, MultiCascader & Select (0390555)
  • fields: fix Toggle state colors (ab9b0ba)
  • remove Rsuite table classes from rsuite-override.css (f69b89d)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc