Skip to content

Releases: karlyanelson/dnd-map

v1.3.0

17 Dec 23:05
b6ac4aa
Compare
Choose a tag to compare

New Features!

  • You can now drag multiple character pieces at once. Click each piece you want to drag, and it will be highlighted with a white, dotted outline. Then drag one of them, and the rest will be dragged along with it. Clicking off deselects the character pieces.
  • You can also drag them via keyboard now (previously you had to modify the x and y coordinates to move pieces with the keyboard). Tab to the pieces you want to move, hit space or enter to select them, and then use the arrow keys to move them. Press Escape to deselect them.
  • Added a "skip to content" link that will skip the settings sidebar and put your keyboard focus on the first character piece.

v1.2.3

17 Dec 19:31
Compare
Choose a tag to compare

Tech Debt

Upgraded to Tailwind 3.0

v1.2.2

18 Oct 16:19
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue introduced in upgrading Reef to v10 where the X and Y position input values weren't updating when character pieces were dragged.

Tech Debt

  • Upgrade to official Parcel v2 (out of beta)
  • Refactor: move character fields to their own files to make it easier to manage
  • Tweak some styles

v1.2.1

13 Oct 15:29
Compare
Choose a tag to compare

Bug Fixes

Fix broken links to the settings page from the map page

v1.2.0

13 Oct 15:29
Compare
Choose a tag to compare

New Features!

  • View the settings and the map in different tabs, so you can edit the settings and add characters on one screen while sharing just the map on another.

    • Changes on one page automatically update the other pages.
      • Note: only works if using different tabs in the same browser - won't share data across browsers
    • /settings
    • /map
  • Add an Area of Effect on characters

    • Can edit both the radius and the color of the area of effect
  • Light mode vs Dark mode

    • Changes to light mode or dark mode depending on your system preferences (used to just be dark mode)

Tech Debt

  • Update browserlist
  • Upgrade to Parcel v2
  • Upgrade to Tailwind v2 with jit

Design

  • Change font from Gill Sans to Ubuntu
    • higher x-height makes it easier to read
  • Other small design tweaks

v1.1.0

11 Oct 17:09
Compare
Choose a tag to compare

New features!

I've added some new features to make it easier to manage large character lists:

  • Duplicate a character
  • Remove all characters at once
  • Expand all characters in the list
  • Collapse all characters in the list

Tech Debt

  • Refactor to use more ES6 features (template literals, let/const vs var, etc.)
  • upgrade to ReefJS v10.0.0

v1.0.0

11 Oct 17:05
Compare
Choose a tag to compare

First release with basic features:

  • Upload an image for the map background (limited to 3MB)
  • Add character pieces
    • Name
    • Background Color
    • Icon Background via dropdown (optional)
    • Image Background via URL (optional)
    • Size
    • X coordinate
    • Y Coordinate
  • Remove character pieces
  • Drag characters around the map
  • Zoom the map and characters
  • Edit base character piece size
  • Expand and collapse settings panel
  • Save all data to localStorage in your browser