Skip to content

Latest commit

 

History

History
170 lines (79 loc) · 7.44 KB

CHANGELOG.md

File metadata and controls

170 lines (79 loc) · 7.44 KB

0.5.3 (2024-12-24)

Maintenance

  • removed volto imports from barrel files (7c233d3)

0.5.2 (2024-12-16)

Bug Fixes

0.5.1 (2024-11-11)

Bug Fixes

0.5.0 (2024-11-07)

Features

  • added additionalCommentFields to display custom columns in feedback table (11e843f)
  • added filter on 'read' field (362e415)
  • added readed flag in comments modal, to mark comment as readed (b1fa12a)
  • added unread filter in feedback list (d257103)
  • feedback comments pagination an toggle all as read/unread (75b563a)

Bug Fixes

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