Skip to content

Latest commit

 

History

History
273 lines (157 loc) · 16 KB

CHANGELOG.md

File metadata and controls

273 lines (157 loc) · 16 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.40.2 (2022-11-03)

Bug Fixes

  • allow number type in html attributes (79469ff)

0.40.1 (2022-10-20)

Bug Fixes

  • [VULN-3898] - [elements] parse-url has vulnerabilities (a9d01db)
  • make html attrs to be string or boolean. Support "class" attr instead of "className" (08c894e)
  • render custom html properly in ts-card story (0b44fb5)
  • update terser to fix vulnerabilities (6021d10)

0.40.0 (2022-07-04)

Bug Fixes

  • add a check for inlined svg strings when dynamically resolve a module (cea8c2f)
  • happo (eb95326)
  • help-text: use alert icon for error state of the help-text (19abccd)
  • improve our storybook stories to use local packages instead of global dependencies (9728ff6)
  • tweak overrides to fix storybook deploy (2e36813)
  • update vulnerable dependencies (2bcbb62)

Features

  • add support of inline svg in icon component and use inline svg in other componets (0510e43)
  • select: add help text and error message support (f7297d5)
  • select: add label and id for select component (8350dad)

0.39.0 (2022-06-30)

Bug Fixes

  • help-text: use alert icon for error state of the help-text (19abccd)
  • improve our storybook stories to use local packages instead of global dependencies (9728ff6)

Features

  • add support of inline svg in icon component and use inline svg in other componets (0510e43)
  • select: add help text and error message support (f7297d5)
  • select: add label and id for select component (8350dad)

0.38.0 (2022-04-08)

Bug Fixes

Features

0.37.0 (2022-04-08)

Bug Fixes

Features

0.36.3 (2022-04-06)

Bug Fixes

  • fix happo stories (c4479ed)
  • focus on button after template rendered (cd09e1c)
  • overlay: considers scroll position when calculating vertical position (986ea92)
  • select: positions select overlay from bottom up if it opens upwards (4ae5492)

0.36.2 (2022-04-06)

Bug Fixes

  • fix happo stories (c4479ed)
  • focus on button after template rendered (cd09e1c)
  • overlay: considers scroll position when calculating vertical position (986ea92)
  • select: positions select overlay from bottom up if it opens upwards (4ae5492)

0.36.1 (2022-03-11)

Note: Version bump only for package tradeshift-elements

0.36.0 (2022-03-10)

Bug Fixes

  • button: fixes missing/broken focus state styling (fab2966)
  • radio-group: adds back missing/broken hover and active state styling (b9bc7fd)

Features

  • button-group: peaa-885 button-group support horizontal/inline mode (f420075)
  • dialog: adds notification options to dialog element (da64864)
  • dialog: makes it possible to make dialogs non-dismissable (cc89bf7)
  • dialog: removes noButtons prop and removes other unnecessary code (aaf3582)

Reverts

  • Revert "chore(release): v0.36.0" (c4da28a)

0.35.0 (2022-03-01)

Bug Fixes

  • tag: fixes padding issue in locked and deletable items; also cleans up code a bit (411721f)
  • removes import of non-existing export in plop template for auto-generating elements (91203d6)
  • select: do not set input value for multi select and no apply (b5abd21)
  • select: peaa-941 current selection clears on search input (15b80ca)
  • select: show the View selection button in multi select with no apply (c70c4f6)

Features

  • adds ts-tag element (ae9a078)
  • select: add case-sensitive filtering to select component (ee8182f)
  • select: add custom filtering to select component (690abf8)

Reverts

  • Revert "chore(release): v0.35.0" (e1d235c)

0.34.0 (2022-02-14)

Bug Fixes

  • remove closeOverlay function reference from select-like components when overlay closed (de84831)
  • update an event description to reflect a new trigger logic (e17d42d)
  • storybook: fix missing notes for tabs, tab and progress-bar (caca453)

Features

  • [PEAA-593] add search suggestions to a search component (3690719)

0.33.8 (2022-01-27)

Bug Fixes

  • changed the array type in d.ts files from '[]' to 'any[]' (e6a53dd)

0.33.7 (2022-01-25)

Note: Version bump only for package tradeshift-elements

0.33.6 (2022-01-24)

Bug Fixes

  • add missing types for new components and fix new component template to add them by default (c491ca8)

0.33.5 (2022-01-24)

Bug Fixes

  • updates position and alignment calculation of action-select dropout (4275e56)

0.33.4 (2022-01-24)

Bug Fixes

  • updates position and alignment calculation of action-select dropout (4275e56)

0.33.3 (2022-01-19)

Bug Fixes

  • action-select: remove background color (78a8fb8)

0.33.2 (2022-01-17)

Bug Fixes

  • fix the react types import (dbb0ac4)

0.33.1 (2022-01-17)

Bug Fixes

0.33.0 (2022-01-17)

Features

  • [PEAA-851] generate react-types for each component (b9eb4a5)

0.32.0 (2022-01-10)

Features

  • ts-tabs: add id property to the tab button (8e7656c)
  • [PEAA-851] add an autogeneration of types for elements (ba15ab6)

0.31.1 (2021-11-03)

Note: Version bump only for package tradeshift-elements

0.31.0 (2021-11-03)

Bug Fixes

  • action-select: remove empty space to be aligned center vertically (edf576f)
  • date-picker: update date-picker story translations (c0ce771)
  • deps: add npm-force-resolution to preinstall to fix dependabot vulns (ef657a8)

Features

  • ts-board: [peaa-755] add actions-header slot (fb814e2)

0.30.0 (2021-10-05)

Features

  • date-picker: add date-picker component (cdc6f9d)

0.29.1 (2021-09-28)

Bug Fixes

  • select: no-apply-button attribute wrongly set on select-menu (caeafdf)

0.29.0 (2021-09-23)

Bug Fixes

  • action-select: action-select-click event not including the selected action id (68c181e)

Features

  • select: (PDV-1405) select items without confirmation apply button (d6d74bc)

0.28.0 (2021-09-10)

Features

  • add action-select component (d1151f9)
  • add overlay component (fc2d4af)
  • add the 'more' icon (28b3ffb)
  • move the dropdown logic of select to select-menu and use the overlay to render (6720af1)

0.27.6 (2021-08-10)

Bug Fixes

  • fixed incorrectly displayed value in a select component when a selection changed in property (6157eca)

0.27.5 (2021-08-04)

Bug Fixes

  • select: [PEAA-632] update select documentation and show it in storybook (9fea7c7)

0.27.4 (2021-07-28)

Bug Fixes

  • select: make search in a select case-insensitive (b8889c2)

0.27.3 (2021-07-26)

Bug Fixes

  • select: make search in a select case-insensitive (b8889c2)