Releases: derikb/character-sheet-app
Releases · derikb/character-sheet-app
v4.5.3
Minor dependency updates.
v4.5.2
Updated eslint to 9 and made appropriate changes for the breaking changes in it.
v4.4.0
Features
- spells: Add 5e spell lookup (7139753)
Also dependency updates.
v4.3.2
Bumped to force service worker update to fix firebase auth cross-origin issues. (All code changes were on the server and in configs, so are not in this repo.)
v4.3.0
Features
- vagabonds: Add some missing fields (53ff0af), closes #115
Bug Fixes
- intro: Show only if no characters are saved locally (27264d0), closes #116
Also package-lock file is now updated to v2. So it shouldn't throw warnings in node >=16/npm >= 8.
v4.2.0
Features
- dice: Add full set rollers to 5e (10811c7), closes #100
- dice: Added skill/saving rollers on 5e (f63275f), closes #100
- keys: Handle backspace in note/list/table components (8b9e2c0), closes #109