1.16.4 (2026-01-22)
- ♻️ Refactors(
common): use new qfaults layer
- 🐛 Bug Fixes(
hazards): remove is_current filter from qfaults layer* 🐛 Bug Fixes(hazards): update related table to use unitdescriptions_current* 🐛 Bug Fixes(hazards): use unitdescriptions_current table in hazards-review layers
1.16.3 (2025-11-13)
- ♻️ Refactors(
ccs): changes to georegion opacity, popup disclaimer and su… (#327)* ♻️ Refactors(ccs): swap seamlessgeolunits layer (#329)
- ♻️ Refactors(
common): add error boundaries for wrong url and out of bounds arguments (#325)* ♻️ Refactors(common): change github link to new url, edit readme (#326)* 🐛 Bug Fixes(common): don't wait for initview.when() to be true to render the map (#324)* 🐛 Bug Fixes(common): use a div instead of p in popup (#323)
- 🐛 Bug Fixes(
data-reviewer): allow for multiple layer config descriptions to be displayed on 1 page (#321)
- ♻️ Refactors(
wetlandplants): initial setup for wetland plants app (#320)
1.16.2 (2025-10-06)
- ♻️ Refactors(
ccs): add data sources information, change sitla layer name (#314)
- 🐛 Bug Fixes(
common): prevent popup drawer from closing and reopening (#313)
- ♻️ Refactors(
data-reviewer): change some text, update packages (#312)* 🐛 Bug Fixes(data-reviewer): flood hazards review data now showing (#319)* 🐛 Bug Fixes(data-reviewer): remove wrong visibility flag for landslides review layer (#310)
- ♻️ Refactors(
hazards): add flooding hazard layers to hazards and hazards-review apps (#315)* ♻️ Refactors(hazards): clean up routes and put report into a pathless route (#316)* 🐛 Bug Fixes(hazards): correcting related tables for flood hazards (#318)
1.16.1 (2025-10-01)
1.16.0 (2025-10-01)
- 🐛 Bug Fixes(
ccs): allow or operator for formation search (#309)
- ♻️ Refactors(
common): remove tabler/react-icons in favor of lucide icons (#302)* ♻️ Refactors(common): some optimizing, upgrade packages, remove unused packages, (#304)
- ✨ Features(
data-reviewer): add splash screen for reviewer (#306)* 🐛 Bug Fixes(data-reviewer): reorg folder structure to move params to _map, clear params from login page (#308)
- ✨ Features(
geophysics): add layers (#305)
1.15.0 (2025-09-23)
- ✨ Features(
common): add use-is-map-loading hook and maploadingspinner component to track map loading state (#300)
- ♻️ Refactors(
data-reviewer): alter visibility layers (#297)
1.14.0 (2025-09-23)
- ♻️ Refactors(
common): fix the logo collapsed size, connect sidebar content and collapsed state to url, refactor usegetsidebarlink and usegetpageinfo to usequery (#294)* 🐛 Bug Fixes(common): prevent usegetlayerconfigs from loading all config data (#296)
- ✨ Features(
data-reviewer): add dynamic review layers (#288)
- ♻️ Refactors(
geophysics): Initial map setup for geophysics app (#293)
1.13.1 (2025-09-10)
- ♻️ Refactors(
ccs): add a feedback form for the carbon storage app (#291)
- ♻️ Refactors(
common): extract feature response handling into dedicated hook* ♻️ Refactors(common): extract layer visibility logic into reusable hook* ♻️ Refactors(common): extract map click handling into reusable hook* ♻️ Refactors(common): make a coordinate adapter to make a map library agnostic coordinate functionality* ♻️ Refactors(common): move useMap to its own hook file, abstract filters and position to useDomainFilter and useMapUrlSync* 🐛 Bug Fixes(common): remove a highligh/selection graphic from a feature if layer is turned off (#290)* ♻️ Refactors(common): store zoom, lat, lon, in the root search schema
1.13.0 (2025-08-28)
- ♻️ Refactors(
ccs): add beta in portal title (#282)* ♻️ Refactors(ccs): add disabled states to layer filters and a conditional message to turn on layer (#284)* ♻️ Refactors(ccs): add las filter (#280)* ♻️ Refactors(ccs): add the color ranking to the geo region layer (#281)* 🐛 Bug Fixes(ccs): fix layer descriptions (#279)* ♻️ Refactors(ccs): refactor ccus to either ccs or carbonstorage (#278)
- ♻️ Refactors(
ccus): allow for multiple formations to be queried (#272)* ♻️ Refactors(ccus): change layer Geothermal Powerplants to Geothermal Power Plants (#269)* 🐛 Bug Fixes(ccus): rename layer to make layer description info accordion work (#270)* ♻️ Refactors(ccus): update layer names (#276)* ♻️ Refactors(ccus): update map details, data sources, references, and acknowledgements (#268)
- ✨ Features(
common): add a landing page (#273)* ✨ Features(common): add legend functionality for graphicstroke and graphicfill in sld* ✨ Features(common): convert symbol generation to native svg, remove esri symbol deps (#263)* ♻️ Refactors(common): create useMap hook, simplify MapProvider, and remove unused variables (#277)* ♻️ Refactors(common): decrease zoom value on load, fix bad link (#286)* ♻️ Refactors(common): ensure that cql filters are added with click requests (#266)* ♻️ Refactors(common): make index.html file generic for now (#283)* ♻️ Refactors(common): more ccus mentioned removed (#285)* ✨ Features(common): return text-only legend item for SLD rules with only name elements as children (#267)
1.12.1 (2025-08-14)
- ♻️ Refactors(
ccus): finalize the order of the layers* ♻️ Refactors(ccus): format popups, add coming soon message for georegions* 🐛 Bug Fixes(ccus): geological units doesn't need sentence case (#262)
- ♻️ Refactors(
common): removing dead code, use crs that is given to us by postgrest if it exists (#265)* 🐛 Bug Fixes(common): top level definition of proj4, refactor searching by searchbox and highlighting (#260)
1.12.0 (2025-08-05)
- ✨ Features(
ccus): add ccs exclusion areas layer (#257)* ✨ Features(ccus): add new layers ccus_majorroads, ccus_railroads, and ccus_transmissionlines (#251)* ♻️ Refactors(ccus): finalize the cored_formation field in cores/cuttings (#256)* ♻️ Refactors(ccus): sync filters with visible layers
- ✨ Features(
common): add auth (#254)* 🐛 Bug Fixes(common): allow layers to clear filters from url when turning off, rewrite logic for how url manages visibility (#250)* ✨ Features(common): implement picturesymbols when we get an image in the legend (#255)
1.11.1 (2025-08-04)
- 🐛 Bug Fixes(
data-reviewer): change is_current_cql to allow for review items (#253)
1.11.0 (2025-07-09)
- ✨ Features(
ccus): add geothermal powerplants layer (#243)* ♻️ Refactors(ccus): add popupfields to 500k layer (#240)* ♻️ Refactors(ccus): changing some popups (#233)* ♻️ Refactors(ccus): implement map-image legend for sitla landownership (#242)* ♻️ Refactors(ccus): remove unused diameter field for pipelines layer (#239)* ♻️ Refactors(ccus): update Major Rivers layer popup (#241)
- 🐛 Bug Fixes(
common): prevent the constant rerendering when moving the mouse (#244)* ♻️ Refactors(common): refactor use-map-container into more hooks, integrate react-query more (#245)
- ✨ Features(
data-reviewer): add data reviewer app (#237)
- ✨ Features(
hazards): set up new report gen page (#238)
1.10.0 (2025-06-05)
- ✨ Features(
ccus): add wells filter, add formation name filter (#232)* ✨ Features(ccus): added popup attributes (#231)* ♻️ Refactors(ccus): altering popup format, add link to epa data (#234)
-
♻️ Refactors(
common): comment out unused filter cards -
✨ Features: allow us to specify specific cql with map calls (#236)
- ✨ Features(
wetlands): added opacity settings (#229)
1.9.0 (2025-05-13)
- ✨ Features(
ccus): add cores, ccus_co2_sources, ccus_wsa, ccus_sitla_reports layers (#222)
- ♻️ Refactors(
common): ensure all legend symbol icons are aligned (#221)* 👷 CI/CD(common): make changelog include commit type (#219)* ♻️ Refactors(common): make useFetchLayerDescriptions more dynamic by page (#223)* 👷 CI/CD(common): relax the commit length rules (#217)* ✨ Features(common): turn on layers when searching for in searchbox (#227)
1.8.0 (2025-05-02)
- common: add a geocoder search to the search-combobox (#212) (18b636e)
- common: add new subdomains to firebaserc (434e794)
- common: add redirects to firebase hosting, new production deployment workflows (34c9e28)
- common: add redirects to firebase hosting, new production deployment workflows (d6cb3ae)
- common: add release as a scope-enum (b0347cc)
- common: add wetlands to firebase.json and firebaserc (7af6a72)
- common: cleaning up and fixing firebase configs and github actions (#216) (fb67502)
- common: fix wetlands hosting targets (6d7e124)
- common: relax the commit length rules (#217) (#218) (d13016b)
- common: revert the firebaserc code (3000809)