Releases: agrc/wfrc-rtp-projects
Releases · agrc/wfrc-rtp-projects
v3.0.0-0
3.0.0-0 (2022-12-15)
⚠ BREAKING CHANGES
- Added the following config props under
layerSelector
:BWName
BWOpacity
projectInformation
config changes:commentsEnabled
andcommentsEnabledUntil
have been replaced withshowComments
,newCommentsEnabled
, andnewCommentsEnabledUtil
. See the updated docs for details.
📖 Documentation Improvements
- update config docs (ef6c8d1)
🐛 Bug Fixes
- December dependency bumps 🌲 (aad330a)
- November dependency bumps 🌲 (4362500)
- October dependency bumps 🌲 (25365f3)
- once function parameter should be a function (86f2d55)
🚀 Features
v2.1.0
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2022-09-05)
⚠ BREAKING CHANGES
- A new filter config property,
limitFacilityType
, has been added. Also, theuseAnd
andoffByDefault
options have been removed since they are no longer needed. defaultExtent
needs to be added to your config.- The
projectInformation.newCommentsOpenUtil
config value has been renamed tocommentsEnabledUntil
.
Features
- add defaultExtent config value (dc76865)
- add filter state as url query parameter (b4d68d9), closes #13
- add firebase deploy action for dev (6a32dc9)
- add selected project as a url parameter (f1e200e), closes #13
- add udot/local toggle to facility type limit checkboxes (c08be8f), closes #70
- add url parameters for preserving map extent (640a4b4), closes #13
- cut prereleases in dev (c1824d3)
- implement "Limit to Needs Phase..." checkbox (dfdda0b), closes #69
- implement commentsEnabledUntil config (048a663), closes #66
- implement layer selector (fce296d), closes #63 #64
- implement splash screen (de576fa), closes #65
- open advanced filter on load if url params have changed filter params (62f98b1), closes #89