Skip to content

Releases: drivenets/design-system

@drivenets/eslint-plugin-design-system@0.0.14

21 Apr 08:23
f8c4355

Choose a tag to compare

Patch Changes

@drivenets/design-system@0.9.1

21 Apr 08:23
f8c4355

Choose a tag to compare

Patch Changes

  • d0bf909: Update dependencies
  • b2d1512: Make DsButtonV3 size prop responsive
  • e1a2b8d: Add hidden prop to RowActions in DsTable component

@drivenets/vite-plugin-design-system@0.0.7

16 Apr 07:22
714f036

Choose a tag to compare

Patch Changes

@drivenets/eslint-plugin-design-system@0.0.13

16 Apr 07:22
714f036

Choose a tag to compare

Patch Changes

  • 651ca99: Fix package name in installation instructions
  • e609972: Refine the MUI imports reporting range to reduce noise
  • 8c37905: Improve build process
  • ef1db6b: Refine the JSX reporting range to reduce noise

@drivenets/design-system@0.9.0

16 Apr 07:22
714f036

Choose a tag to compare

Minor Changes

  • 30c4bfd: Add DsStack layout component
  • 43d78e2: Add DsSplitButton component
  • d1e3b36: Add responsive prop support at 1440px breakpoint with CSS-first styling and useResponsiveValue hook for JS conditional rendering
  • bbfff67: Add the DsButtonV3 component

Patch Changes

  • dece9c6: fix wrong border color of disabled DsButtonV3
  • 4973d40: fix styles of input based components in disabled state
  • 6b4f32a: fix border-color of input based components in disabled state
  • f45a048: Add width (responsive), style props to DsPanel
  • 6995a02: Align clear button behavior across DsDatePicker and DsTimePicker components
  • 2ec99f0: fix focus styles of DsButtonV3
  • 492b04c: Fix DsTable bulk action hides table data
  • 4863637: Update dependencies
  • 22bd508: Make columns prop in DsDrawer responsive
  • 1676f6d: Improve build process

@drivenets/eslint-plugin-design-system@0.0.12

26 Mar 16:34
89a077c

Choose a tag to compare

Patch Changes

  • 1fa6a48: Add deprecation rule for DsDateInput

@drivenets/design-system@0.8.0

26 Mar 16:34
89a077c

Choose a tag to compare

Minor Changes

  • 73e3010: Add DsDatePicker component
  • 1fa6a48: Deprecated DsDateInput component
  • 27151fc: Add DsKeyValuePair component
  • 5cd65b4: Add DsTimePicker component
  • ad3aad4: Add DsDateRangePicker component

Patch Changes

  • 0335e72: Capitalize only the first word in DsStatusBadge
  • 6dc2bbe: Fix font size in DsDropdownMenu item
  • 8aaa33b: Update dependencies
  • 56d993b: Fix table issues related to React Compiler
  • 8c56a53: Add hideActionRequired prop to DsCommentBubble
  • 7752e64: Add aria role to DsLoader
  • 5a59014: Remove ellipsis from DsTooltip
    Add slotProps to DsTooltip
  • e6da4c4: Fix DsAutocomplete onValueChange trigger, fix clear button
  • 16f7361: Fix styles in DsCommentBubble
  • eef2a74: Use semantic HTML structure in DsTable empty view
  • ba7fb97: Fix File prototype loss in DsFileUpload

@drivenets/design-system@0.7.3

16 Mar 12:17
e58fa7c

Choose a tag to compare

Patch Changes

  • 0a8cdaa: Add isSelected prop to DsTableRow

@drivenets/eslint-plugin-design-system@0.0.11

15 Mar 07:51
6b058b8

Choose a tag to compare

Patch Changes

@drivenets/design-system@0.7.2

15 Mar 07:51
6b058b8

Choose a tag to compare

Patch Changes

  • 7b6e27e: Remove outline for focus state for DsDropdownMenu component
  • f2aea4f: Update dependencies
  • 9d0dd60: Added onFocus prop to DsTextInput component
  • cb7dc51: Add tiny size to DsButton
  • 5a4c765: Fix too big clear button in the DsExpandableTextInput
  • 0034c39: Added readonly property to DsTextInput component
  • 99a7aa6: Add renderValue prop to the DsSelect
  • 92075b8: Add bottomOffset and scrollDirection properties to onScroll callback in DsTable component
  • b99dee2: Add "warning" variant to DsCheckbox