Skip to content

Latest commit

 

History

History
128 lines (56 loc) · 5.05 KB

CHANGELOG.md

File metadata and controls

128 lines (56 loc) · 5.05 KB

0.4.0 (2024-07-17)

Features

  • make new questions translatable (7b3b222)

0.3.3 (2024-07-17)

Bug Fixes

  • getQuestionIndex to use questions from config (e29a76b)

0.3.2 (2024-04-17)

Bug Fixes

0.3.1 (2024-04-08)

Maintenance

  • lazy loading components to improve bundle size (#4) (102445b)

0.3.0 (2024-03-12)

Features

  • enable delete feedback based on user permissions (#2) (ece04e8)

Bug Fixes

  • a11y: added aria-label to honeypot widget (#3) (9c36693)

Maintenance

0.2.0 (2024-02-16)

Features

  • a11y: new focus handle and aria-description (#1) (299973a)

Bug Fixes

Maintenance

  • linting and new yarn version (ea440f6)

0.1.5 (2023-02-16)

Maintenance

  • improve docs and package.json, added yarn.lock (c31842e)

0.1.4 (2023-02-13)

0.1.3 (2023-02-13)

Features

  • add toolbar button only if user has adequate permissions (07a97ff)

Maintenance

  • update addon version in package.json (2f24e95)

0.1.2 (2023-02-13)

Bug Fixes

  • fix translations, change loader loginc in resetFeedback actions (5dc3eb1)
  • removed duplicated code, fix translations, add Loaders (3fe5efc)
  • typo in Italian translation (12abdfc)

Maintenance

  • update package.json version (1bb6e6a)

0.1.1 (2023-02-07)

Bug Fixes

  • answers step state handling (8723bf6)

Maintenance

  • update package.json addon version (557a919)

0.1.0 (2023-02-07)

Features

  • formStep header is now a separate component and customizable (6ba6842)

Bug Fixes

Maintenance