Skip to content

Latest commit

 

History

History
681 lines (355 loc) · 37.5 KB

File metadata and controls

681 lines (355 loc) · 37.5 KB

Changelog

3.0.3 (2026-03-30)

Features

  • a11y: add high contrast base map (164aaa0)

Bug Fixes

  • a11y: add skip-link content id (3ffd26f)

3.0.2 (2026-01-15)

Features

  • add place search component to map (e691300), closes #253

Bug Fixes

  • a11y fixes and improvements (22fa5c2)
  • bump react-aria-components to get bug fix (a46928c), closes #244
  • fix search button tooltip and test (5867857)
  • prevent tiles found and preview banners from overlapping (8e36419), closes #288

Dependencies

  • bump npm dependencies 🌲 (586e81f)
  • bump npm dependencies 🌲 (d3c2149)

3.0.2-rc.3 (2026-01-15)

Bug Fixes

  • a11y fixes and improvements (5194ea5)

Dependencies

  • bump npm dependencies 🌲 (63ac0d4)

3.0.2-rc.2 (2026-01-09)

Features

  • add place search component to map (f70e481), closes #253

Bug Fixes

  • bump react-aria-components to get bug fix (a6c2b88), closes #244
  • fix search button tooltip and test (91d710b)
  • prevent tiles found and preview banners from overlapping (e27f09d), closes #288

Dependencies

  • bump npm dependencies 🌲 (a94a5e6)

3.0.2-rc.1 (2026-01-02)

Features

  • add place search component to map (f70e481), closes #253
  • add tool for copying bulk download snippets for various tools (d667068), closes #165

Bug Fixes

  • bump react-aria-components to get bug fix (a6c2b88), closes #244
  • prevent tiles found and preview banners from overlapping (e27f09d), closes #288

Dependencies

  • bump npm dependencies 🌲 (a94a5e6)

3.0.1 (2025-12-09)

Bug Fixes

  • fix layer selector by downgrading @arcgis/map-components package (fbae6ca), closes #259

3.0.0 (2025-12-08)

⚠ BREAKING CHANGES

  • Total rewrite to use modern libraries
    • Esri API for JavaScript 4.x
    • Implement Utah Design System including many accessibility improvements
    • Added visual cues for downloaded tiles
    • Added support for dark mode
    • Fixed a variety of bugs

Features

  • rewrite application using modern libraries (9bce3e6)

Dependencies

  • bump the safe-dependencies group with 2 updates (2de7811)

3.0.0-rc.10 (2025-12-05)

Bug Fixes

  • add light background to qualtrics survey (d4c8990), closes #271
  • add temporary patch to fix upstream disclosure bug (85c856f), closes #244
  • fix bug preventing visual download clues from working when downloading via map popup (283cdf6)

3.0.0-rc.9 (2025-11-25)

⚠ BREAKING CHANGES

  • This is a total rewrite of the application

Features

  • add home button (67d026a), closes #217
  • add lidar link to header menu (c359b7d), closes #227
  • add links to base map and aerial photography pages (1d3cdb0), closes #227
  • add metadata and report links to download (9352117), closes #218
  • add more info & web page links & download button (2b49e03), closes #221
  • add qualtrics survey (3f983d9)
  • add request timeouts and retry buttons where appropriate (1325db1), closes #223
  • add uds tooltips (c961ad8), closes #220
  • add year collected to lidar category labels (d621a0d), closes #168
  • basic tile download list and popup (ecba668), closes #218
  • cache all queries for 30 minutes (9655e4e)
  • create state machine and model product type selection (4427ea2), closes #220
  • Firebase Analytics tracking for user interactions (7952908), closes #215
  • implement area of interest definition (04bd6e1), closes #213
  • implement extents searching (4074816), closes #222
  • implement map loading busy bar indicator (7cfd63f)
  • implement more info dialog (5411302), closes #223
  • implement preview functionality (86f9704), closes #221
  • implement tile download limits and error handling for exceeded tile requests (f851ef7)
  • implement URL parameters (41110ed), closes #212
  • implement zoom to extent button and show extent on hover (17e5d87), closes #221
  • indicate which tiles have been downloaded (ca11c96), closes #247
  • save clicks by auto-expanding tree items that are single children (9ed8530), closes #221
  • show search results grouped by product type and category (48c076d), closes #221
  • show search results in a tree structure (21ed003), closes #221

