Skip to content

Releases: HugoGresse/open-feedback

v0.10.0

16 Nov 16:18

Choose a tag to compare

New features: (screenshots below)

  • add some counters to the Dashboard
  • create a new vote item + focus it when pressing "Enter" key on another vote item
  • add a "Copy" button to the JSON model

Improvements & fixes:

  • form error messages are now displayed more clearly
  • form submit button & fields are now disabled when the form is submitting (formik v2 issue)
  • date range form are disabled on submit
  • admin user are now saved/updated in database to prepare the Users screen in the admin.
  • dependency update

Capture d’écran 2019-11-16 à 17 04 47
Capture d’écran 2019-11-16 à 17 05 06
Capture d’écran 2019-11-16 à 17 05 23
Capture d’écran 2019-11-16 à 17 17 55

v0.9.0

12 Nov 17:18

Choose a tag to compare

Bug fix

  • login issue between the admin and the feedback has been fixed. As a result, if you vote while being logged in to the admin, your vote will not be anonymous and you'll be notified when voting.

New feature

  • you can now change event setup within the admin after the event creation
  • you can validate those changes with the validation button on the right
  • new event now always have a chip colors by default and a createdAt timestamp
    Capture d’écran 2019-11-12 à 17 47 31

v0.8.0

07 Nov 13:54

Choose a tag to compare

Technical release:

  • voteItems is now removed from collection to a simple array
  • dependency update
  • new script folder for the DB migration.

Bug fix: comment switch on Voting Form was not saved on modification, only with the save button below. This was weird, it is now auto saved.

v0.6.1

06 Nov 08:03

Choose a tag to compare

  • add open & close vote range in admin

Capture d’écran 2019-11-06 à 09 02 58

Capture d’écran 2019-11-06 à 09 03 06

  • migrate Firebase cloud function to TypeScript + add unit test
  • dependencies update (include lodash version which did fix 10k high vulnerabilities)

v0.5

25 Oct 15:32

Choose a tag to compare

Capture d’écran 2019-10-25 à 17 31 44

  • also, the admin contain the speaker list

Capture d’écran 2019-10-25 à 17 32 53

  • Update dependencies

v0.4

09 Oct 06:55

Choose a tag to compare

  • new Talks page in admin (read-only but search is possible), see screenshot below
  • update dependencies

image

v0.3

30 Sep 07:15

Choose a tag to compare

  • update dependencies (a lot)
  • add speaker list on Admin
  • add Cypress Test on Feedback
  • fix GA + add Firebase performance
  • small fixed for filter/searches on feedback

Screenshot_2019-09-30 Open Feedback

v0.2

13 Sep 14:40

Choose a tag to compare

New features

  • revamp of Event & Theme admin, include color picker for chip + better UI/checks.
    64847765-0dbfb880-d610-11e9-8c77-f2e26d26de42

Tech

  • dependency update
  • CI moved to Github Actions
  • ⚠️ src/config.js has been removed in favor of environment variable, see here

v0.1

30 Aug 07:23

Choose a tag to compare

New Features

  • new Admin layout
  • Event can now gather data from an external JSON with a predefined template
  • Admin: manage Voting Form
    https://openfeedback.io/admin

Tech

  • dependencies update (a lot)
  • redux codebase uniformisation