Skip to content

Releases: HugoGresse/open-feedback

v0.32.0

03 Dec 10:12
d18750a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.31.0...v0.32.0

v0.31.0

11 Nov 21:23
283abdf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.30.0...v0.31.0

v0.30.0

08 Nov 17:15
748e4d9
Compare
Choose a tag to compare

What's new

  • Move image resize to the frontend, which is now 10x faster for upload
  • Add vote Title and Separator type, démo
  • Sort talk by start minutes in talk list (within tracks and dates)

Full Changelog: v0.29.1...v0.30.0

v0.29.0

21 Jul 20:33
f5704f3
Compare
Choose a tag to compare
  • add a new Super admin UI to follow the Saas usage

v.0.28.0

20 Jul 13:26
0e7b2b0
Compare
Choose a tag to compare

✨ New

  • chor(update-dependencies) : react 18, react-router-dom v6, MUI v6, Vite in place of Create React App, Running CI with all Firebase emulators (auth, firestore, functions, storage), Cypress (E2E tests), Vitest for unit tests and a lot more dependencies updates (storybook, Nivo, Luxon, Prettier, Typescript)
  • ⚠️ chor: rename master default branch to main

Note: this is a first big release since 3 years, I'll try to push new features in the coming months.

v0.27.1

04 Feb 16:54
fa4f51d
Compare
Choose a tag to compare

✨ New

🐛 Fix

  • Fix createdAt on aggregated user vote being null in some case crashing the UI by @HugoGresse in #1587

New Contributors

Full Changelog: v0.26.1...v0.27.1

v0.26.1

21 Dec 15:00
82e076f
Compare
Choose a tag to compare

🐛 Fix

  • [Feedback] Fix #1477 vote aggregation bug when upvotting a text vote which was deleted
  • [Feedback] Fix deleting a text vote after updating it
  • [Feedback] Fix #1492 "null" in Json speakers array in sessions crashing both admin and feedback app
  • [Feedback] Fix #1152 invalidDateTime if startTime supplied without endTime, endTime is now always optional

v0.26.0

16 Oct 16:15
6e4276d
Compare
Choose a tag to compare

✨ New

  • [Admin] Reset event votes from event settings

v0.25.4

27 Jun 12:06
059f779
Compare
Choose a tag to compare

🐛 Fix

  • [Admin] Fix image upload for user avatar and event logo/favicon

v0.25.3

23 Jun 19:43
b035d91
Compare
Choose a tag to compare

✨ New

  • [Feedback] Add donate link on the footer

♻️ Change

  • [Tech] update dependencies

🐛 Fix

  • [Feedback] Fix NaN on comment upvote for existing events