Bug Fixes

  • add imagery as an additional base map option (a7601bb), closes #214
  • add UGRC to lidar link text (3b8ba21)
  • better logic for clearing old tile map layers (1c3e3f8)
  • clear any existing AOI if a new sketch tool is activated (a19cd54), closes #221
  • disable drawing toolbar when search is triggered (b77393c)
  • don't run firebase performance in dev (5761499)
  • expand default extent to better fit the state of utah (7b1cd23), closes #217
  • fix bug causing multiple taps on the extent button from zooming the map out continually (0e243ed)
  • fix bug preventing previous download tile layers from being removed (e134732)
  • make sure that the preview does not cover up the AOI graphic (c0a8d8d)
  • move year in lidar categories to parenthesis (a0d3c04), closes #168
  • prevent app from attempting to load before mapview is ready (3ca0af3)
  • prevent blank base maps (68766ea)
  • provide more consistent ordering of products within categories (94c9eb9), closes #234
  • remove curly brace text in product names (2153bb9)
  • reset AOI when selected product types changes (67b8995)
  • set appropriate base map options (4d4145a), closes #214
  • show extents on hovering over product card contents, not just header (14b5c96)
  • start fresh with atlas template (83db5a3)

Documentation

  • document lidar category naming convention (5eed9c1)
  • import architecture and schema-report docs (c65ba95)

Styles

  • add left margin to categories (d03699f)
  • better alignment of more info & download buttons (eb66597)
  • better contrast of product header and buttons (6d8d411)
  • better title sizes and sidebar layout on smaller screens (bceb694)
  • increase indent for product cards (3864b62)
  • LiDAR -> Lidar (a5bc040)
  • make drawing toolbar fit in better with other controls (526d99e)
  • make gutters more consistent (179ef1e)
  • provide more padding for qualtrics survey (fd4faa5)

3.0.0-rc.8 (2025-11-24)

Features

  • implement tile download limits and error handling for exceeded tile requests (0c6c221)

Bug Fixes

  • better logic for clearing old tile map layers (0ba4328)
  • prevent app from attempting to load before mapview is ready (f97c21c)

3.0.0-rc.7 (2025-11-18)

Features

  • add lidar link to header menu (5ae0e54), closes #227
  • add qualtrics survey (7015f5d)
  • add request timeouts and retry buttons where appropriate (e4216bd), closes #223

Bug Fixes

  • fix bug preventing previous download tile layers from being removed (06dc838)

Styles

  • provide more padding for qualtrics survey (0b9aa2c)

3.0.0-rc.6 (2025-11-14)

Features

  • add links to base map and aerial photography pages (330604d), closes #227
  • add metadata and report links to download (615f000), closes #218
  • basic tile download list and popup (a74f681), closes #218
  • cache all queries for 30 minutes (33135ed)
  • Firebase Analytics tracking for user interactions (8ed9fd4), closes #215
  • implement more info dialog (b4c3c66), closes #223
  • implement URL parameters (3572a70), closes #212
  • indicate which tiles have been downloaded (642d708), closes #247

Bug Fixes

  • clear any existing AOI if a new sketch tool is activated (a3eb5b8), closes #221
  • fix bug causing multiple taps on the extent button from zooming the map out continually (7798b1a)
  • move year in lidar categories to parenthesis (5b2a008), closes #168
  • show extents on hovering over product card contents, not just header (f96a613)

