Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dev): release wfrc-rtp-projects 2.0.0 #94

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.1"
".": "2.0.0"
}
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

For versions >= `2.0.0` the changelog can be found in the [GitHub Releases](https://github.com/agrc/wfrc-rtp-projects/releases).

## [2.0.0](https://github.com/agrc/wfrc-rtp-projects/compare/wfrc-rtp-projects-v1.2.1...wfrc-rtp-projects-v2.0.0) (2022-09-07)


### ⚠ BREAKING CHANGES

* A new filter config property, `limitFacilityType`, has been added. Also, the `useAnd` and `offByDefault` 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 to `commentsEnabledUntil`.

### Features

* add defaultExtent config value ([dc76865](https://github.com/agrc/wfrc-rtp-projects/commit/dc768652fafe1a2c720938a4694f98b568285ca3))
* add filter state as url query parameter ([b4d68d9](https://github.com/agrc/wfrc-rtp-projects/commit/b4d68d90986bec0a53edf05ecce984ac6c9b0fba)), closes [#13](https://github.com/agrc/wfrc-rtp-projects/issues/13)
* add firebase deploy action for dev ([6a32dc9](https://github.com/agrc/wfrc-rtp-projects/commit/6a32dc9cd072c278962f087da7def846b833d9e3))
* add selected project as a url parameter ([f1e200e](https://github.com/agrc/wfrc-rtp-projects/commit/f1e200e7a78df6f82df27d1f21ec948c98581c23)), closes [#13](https://github.com/agrc/wfrc-rtp-projects/issues/13)
* add udot/local toggle to facility type limit checkboxes ([c08be8f](https://github.com/agrc/wfrc-rtp-projects/commit/c08be8f69998951d3f7eebd5262b3b0d7c37694e)), closes [#70](https://github.com/agrc/wfrc-rtp-projects/issues/70)
* add url parameters for preserving map extent ([640a4b4](https://github.com/agrc/wfrc-rtp-projects/commit/640a4b44e25f097b07097ab99d40de824d8ac3e4)), closes [#13](https://github.com/agrc/wfrc-rtp-projects/issues/13)
* cut prereleases in dev ([c1824d3](https://github.com/agrc/wfrc-rtp-projects/commit/c1824d34baaa74b6899421dc370383a710fbcf78))
* implement "Limit to Needs Phase..." checkbox ([dfdda0b](https://github.com/agrc/wfrc-rtp-projects/commit/dfdda0b38cb34ddac3394348f43d62b88ca80fc3)), closes [#69](https://github.com/agrc/wfrc-rtp-projects/issues/69)
* implement commentsEnabledUntil config ([048a663](https://github.com/agrc/wfrc-rtp-projects/commit/048a663f89c35d4955d362b705d57f94d84782e0)), closes [#66](https://github.com/agrc/wfrc-rtp-projects/issues/66)
* implement layer selector ([fce296d](https://github.com/agrc/wfrc-rtp-projects/commit/fce296dbd43187f61edaafacaa37feca3ba4a01d)), closes [#63](https://github.com/agrc/wfrc-rtp-projects/issues/63) [#64](https://github.com/agrc/wfrc-rtp-projects/issues/64)
* implement splash screen ([de576fa](https://github.com/agrc/wfrc-rtp-projects/commit/de576fa460dd302346479cbbb2e11842ffeef0bc)), closes [#65](https://github.com/agrc/wfrc-rtp-projects/issues/65)
* open advanced filter on load if url params have changed filter params ([62f98b1](https://github.com/agrc/wfrc-rtp-projects/commit/62f98b17e8509407dbd441e79d7197d484943660)), closes [#89](https://github.com/agrc/wfrc-rtp-projects/issues/89)


### Bug Fixes

* base map selector - Imagery -> Hybrid ([150cc32](https://github.com/agrc/wfrc-rtp-projects/commit/150cc3211b5a525eea5c3146c83f3d0116123b89))
* fix react router bug causing the app to be blank when hosted in a subdirectory ([00d28dc](https://github.com/agrc/wfrc-rtp-projects/commit/00d28dc10e35a691dd791442772fb4478699aaa7))
* make limit to needs text italic ([2f13742](https://github.com/agrc/wfrc-rtp-projects/commit/2f1374228d536540919036b91b8a0a04a02d7a84))
* move limit facilities from transit to active transportation ([758193e](https://github.com/agrc/wfrc-rtp-projects/commit/758193eceaf864061bccdca258d565482e5e3306))
* prevent url updates to add to the browser history ([dc60da4](https://github.com/agrc/wfrc-rtp-projects/commit/dc60da437e00aa1556a8018319ea4ac3068033e6))

### [1.2.1](https://github.com/agrc/wfrc-rtp-projects/compare/v1.2.0...v1.2.1) (2022-07-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wfrc-rtp-projects",
"version": "1.2.1",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down