Skip to content

Releases: 3d-dice/dice-box

v1.1.14

24 Aug 14:33
Compare
Choose a tag to compare

Fixed up the browserlist entries in the package.json file that was causing issues with new React projects.
Added a demo project for React at /demo/react-project

v1.1.3

08 Jul 20:22
Compare
Choose a tag to compare

There have been a number of code updates to allow for non-numerical dice themes. Dice Box is now more compatible with dice that have symbols or text for values. Specifically added support for Genesys dice. Previously, dice sides would mean the number of sides, such as d20. Now sides represents the die id or name as identified in the mesh file. The value of a die face can be a string, number or array value.

Dice themes can now be extended. Extended themes cannot be extended themselves, but a target theme may be extended multiple times.

Removed the query selector as the first argument in the Dice Box constructor. It is now in the config options as container and is optional.

Added new config options:

  • container
  • preloadThemes
  • externalThemes
  • onBeforeRoll

Updated other @3d-dice projects as well.

Updated Demos.

v1.0.14

27 Jun 19:10
Compare
Choose a tag to compare

Fixing a config calculation bug introduced in 1.0.13

v1.0.13

19 Jun 12:59
Compare
Choose a tag to compare

Fix config calculation issues when using updateConfig (#101)

v1.0.12

23 Jan 16:06
Compare
Choose a tag to compare

Fix for d100 calculations.
00 + 0 = 0 instead of 100.

Fix edge case bug where, when rolling a d100, the d10 value was added to the final result twice.

v1.0.11

22 Jan 17:18
Compare
Choose a tag to compare

Updated node modules
Fixes for:
#91
#87
#85
#68

v1.0.10

07 Jul 16:49
Compare
Choose a tag to compare

Bugfix for d00 and d% rolls.

v1.0.9

04 Jul 12:10
Compare
Choose a tag to compare

Long overdue fixes for bugs:
#54
#66
#77
#80

v1.0.8

06 Feb 20:18
Compare
Choose a tag to compare

Fixing bug with new keyword on vector method
Allowing for more flexible dice names. No longer tied to 'd' + int pattern.

v1.0.5

10 Jun 00:08
b7d4f3f
Compare
Choose a tag to compare

Bugfix release that fixes custom colors materials with instanced buffers on offscreen canvas