Skip to content

Releases: HugoGresse/open-feedback

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

v0.25.2

19 Jun 13:47
d6779b2
Compare
Choose a tag to compare

✨ New

  • ⚠️ [Feedback et admin] New vote button on text comment so user can up vote another user vote. If you want to disable this feature, please open an issue.
  • New option to hide user votes until the user actually vote on the talk (and the vote range is open). This option if off by default, the goal is to try to reduce the bias of voting to the same option as other users. Let us know what you think by shooting a tweet.
  • New option to display vote in live/realtime, meaning user votes are displayed as they vote. This option is also off by default because having those votes in realtime is more expensive.
  • 3 new query parameters to the votes websites:
    • ?displayVotes=true force the vote display if the option to hide vote until the user vote is on.
    • ?hideHeader=true hdie the vote header, useful if you are displaying only the vote form in an <iframe> on your own website
    • ?forceColorScheme=dark/light force the color scheme on the vote to either light or dark. This with the hideHeader params helps OpenFeedback match your website design.

♻️ Change

  • [Tech] Update some dependencies on front & functions/serverless

⚠️ Breaking change (1)

  • Due to the update of firebase-functions library, I've replaced the now deprecated firebase functions:config to firebase env which take .env or .env.local file rather than a config stored on a server. To migrate, you'll just need to convert your config using firebase functions:config:export

Capture d’écran 2022-06-19 à 15 47 02 1

Capture d’écran 2022-06-19 à 15 43 51