Skip to content

Latest commit

 

History

History
96 lines (66 loc) · 9.17 KB

CHANGELOG.md

File metadata and controls

96 lines (66 loc) · 9.17 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.0 (2022-03-12)

Features

  • factions: Add basic faction model/service/display (c89ab89), closes #17
  • factions: Relationships based on reaction roll (f4ba745), closes #17
  • factions: Show factions on map (6022281), closes #17
  • links: More links from notes to npc/faction objects (fe0a253), closes #25
  • map: Add pcs to map (7d02157)
  • notes: Add links to notes (fb869f9), closes #25
  • pc: Add relationships to pcs (d4de8ae), closes #16
  • pc: Added tables of example traits/skills (41ecb9f), closes #18
  • relationships: Improve table, add roll to form (bd61f09), closes #22
  • tables: Add oneof token to tables (db2b53a)

Bug Fixes

  • tables: Fix table result modal rerolls (9b462a4), closes #23

2.1.1 (2022-02-06)

Bug Fixes

  • map modal: Move into route output (3132800), closes #20
  • route: Fix for empty output (bafb7e7), closes #19

2.1.0 (2022-02-06)

Features

  • characters: Add character page (f32ee49), closes #1
  • map: Account for viewport being smaller than coords (cff7fe5)
  • map: Add arrow on link label (1a52ef6)
  • map: Show two way relationships (5e42926)
  • npcs: Add relationships for NPCs (d41143e)
  • relationships: Basic map for NPCs (a86afc8), closes #3
  • routing: Add routing for pages (9657971), closes #15
  • tables: Add reroll to results modal (b7d021e), closes #14

Bug Fixes

  • css: Fix dupe id causing weird styling in form (858d91e)
  • modals: Scroll content when overflowing (1d08b57)

2.0.0 (2022-01-13)

Features

  • Focus management improvements (8156b0e)
  • New table items, new rules (817dbcd)
  • notes: Delete notes that are new and empty (4204849), closes #10
  • npcs: Allow markdown in notes property (902609a)
  • tabledrawer: Click outside to close (1a4b131), closes #11
  • ui: Collapse all button for npcs/notes (3356b12)

1.0.0 (2021-06-27)

Features

  • import/export: Basic functionality (c85981a)
  • modals: Add base modal code (c43d962)
  • notes: Add crud for notes and markdown for content (c15ad1c)
  • notes: new notes are opened and in edit mode (d276101)
  • npc/notes: Allow for reordering and save order for reload (0c9a0f0)
  • npcs: Impoved consolidated names list (bf57d2e)
  • roller: Add a die roller to the header. (3c63808)
  • tables: Add more tables (905bea6)
  • town: Always have a town set (ae3c44c)
  • town: More town editing (4e195a6)
  • town: Started town element (fdf43f6)
  • ui: Add collapse state to note/npc models (0abdf95)
  • ui: Color changes in progress (e57063e)
  • ui: Make tables into a side drawer (a2b71d8)
  • ui: More fixes (eb3953d)
  • ui: More ui changes (f6a65a1)
  • Framework for lots of new features (e77e09a)
  • More improvements like rerolling npc fields (aed0d05)
  • ui: More updates (c2914e4)
  • Added intro and rules page (0bf4680)
  • Redux, localstorage, ui changes, etc. (2c22a29)

Bug Fixes

  • nav: Fix table link to button (c17aae7)