Skip to content

1.3.0

Compare
Choose a tag to compare
@FabienBounoir FabienBounoir released this 17 Feb 18:22
· 5 commits to main since this release
3edcf2e

This realase includes several updates to the backend and frontend of the poker planning application, adding new features and improving existing functionality. The most important changes include adding a new voting feature during results, updating the version in package.json, and enhancing UI components.

Backend Updates:

  • Added voteOnResults property to room creation and initialization process in backend/index.js and backend/server.js to support voting during results. [1] [2] [3] [4] [5] [6]
  • Updated the version in backend/package.json to 1.3.0.

Frontend Updates:

  • Added voteOnResults option to the room creation form in src/routes/create/+page.svelte. [1] [2] [3] [4] [5]
  • Enhanced Card.svelte and Code.svelte components to include new properties and functionality. [1] [2] [3] [4] [5]
  • Added a new ProgressBar.svelte component with animation effects.

Localization Updates:

  • Added translations for voteOnResults in multiple language files (en.json, es.json, fr.json, it.json). [1] [2] [3] [4]

Miscellaneous:

  • Removed darkened shades creation in src/lib/myshades/index.js.
  • Minor style updates in src/app.scss and Switch.svelte. [1] [2]

New Vote on result feature and New result design

image

First voter indicator (crown)

image

What's Changed

Full Changelog: 1.2.3...1.3.0