Styles

  • add left margin to categories (55745a7)
  • increase indent for product cards (58f57f6)
  • make drawing toolbar fit in better with other controls (d696bec)
  • make gutters more consistent (10c16d6)

3.0.0-rc.5 (2025-10-24)

Features

  • add year collected to lidar category labels (97ad17e), closes #168
  • save clicks by auto-expanding tree items that are single children (89db81d), closes #221

Bug Fixes

  • make sure that the preview does not cover up the AOI graphic (5b15fa5)
  • provide more consistent ordering of products within categories (c17f8a7), closes #234
  • remove curly brace text in product names (75801d3)
  • reset AOI when selected product types changes (183869e)

Documentation

  • document lidar category naming convention (26fed48)

Styles

  • better alignment of more info & download buttons (3350f73)
  • better contrast of product header and buttons (11a60e8)

3.0.0-rc.4 (2025-10-22)

Features

  • add more info & web page links & download button (f50c377), closes #221
  • implement preview functionality (0173ad8), closes #221
  • implement zoom to extent button and show extent on hover (49eadde), closes #221
  • show search results in a tree structure (7061a53), closes #221

Bug Fixes

  • disable drawing toolbar when search is triggered (bdf01a4)

Styles

3.0.0-rc.3 (2025-10-14)

Features

  • implement area of interest definition (6856296), closes #213
  • implement extents searching (2ead3ef), closes #222
  • implement map loading busy bar indicator (62e37ce)
  • show search results grouped by product type and category (17b8445), closes #221

Bug Fixes

  • add imagery as an additional base map option (763935e), closes #214
  • expand default extent to better fit the state of utah (6992d9f), closes #217
  • prevent blank base maps (cfc9d17)

Documentation

  • import architecture and schema-report docs (0fed212)

3.0.0-rc.2 (2025-10-08)

Features

Bug Fixes

  • set appropriate base map options (8fb26e3), closes #214

Styles

  • better title sizes and sidebar layout on smaller screens (6d1e814)

3.0.0-rc.1 (2025-09-29)

⚠ BREAKING CHANGES

  • This is a total rewrite of the application

Bug Fixes

  • don't run firebase performance in dev (0ee5374)
  • start fresh with atlas template (581ecbd)

2.5.11 (2025-11-10)

