Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

v1.12.0

Choose a tag to compare

@bot-anik bot-anik released this 24 Aug 15:10
· 676 commits to main since this release

1.12.0 (2022-08-24)

Bug Fixes

  • add custom polyfill for crypto.getRandomValues (f260da6)
  • core: fix typo in ClearFilections (6f39d64)
  • core: replace ThunkResult import path (38904cc)
  • fix react keys (288dc2a)
  • use string comparison function (e48f6b1)

Features

  • adapter: add new FileMapper (9f8f369)
  • add capitalize methods to utils and use it (7566488)
  • add document scrollable height for calculations (4501135)
  • add drop down top/bottom repositioning behavior (b1f933d)
  • add error with helper text (ad321b1)
  • add getFiles selector with affiliated tests (bda6230)
  • add hook to manage keyboard (04bb6a6)
  • add icon animation (a841c61)
  • add icons properties to the list component (3e7f69a)
  • add id property to FileDescriptor (2ad1b84)
  • add list and list item components (99c0c15)
  • add missing jest environment jsdom (4e71d8b)
  • add multiline to text field (4b5a162)
  • add multiple property & affiliated story (93b8b5a)
  • add okp4 icon (6282c30)
  • add readOnly to inputBase to improve selection (bacb7f3)
  • add right icon to input base (1e4a2d4)
  • add select component (a1dbe0b)
  • add sortGroupsAndOptions property (d7dca93)
  • add sorting methods to utils (e5fe42d)
  • add useOnClickOutside hook (9c73505)
  • add UseState type to Select (abe1f05)
  • add util compare strings method (8760e5f)
  • builder: add FileStore builder (b5642ea)
  • builder: add new FileBuilder (32970e2)
  • context: add FileContext and export it (076bb9c)
  • core: add builder and mapper in saveFiles usecase (8ccf30f)
  • core: add clearFile usecase and actions (41eb085)
  • core: add clearFiles usecase and actions (eac972d)
  • core: add error entity (6b36895)
  • core: add file entitty (15575b3)
  • core: add saveFile command (90fda24)
  • core: export file usecases (2710e2f)
  • core: init saveFiles usecase (403f0fa)
  • hook: add FileHook and export it (13adae5)
  • improve disabled and overflow to inputBase (6c4ef3a)
  • improve disabled and readOnly in select (f94fa88)
  • improve JSX element global writing (460f2e2)
  • improve options list position (391503d)
  • improve select options global display (e11655a)
  • improve usage of label and value (56790ca)
  • make title not mandatory (5ad3306)
  • redux: init file store and reducer (9c3a89a)
  • redux: update reducer with new actions (b23f4a9)
  • refined the component properties (3be61a3)
  • remove duplicated sort method & add args to compareStrings (6f1ddc2)
  • remove left & right elements props from List (2815f4d)
  • remove useless onIconClick (510e960)
  • rename property name (c784ff5)
  • update text field callback dependencies (065119a)
  • use ListItem as a children node of List (b975f84)