1.3.0
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 inbackend/index.js
andbackend/server.js
to support voting during results. [1] [2] [3] [4] [5] [6] - Updated the version in
backend/package.json
to1.3.0
.
Frontend Updates:
- Added
voteOnResults
option to the room creation form insrc/routes/create/+page.svelte
. [1] [2] [3] [4] [5] - Enhanced
Card.svelte
andCode.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
andSwitch.svelte
. [1] [2]
New Vote on result feature and New result design

First voter indicator (crown)

What's Changed
- Ci/auto reload backend by @FabienBounoir in #7
- Feature/vote on result page by @FabienBounoir in #8
Full Changelog: 1.2.3...1.3.0