Skip to content

Releases: TheBlindHawk/Roulette

v/1.3.4

14 Nov 05:24
78412b5
Compare
Choose a tag to compare

Version Updates

  1. Updated and fixed README
  2. improved the code to mainly use d3-selection

v/1.3.3

09 Nov 07:35
23feb14
Compare
Choose a tag to compare

Version Updates

  1. FIXED: roll probabilities calculations off by 1
  2. FIXED: roll probabilities always logs an error message
  3. FIXED: cannot change the container id from "roulette"

v/1.3.2

02 Nov 05:21
f428280
Compare
Choose a tag to compare

Version Updates

  1. font size, weight and color can be customized via setTextFont()
  2. removed all unused d3 dependecies

v/1.3.1

26 Oct 15:44
Compare
Choose a tag to compare

removed unnecessary dependency from package.json

v/1.3.0

26 Oct 15:37
48c7dbf
Compare
Choose a tag to compare

1.3 Version Updates

  1. you can now rotate the text at will!
  2. the default "click" sound not playing has been fixed
  3. custom arrow svg element has been tested

v/1.2.1

26 Oct 10:46
Compare
Choose a tag to compare

Version 1.2.1

  1. minor fix to hide default sound error messages in the console
  2. minor README fixes

v/1.2.0

17 Oct 09:24
4a67454
Compare
Choose a tag to compare

Version 1.2

  1. you can now customize roll probabilities!
  2. you can roll on a random number instead of a fixed one
  3. addRollText() => setRollText() for better comprehention
  4. you can now change the arrow svg with a custom element (beta ver.)

v/1.1.0

17 Oct 09:22
4a67454
Compare
Choose a tag to compare

refactoring of roulette draw method

Version 1.1

  1. changes/fix to export method
  2. Roulette() now requires the id of the div
  3. customizable colors!

v/1.0.0

17 Oct 09:19
4a67454
Compare
Choose a tag to compare

might have issues on export, if so change the following inside index.js:

module.exports = class Roulette {
export class Roulette {