Skip to content

Releases: jazzsequence/DnD-Battle-Tracker

0.3.2

09 Nov 21:17
b132d9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

24 Feb 16:23
82c3e33
Compare
Choose a tag to compare

Fixes some styling issues that existed in Firefox and Firefox Developer Edition.

0.3.0

23 Feb 23:01
Compare
Choose a tag to compare

Rebuilds the Battle Tracker as a React app.

  • refactored entire codebase in React
  • added true build and deploy process so app can be deployed as a single-page app (SPA)
  • updated the character add and initiative order elements so characters are automatically ordered in their initiative order when they are added
  • even more simplified html in the main index.html file (everything is served from within React components)
  • added a new landing page which generates a unique guid where all your encounter information is stored in local storage.
  • added a generic 404 page
  • added gh-pages to handle deploying to GitHub pages

Styles! 🎨

03 Jan 18:06
Compare
Choose a tag to compare
Styles! 🎨 Pre-release
Pre-release

This release adds CSS Grid for layout and styling along with build tools for compiling the SCSS and rendering live previews during development.

D&D Battle Tracker 0.1 Beta

20 May 17:34
Compare
Choose a tag to compare
Pre-release

This version includes the working javascript for tracking and storing characters, dexterity and hit points, and uses that information to create an initiative ordered list with an input field to add damage the character has taken, with messages that display when the damage is recorded.

No styles have been applied, so this is very rough.