Dependencies

  • dev: bump the safe-dependencies group with 2 updates (#225) (e2bba81)

2.5.10 (2025-09-04)

Bug Fixes

2.5.10-rc.2 (2025-09-04)

Bug Fixes

  • remove missing exclude layer from dojo build (ab69903)

2.5.10-rc.1 (2025-09-04)

Bug Fixes

  • scripts: fix path for new forklift machine (4f9d46d)

Dependencies

2.5.9 (2025-07-30)

Dependencies

  • audit fix (5cbbe3e)
  • bump the npm_and_yarn group with 2 updates (5a9d10d)
  • dev: bump the safe-dependencies group across 1 directory with 2 updates (930fabd)

2.5.8 (2025-06-30)

Bug Fixes

  • replace redirected link with permanent location (180dd72)

Dependencies

  • dev: bump @babel/core in the safe-dependencies group (c95286c)

2.5.7 (2025-05-20)

Dependencies

Documentation

2.5.6 (2025-01-07)

Dependencies

  • dev: bump the safe-dependencies group across 1 directory with 5 updates (1452ad6)

2.5.5 (2024-10-03)

Bug Fixes

2.5.4 (2024-10-03)

Bug Fixes

2.5.3 (2024-10-03)

Bug Fixes

  • pin uglify to workaround breaking change (35c067d)

2.5.2 (2024-10-02)

Dependencies

  • FY25Q2 dependency updates 🌲 (9fc41a6)

2.5.1 (2024-07-22)

Bug Fixes

  • Add new ga property information (2fbc4ba)

2.5.0 (2024-06-26)

🚀 Features

  • add qualtrics survey snippet (957211a)

🌲 Dependencies

  • bump ws and websocket-stream (1d54e58)
  • dev: bump the safe-dependencies group across 1 directory with 3 updates (ae954b7)

2.5.0-0 (2024-06-26)

🚀 Features

  • add qualtrics survey snippet (3944e5c)

2.4.1 (2024-04-02)

🌲 Dependencies

  • dev: bump the major-dependencies group with 1 update (bddca3c)
  • dev: bump the safe-dependencies group with 2 updates (f1a7679)

2.4.0 (2024-02-12)

🚀 Features

🐛 Bug Fixes

  • add loader when using cat/catGroup url params (67b45d4), closes #131

🌲 Dependencies

  • dev: bump the safe-dependencies group with 2 updates (2e909af)

📖 Documentation Improvements

2.4.0-0 (2024-02-09)

🚀 Features

🐛 Bug Fixes

  • add loader when using cat/catGroup url params (5f28a15), closes #131

🌲 Dependencies

  • dev: bump the safe-dependencies group with 2 updates (2e909af)

📖 Documentation Improvements

2.3.8 (2023-10-19)

🌲 Dependencies

  • dev: bump @babel/traverse from 7.23.0 to 7.23.2 (3496ce8)

2.3.7 (2023-10-06)

🐛 Bug Fixes

  • add new gtag snippet and ga4 id (f876e0e)

2.3.6 (2023-07-04)

🌲 Dependencies

2.3.5 (2023-04-04)

🌲 Dependencies

2.3.4 (2023-02-02)

🌲 Dependencies

2.3.3 (2022-12-07)

🐛 Bug Fixes

  • 🌲 november package updates (254ebfb)
  • 🌲 update dependencies for november (8c3ccd5)

2.3.2 (2022-11-03)

🐛 Bug Fixes

  • add missing param to prod deploy action (ece29b1)

2.3.1 (2022-11-03)

🐛 Bug Fixes

  • November dependency bumps 🌲 (5b9337d)

2.3.0 (2022-10-03)

📖 Documentation Improvements

  • make it more clear that this is py3 env (a7e566b)

🚀 Features

  • add security headers to firebase (579a573)

🐛 Bug Fixes

  • add bump step (11dc1a8)
  • add mission action permissions (eccbbb3)
  • defined output for release job and use better name (c60bd28)
  • handle strict mode dojo issue with inherited calls (e72545e)
  • move service now inputs to prod deploy action (6eaedda)
  • point at v1 of deploy action (e94bf3b)
  • remove async/await that uglify was choking on (9bc512a), closes #72
  • set bump files to 0.0.0 (14dd620)
  • switch to prebuild-command (4be1102)
  • update def queries for 2019 kane lidar layers (2231624)
  • update SEO markup (89e1864), closes #55
  • use new build command syntax (ed1565d)

2.3.0-5 (2022-09-30)

🐛 Bug Fixes

  • point at v1 of deploy action (7a86d27)
  • set bump files to 0.0.0 (74d3a67)

2.3.0-4 (2022-09-29)

🐛 Bug Fixes

  • defined output for release job and use better name (ed4357f)

2.3.0-3 (2022-09-29)

🐛 Bug Fixes

  • switch to prebuild-command (22ea0f6)

2.3.0-2 (2022-09-29)

🐛 Bug Fixes

2.3.0-1 (2022-09-29)

🐛 Bug Fixes

  • use new build command syntax (7b1346d)

2.3.0-0 (2022-09-29)

📖 Documentation Improvements

  • make it more clear that this is py3 env (a7e566b)

🚀 Features

  • add security headers to firebase (579a573)

🐛 Bug Fixes

  • handle strict mode dojo issue with inherited calls (e72545e)
  • remove async/await that uglify was choking on (9bc512a), closes #72
  • update def queries for 2019 kane lidar layers (2231624)
  • update SEO markup (89e1864), closes #55