Skip to content

v4.0.0-test-icon-updates.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 19:01
· 1 commit to test-icon-updates since this release

4.0.0-test-icon-updates.1 (2024-05-14)

Bug Fixes

  • button: remove label, set up a11y children (#962) (14edc0d)
  • change the package version to match what is on NPM (#973) (8d424dd)
  • changed some code to test auto deploy: changed tab story to use button comoponent (#1191) (971fd39)
  • checkbox: Update size to use pixel dimensions (#1120) (dcdb359)
  • colors and checkbox (30824fe)
  • combobox: made z-index higher (#951) (70dce85)
  • combox and paginatedtable: add ability to provide link for tooltip (#1228) (22c00bc)
  • component: adding propert default for min date (#1349) (bd50347)
  • component: fixing issue with location of pop up arrow (#1338) (412f23b)
  • component: updating datetime types (#1339) (f92b8ed)
  • DateFilter: fixed buttonLabel (5a18efb)
  • DateFilter: fixed clear function (92709bb)
  • dateFilter: Removed buttonLabel internal state (9c5bc6f)
  • dependencies: bump UA Parser dependents to depend on a secure version of UA Parser (#958) (8b31fd3)
  • downgrade typescript to fix dynamic import issue (#1475) (dced0de)
  • drawer component: fix issue with propTypes in the Drawer component (#992) (98a883a)
  • expanablecomponent: minor change to trigger build (#1589) (0792bac)
  • expandablegroup.stories.tsx: run linting fix (#1723) (641da59)
  • ExpandableGroup: Add GroupHelperText (#1618) (e245c9c)
  • ExpandableGroup: allow huge titles (974163b)
  • expandablegroup: fixing some bugs found when working with expandable group (#1590) (69eb374)
  • field component: add 'radio' as an option for the field component's type prop (#986) (49a519a)
  • file: allow searchbar to be next to toolbar (25f6210)
  • file: updating testcases (#1350) (75219a9)
  • fix autopublishing and upgrade storybook (#1467) (3e20377)
  • fonts: Move fonts into main file to fix paths issue (#1130) (e4b9d77)
  • forcing push for refactor release: this should help create a new release (#1645) (13eb811)
  • icons: fixed icons names (eb2871f)
  • linting errors (#1103) (9b4077c)
  • Make popup-action stay open when clicked (#366) (caae48f)
  • modal component: nested ternary (#1098) (4996d58)
  • modal: close icon is optional (#994) (e978e01)
  • modals: make close button optional (#991) (35d0194)
  • models: update modal styles; scroll and add close options (#990) (56dd424)
  • package.json: correct version (#1106) (3f83fea)
  • paginate table: add ability to give test ids to columns (#1734) (6377e95)
  • paginated table: export button as primary (e1c1459)
  • paginated table: minor change to test auto deplou (#1192) (87ffa6c)
  • paginatedtable: change icon (#1164) (c04ff2a)
  • paginatedtable: fixed buttons colors (8f0afe5)
  • paginatedtable: fixed filters count label (290709a)
  • paginatedtable: fixed filters count label (9b2fa21)
  • paginatedtable: fixed filters count label (4efead3)
  • paginatedtable: fixed v4 (7df2aa4)
  • paginatedtable: pass some required params to filter context (a586549)
  • paginatedtable: remove hover state (#1234) (1035197)
  • paginatedtable: removed local state from basic search (38e31b6)
  • paginatedtable: removed primary color from export button (6a94aa1)
  • paginatedtable: trigger table reload from outside (3a3ab94)
  • Panel: removes otherProps error from console (3a76bd2)
  • pill component: add event parameter to onChange handler signature type (#984) (05d989f)
  • pop-ups: fixed issues with overflow hidden for pop-ups (#1381) (cc9420e)
  • pop-ups: Handling visibility state by CSS instead of JS (859ef30)
  • release.yml: remove dryrun (#1105) (99ef54b)
  • release.yml: updating release version (#1441) (0fcd10c)
  • release: update release version (#1464) (101f32d)
  • release: update version (#1465) (d36543c)
  • release: updating release version (#1462) (561f49a)
  • table: Stop calling sort function when data changes (bd12fe6)
  • Tabs: State params instead ref (58dd415)
  • Tabs: State params instead ref (2ad4ad2)
  • use correct proptypes for popup actions (#999) (88f2e7b)
  • work through last build issues due to version changes (#1471) (d2fc94a)

Features

  • add ability to pass ID prop separate from name prop to form input components (#972) (2c7bafa)
  • add data-testids: add data-testids for Cypress Integration Testing (#1733) (db39c59)
  • add new icons (3cc3129)
  • basic search: add test id to input (#1666) (27eeb28)
  • component: adding attribute (#1153) (0c70e67)
  • component: adding component (#1321) (cbd73ec)
  • component: adding DateTimePicker (#1337) (9ea4a77)
  • component: adding has error flag (#1620) (ac967a7)
  • component: adding modify classes to component (#1152) (2a340f5)
  • component: adding new edit icon (#1440) (5688058)
  • component: adding onBlur to datetime picker (#1368) (1283075)
  • component: adding OnHoverText option (#1654) (d9d7b77)
  • component: adding PasswordToggleInput component (#1343) (c9e23f0)
  • component: adding size attribute (#1263) (013dd46)
  • component: adding text option for Field component (#1649) (ed9cb22)
  • component: making delete optional (#1587) (be9e75d)
  • component: Modifications to combobox component (#1370) (57a6e6b)
  • component: Modified combobox to decouple onChange execution when cancel (#1372) (a60c46b)
  • component: modified Popup Action to have customized button (#1390) (adf4eec)
  • component: modify combobox to enable a custom search placeholder (#1377) (cc812c0)
  • component: no label when comobox is link (#1371) (0ee30ba)
  • component: re-adding attributes (#1341) (dd63f3a)
  • component: update ExpandableGroup prop and hover styles (#1356) (1355b62)
  • component: updating component in order to pass state for the toggling (#1625) (51945aa)
  • expandable groups: add toggle, tooltip, disable (#1722) (004331a), closes #B2B-1900
  • expandablegroup: add prop to allow default expansion (#1416) (31d0791), closes #RAP-1038
  • expandablegroup: add test id (#1665) (d1f111d)
  • Fixed ExpandableGroup B2B-320 (#1459) (1858c2e)
  • icon: added link icon (#1415) (5f23f66)
  • icons: add new + layout grid of all icons (eba8e2c)
  • icons: adding new icons (#1438) (44d055e)
  • ListToggle: Add isExpanded prop (#1419) (50330fb), closes #RAP-1038 #RAP-1038
  • nav: add ability add a footer image to navigation (#1574) (07e1858)
  • paginatedtable component: add export table data functionality (#1161) (da1a0ca)
  • paginatedtable: A way to clear selected rows (a9017b7)
  • paginatedtable: add isLoading prop (#1167) (d733432)
  • paginatedtable: extended core features or paginated table (#1190) (6f1e4e4)
  • paginatedtable: remove shouldPaginateAtTop guard from rendering filter and export buttons (#1173) (d40ed65)
  • paginatedtable: use basic search from outside the table (de434ea)
  • panel: Fix Panel to stop ignoring id prop passed through table (52f51b9)
  • popuptooltip: added variant and tooltip featureAdd combobox tooltip (#1227) (316d075)
  • progressbar: add react-spring and animate the progress bar component (#1017) (b36d935)
  • tabs component: extended Tab Component (#1177) (44ea1d2)
  • tabs.tsx: add activeIndex prop to Tabs component (#1433) (354c02f)
  • toolbar: add prop to show notifications icon (#1423) (88a0e8b)
  • toolbar: display helpBody only when exists (f65207c)
  • type updates (1515f3e)

Reverts

BREAKING CHANGES

  • button: Buttons that depend on labels will need to be migrated to use Children instead.

  • chore(yarn.lock): regenerate lockfile