Skip to content

Latest commit

 

History

History
194 lines (115 loc) · 15.2 KB

CHANGELOG.md

File metadata and controls

194 lines (115 loc) · 15.2 KB

Changelog

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

0.6.0 (2022-07-13)

Features

  • auto-open project info on map feature click (8fcf25a)

Bug Fixes

  • make udot facilities checkbox look visually distinct from others (a48c148)
  • make udot ownership and other checkboxes apply only to the project type that they are contained in (1207e62)
  • select/unselect all should ignore udot ownership checkboxes (7b0e21e)
  • turning off all primary checkboxes hides all features (61d2246)
  • unselecting all should remove all features for that project type (6ef6a65)

0.5.0 (2022-07-12)

⚠ BREAKING CHANGES

  • The infoText and projectTypes configs have been nested under filter.

Features

  • add disableAdvanced filter config (e40a28f)
  • make application title configurable (3160c6b)

Bug Fixes

  • fix reset button regression (b881b7c)
  • remove "in millions" text from cost filter (ea31ee0)

0.4.0 (2022-07-11)

Features

  • port comments widget from old wab app (e02835d), closes #19 #9
  • port Project Information widget from wasatch choice map (66b704c), closes #19
  • pretty print sql in console logs (1fd61a5), closes #31

Bug Fixes

  • add spinners back to bootstrap (09d1346)
  • simplify ownership filter (9d96c20), closes #33 #8
  • UX improvements for cost filter (733b90b), closes #32

0.3.0 (2022-06-21)

Features

  • add (un)select all header links (b82af26), closes #26
  • add link to wfrc favicon (8b4e051), closes #29
  • auto-cancel builds (6085cf3)
  • implement cost filters (e123e04), closes #6
  • implement info popup (e9ac26a), closes #7 #9
  • implement phase year filters in advanced (b140956), closes #6
  • implement project type header in phase tab (9d51933), closes #6
  • implement reset filter button (e52b0c3), closes #12
  • implement use phasing radio buttons (abd980f), closes #6 #5
  • initial filter by project type implementation (f5007cd), closes #6
  • sync advanced toggle state between tabs (a567678), closes #6
  • sync project types between mode/phase tabs (01fe1f3), closes #6

Bug Fixes

  • balance geometry type labels with others (3c9c8d4)
  • build: jest tests on ci (f99196d)
  • build: linting (7b2e7a2)
  • build: remove autoprefixer warning that is failing build in ci (355e082)
  • fix active/focus outline overlap (42eccc9)
  • formatting (5a308b2)
  • ftp -> rtp typo (2f54527)
  • give the labels a little more breathing room (164c1ed)
  • handle vertical scrolling issue (0a8fb07), closes #28
  • hide advanced filter on load (881d6f1)
  • make heading stand out more visually (4f3b7f3)
  • match labels colors to legend swatches (86188ef), closes #16
  • switch active/inactive tab colors (4ae9737), closes #30
  • update layer defs on use phasing change (d8b4294), closes #6

0.2.2 (2022-06-15)

Features

Bug Fixes

  • hide advanced filter on load (c3adaee)

0.2.1 (2022-06-15)

Bug Fixes

  • build: remove autoprefixer warning that is failing build in ci (577b77c)

0.2.0 (2022-06-15)

Features

  • implement cost filters (4a02f23), closes #6
  • implement phase year filters in advanced (5fdc43b), closes #6
  • implement project type header in phase tab (999fd2e), closes #6
  • implement use phasing radio buttons (8e85933), closes #6 #5
  • initial filter by project type implementation (640a0ab), closes #6
  • sync advanced toggle state between tabs (3331a7e), closes #6
  • sync project types between mode/phase tabs (9e26709), closes #6

Bug Fixes

  • balance geometry type labels with others (5c58656)
  • give the labels a little more breathing room (83657a8)
  • make heading stand out more visually (30625a5)
  • match labels colors to legend swatches (1133635), closes #16
  • update layer defs on use phasing change (75e882e), closes #6

0.1.5 (2022-04-26)

Bug Fixes

  • add config to support non-root level deployment (9765f7b)

0.1.4 (2022-04-22)

Features

  • add error boundary to filter (e25addd)
  • begin to flesh out simple filter layout and framework (1b1bd0f), closes #5
  • show symbols from feature layers (45980a7), closes #5
  • tooling: add react eslint configs (2d2d9c6)
  • wire up simple filter checkboxes (5e351e2), closes #5

Bug Fixes

0.1.3 (2022-04-21)

Bug Fixes

  • tooling: release body param (12444ae)

0.1.2 (2022-04-21)

Bug Fixes

  • tooling: remove working dir (87dc208)

0.1.1 (2022-04-21)

Features

  • tooling: implement github action for releases (4929703), closes #1

0.1.0 (2022-04-21)

Features

  • add home button (d73b240), closes #3
  • add sherlock (51da6e6)
  • flesh out basic layout (5d9233f), closes #3
  • tooling: add eslint npm command (4f9279e), closes #2
  • tooling: bootstrap and sass (f2ddeaf), closes #3
  • tooling: implement bootstrap (061a163)
  • tooling: implement prettier (4391097), closes #2
  • tooling: implement standard version release (229ef1f), closes #1

Bug Fixes