Releases: decidim/decidim-bulletin-board
Releases · decidim/decidim-bulletin-board
v0.19.0
Added
- The voter
encrypt
method now returns the plainVote
and the electionUniqueId
so it will be included when the user audits the ballot.
v0.18.0
Added
- The bulletin board client now accepts the
polling_stations
param with a list of valid polling stations identifiers for running hybrid elections.
- The bulletin board client now includes a
in_person_vote
to inform the server about physical votes.
v0.17.1
Fixed
- Use the correct main file in the bulletin board javascript client.
v0.17.0
Added
- The bulletin board client now accepts the
ballot_styles
param when creating an election.
v0.16.1
chore: bump to version 0.16.1
v0.16.0
Added
- The bulletin board client now includes a
reset_test_database
method that can be called in the test environment to clear the bulletin board database.
v0.14.0
Changed
- The
onSetup
event is no longer supported when adding the key ceremony, tally and voter components.
v0.13.1
Changed
- The
create_election
method doesn't need the weight
field for questions and answers anymore. It will use the given order to create the sequence_order
value.
v0.12.1
Changed
- The
VoteComponent
event names have been changed to more suitable ones.
v0.12.0
Added
- The
Voter
returns the ballot hash after encrpyting the plain vote and before auditing or casting it
Changed
- The
create_election
command now expects objects representing the parts public keys.