Skip to content

Commit

Permalink
chore(release): cut 29.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [29.1.0](v29.0.2...v29.1.0) (2020-12-01)

### Bug Fixes

* **access:** change key input fields to password fields ([9fc88ab](9fc88ab))
* **appearance:** populate db dropdown with db locales ([0993ebe](0993ebe))
* **appearance:** populate db dropdown with db locales ([6fed976](6fed976))
* **checkbox:** refactor to prevent controlled-to-uncontrolled error ([6ad6555](6ad6555))
* **forms:** prevent autocomplete on form, username and password fields ([3aa1fc0](3aa1fc0))
* **headerbar:** upgrade version so it gets latest features and fixes ([9013817](9013817))
* **localized-appearance:** use json payloads ([bcf7dd0](bcf7dd0))
* **localized-settings:** adjust margin css rule ([1322524](1322524))
* **oauth-clients:** bind editAction to this so oauth client is editable ([9ab6753](9ab6753))
* **translations:** sync translations from transifex (master) ([43e94eb](43e94eb))
* **translations:** sync translations from transifex (master) ([ff35474](ff35474))
* **translations:** sync translations from transifex (master) ([18cb7c4](18cb7c4))
* **translations:** sync translations from transifex (master) ([53ef8b7](53ef8b7))
* **translations:** sync translations from transifex (master) ([550c49b](550c49b))
* **translations:** sync translations from transifex (master) ([ac38405](ac38405))
* **translations:** sync translations from transifex (master) ([35aa048](35aa048))
* **translations:** sync translations from transifex (master) ([c9bc943](c9bc943))
* **translations:** sync translations from transifex (master) ([bb9d98c](bb9d98c))
* **translations:** sync translations from transifex (master) ([7bb8065](7bb8065))
* **translations:** sync translations from transifex (master) ([bb5fe75](bb5fe75))
* **translations:** sync translations from transifex (master) ([094b02f](094b02f))
* **translations:** sync translations from transifex (master) ([2277999](2277999))
* **translations:** sync translations from transifex (master) ([e3a47a3](e3a47a3))
* **translations:** sync translations from transifex (master) ([4f6917b](4f6917b))
* **translations:** sync translations from transifex (master) ([00a6c69](00a6c69))
* **translations:** sync translations from transifex (master) ([4eadcf5](4eadcf5))
* **translations:** sync translations from transifex (master) ([e4bcbd1](e4bcbd1))
* **translations:** sync translations from transifex (master) ([a0b9e59](a0b9e59))
* **translations:** sync translations from transifex (master) ([9b95592](9b95592))
* **translations:** sync translations from transifex (master) ([7ada570](7ada570))
* add new fields and mechanism for rendering fields conditionally ([252e96a](252e96a))
* add new fields and mechanism for rendering fields conditionally ([fcae5d8](fcae5d8))
* adjust localised appearance settings to new endpoint implementation ([542aa5e](542aa5e))
* adjust localised appearance settings to new endpoint implementation ([e3d068c](e3d068c))
* appearance-settings ([a847b75](a847b75))
* date example text DHIS2-6643 ([9803c21](9803c21))
* deploy build dir, not build/app dir ([03c0847](03c0847))
* disable untranslated localized fields and add help texts ([07436aa](07436aa))
* disable untranslated localized fields and add help texts ([dc63562](dc63562))
* messaging-section ([2ee0831](2ee0831))
* move bing and google maps api keys same place ([#389](#389)) ([0b6dd65](0b6dd65))
* prevent FormBuilder error by hiding fields conditionally with style ([e89866c](e89866c))
* prevent updating setting-store-state from localized-settings ([6caa9e3](6caa9e3))
* return cache strategy field to analytics section ([39d5a7f](39d5a7f))
* **translations:** sync translations from transifex (master) ([94ce67a](94ce67a))
* **translations:** sync translations from transifex (master) ([05a3fb7](05a3fb7))
* **translations:** sync translations from transifex (master) ([81dd9d2](81dd9d2))
* **translations:** sync translations from transifex (master) ([6c1d9a6](6c1d9a6))
* **translations:** sync translations from transifex (master) ([c7978dd](c7978dd))
* **translations:** sync translations from transifex (master) ([9ef897a](9ef897a))
* **translations:** sync translations from transifex (master) ([8e5fa32](8e5fa32))
* prevent updating setting-store-state from localized-settings ([d2b2de7](d2b2de7))
* remove keyInstanceBaseUrl field from the server section ([7e50939](7e50939))
* remove messaging section ([971f44c](971f44c))
* remove messaging section (DHIS2-4653 - dev) ([4a9596d](4a9596d))
* set NODE_ENV for webpack prod build ([69cfafb](69cfafb))

### Features

* add field for bing maps api key to server section ([#388](#388)) ([a940b38](a940b38))
* **checkbox:** add sectionLabel prop to checkbox ([9a7ddf7](9a7ddf7))
* add analytics system setting ([#133](#133)) ([76dbda9](76dbda9))
* **analytics:** added settings to hide periods ([941f0dd](941f0dd))

### Reverts

* Revert "fix(localized-appearances): request as json and stop editing defaults" ([2b1ef1e](2b1ef1e))
* Revert "chore(localized-appearance): remove comment describing old complexities" ([637ab0a](637ab0a))
  • Loading branch information
dhis2-bot committed Dec 1, 2020
1 parent 05d49c4 commit f054611
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# [29.1.0](https://github.com/dhis2/settings-app/compare/v29.0.2...v29.1.0) (2020-12-01)


### Bug Fixes

* **access:** change key input fields to password fields ([9fc88ab](https://github.com/dhis2/settings-app/commit/9fc88ab8109ab0021d8ef46505dd7d68e4b8bfe2))
* **appearance:** populate db dropdown with db locales ([0993ebe](https://github.com/dhis2/settings-app/commit/0993ebe518dcce857821286b535a842ff4461678))
* **appearance:** populate db dropdown with db locales ([6fed976](https://github.com/dhis2/settings-app/commit/6fed97688572d7e5ac41baf0619749c0658f412e))
* **checkbox:** refactor to prevent controlled-to-uncontrolled error ([6ad6555](https://github.com/dhis2/settings-app/commit/6ad6555718d29691862edbf04992184725dc537b))
* **forms:** prevent autocomplete on form, username and password fields ([3aa1fc0](https://github.com/dhis2/settings-app/commit/3aa1fc0d3fc1e5ed3bb36f5c25b41a366e206782))
* **headerbar:** upgrade version so it gets latest features and fixes ([9013817](https://github.com/dhis2/settings-app/commit/90138175b9ec13a26de232034584b325fd1816ce))
* **localized-appearance:** use json payloads ([bcf7dd0](https://github.com/dhis2/settings-app/commit/bcf7dd047d346f1d2cebd4d697718d4b2ba1b8ff))
* **localized-settings:** adjust margin css rule ([1322524](https://github.com/dhis2/settings-app/commit/132252430c3c3c858bbc93a700ffb6d9b52ddc18))
* **oauth-clients:** bind editAction to this so oauth client is editable ([9ab6753](https://github.com/dhis2/settings-app/commit/9ab67534449827b7d5d0846ceada7ab727449a02))
* **translations:** sync translations from transifex (master) ([43e94eb](https://github.com/dhis2/settings-app/commit/43e94eb6ebf0c2c151c26c83c5dfa7509dff68ea))
* **translations:** sync translations from transifex (master) ([ff35474](https://github.com/dhis2/settings-app/commit/ff3547408365f90d9cd6a147a76f37133dc0fb2d))
* **translations:** sync translations from transifex (master) ([18cb7c4](https://github.com/dhis2/settings-app/commit/18cb7c48b6b3c2620556995bdd7b9da66e46fe17))
* **translations:** sync translations from transifex (master) ([53ef8b7](https://github.com/dhis2/settings-app/commit/53ef8b72f8f2669f134cc78b4766381985d78103))
* **translations:** sync translations from transifex (master) ([550c49b](https://github.com/dhis2/settings-app/commit/550c49b171914d582a007c01beca03ef843bd17c))
* **translations:** sync translations from transifex (master) ([ac38405](https://github.com/dhis2/settings-app/commit/ac3840560d7d1fd6c5928fb0b31ff00e93a753db))
* **translations:** sync translations from transifex (master) ([35aa048](https://github.com/dhis2/settings-app/commit/35aa048db80eceae064d3fe08828b4cb53ef3036))
* **translations:** sync translations from transifex (master) ([c9bc943](https://github.com/dhis2/settings-app/commit/c9bc943cce33eb01cfc4247bf542f6051b123404))
* **translations:** sync translations from transifex (master) ([bb9d98c](https://github.com/dhis2/settings-app/commit/bb9d98cf3706524828a377a62149c0f17c0e87f2))
* **translations:** sync translations from transifex (master) ([7bb8065](https://github.com/dhis2/settings-app/commit/7bb80653f694facb9a44312d7867936f45de5d1e))
* **translations:** sync translations from transifex (master) ([bb5fe75](https://github.com/dhis2/settings-app/commit/bb5fe754f5695e11066d5ed9d49b073863b29a42))
* **translations:** sync translations from transifex (master) ([094b02f](https://github.com/dhis2/settings-app/commit/094b02fe30b550e67a1226efb425a7503f49da85))
* **translations:** sync translations from transifex (master) ([2277999](https://github.com/dhis2/settings-app/commit/22779991c293de0f36ac4b9e6e56778ab7d37084))
* **translations:** sync translations from transifex (master) ([e3a47a3](https://github.com/dhis2/settings-app/commit/e3a47a31a20693c92e1fb19df3d6bc2e2cc8ff30))
* **translations:** sync translations from transifex (master) ([4f6917b](https://github.com/dhis2/settings-app/commit/4f6917b2326da250116b15dccc536fdf8e918393))
* **translations:** sync translations from transifex (master) ([00a6c69](https://github.com/dhis2/settings-app/commit/00a6c6900c60c73e7de473782e9f1f5eaac996ce))
* **translations:** sync translations from transifex (master) ([4eadcf5](https://github.com/dhis2/settings-app/commit/4eadcf5a42823bd0825fe67120dea0bb2a06e889))
* **translations:** sync translations from transifex (master) ([e4bcbd1](https://github.com/dhis2/settings-app/commit/e4bcbd12030f15701736104fad1aff9bc3e8531a))
* **translations:** sync translations from transifex (master) ([a0b9e59](https://github.com/dhis2/settings-app/commit/a0b9e594bf0b9b84da7faf17f3108d7fba90bf66))
* **translations:** sync translations from transifex (master) ([9b95592](https://github.com/dhis2/settings-app/commit/9b9559201de15bc820ca095773f7884b4345b756))
* **translations:** sync translations from transifex (master) ([7ada570](https://github.com/dhis2/settings-app/commit/7ada570d0558fae13dd5dc54e260401a9e2fe313))
* add new fields and mechanism for rendering fields conditionally ([252e96a](https://github.com/dhis2/settings-app/commit/252e96a5f7fff4b1ba042f6fa931b0326dbd244c))
* add new fields and mechanism for rendering fields conditionally ([fcae5d8](https://github.com/dhis2/settings-app/commit/fcae5d87a9660f92136eb705f90163b84d5bad3c))
* adjust localised appearance settings to new endpoint implementation ([542aa5e](https://github.com/dhis2/settings-app/commit/542aa5eeba3a0f4b9638544d1823c9ce272640ca))
* adjust localised appearance settings to new endpoint implementation ([e3d068c](https://github.com/dhis2/settings-app/commit/e3d068c7a30a204054a4982f42e5f9054c6326cf))
* appearance-settings ([a847b75](https://github.com/dhis2/settings-app/commit/a847b75b0a9b9048167f28138a42d0c67ab3e767))
* date example text DHIS2-6643 ([9803c21](https://github.com/dhis2/settings-app/commit/9803c218a036be5f814634a2c76343799f45d654))
* deploy build dir, not build/app dir ([03c0847](https://github.com/dhis2/settings-app/commit/03c08472f098e1816fede579d7d92346c72675ac))
* disable untranslated localized fields and add help texts ([07436aa](https://github.com/dhis2/settings-app/commit/07436aa79dbb4a8ae2b35f31bef382992d8b72cb))
* disable untranslated localized fields and add help texts ([dc63562](https://github.com/dhis2/settings-app/commit/dc635626bdbdd82bc7a68f4c0a2fb3d8588b0990))
* messaging-section ([2ee0831](https://github.com/dhis2/settings-app/commit/2ee08313cca7aa35757f09712777c6540e373a16))
* move bing and google maps api keys same place ([#389](https://github.com/dhis2/settings-app/issues/389)) ([0b6dd65](https://github.com/dhis2/settings-app/commit/0b6dd65572f31c1f93ccd09ff13ce5a8f8b4b2f4))
* prevent FormBuilder error by hiding fields conditionally with style ([e89866c](https://github.com/dhis2/settings-app/commit/e89866c18609122dd4d7ed1ca6b57c3d29dafe77))
* prevent updating setting-store-state from localized-settings ([6caa9e3](https://github.com/dhis2/settings-app/commit/6caa9e3d12d440a04bc037aa5bd6d9e406b77424))
* return cache strategy field to analytics section ([39d5a7f](https://github.com/dhis2/settings-app/commit/39d5a7f084fa8dafe8ed5c0c70143d22de23f7f6))
* **translations:** sync translations from transifex (master) ([94ce67a](https://github.com/dhis2/settings-app/commit/94ce67a0981e433a6b94280bb2bcc953761ddad2))
* **translations:** sync translations from transifex (master) ([05a3fb7](https://github.com/dhis2/settings-app/commit/05a3fb7bf68c9888facd52fd8a75acfc6af174a6))
* **translations:** sync translations from transifex (master) ([81dd9d2](https://github.com/dhis2/settings-app/commit/81dd9d26de51e507761b8e1e54165fac79274c80))
* **translations:** sync translations from transifex (master) ([6c1d9a6](https://github.com/dhis2/settings-app/commit/6c1d9a6162a65f783658a164370e45d3f1d77c59))
* **translations:** sync translations from transifex (master) ([c7978dd](https://github.com/dhis2/settings-app/commit/c7978dd019eee24d1e716a8cf709af57d051351c))
* **translations:** sync translations from transifex (master) ([9ef897a](https://github.com/dhis2/settings-app/commit/9ef897a47f7439b1dc8292ce780f9dd8e2878017))
* **translations:** sync translations from transifex (master) ([8e5fa32](https://github.com/dhis2/settings-app/commit/8e5fa32c314d34c31b43ec02a35268a40d6652ad))
* prevent updating setting-store-state from localized-settings ([d2b2de7](https://github.com/dhis2/settings-app/commit/d2b2de75afeebdc64b3117f875e5453b5484c444))
* remove keyInstanceBaseUrl field from the server section ([7e50939](https://github.com/dhis2/settings-app/commit/7e5093901333560a139af5952d42460bb41c5d38))
* remove messaging section ([971f44c](https://github.com/dhis2/settings-app/commit/971f44c20dd50dfc5a54f6c4339766da5bb6c93e))
* remove messaging section (DHIS2-4653 - dev) ([4a9596d](https://github.com/dhis2/settings-app/commit/4a9596da722801fa07809e012ff3c61eb30e43e6))
* set NODE_ENV for webpack prod build ([69cfafb](https://github.com/dhis2/settings-app/commit/69cfafb5a9f2b989590a02bcf7b801296dcd03a0))


### Features

* add field for bing maps api key to server section ([#388](https://github.com/dhis2/settings-app/issues/388)) ([a940b38](https://github.com/dhis2/settings-app/commit/a940b38802cbd1d7f387f0ef8c9e522fa8818a4c))
* **checkbox:** add sectionLabel prop to checkbox ([9a7ddf7](https://github.com/dhis2/settings-app/commit/9a7ddf7e60d900edada03676fa5b49d896fc7e96))
* add analytics system setting ([#133](https://github.com/dhis2/settings-app/issues/133)) ([76dbda9](https://github.com/dhis2/settings-app/commit/76dbda97e583f18713f4e3f3c5ce936e59103c02))
* **analytics:** added settings to hide periods ([941f0dd](https://github.com/dhis2/settings-app/commit/941f0dd2cba7bb1bc4b6bf1093b446b3e1ce8991))


### Reverts

* Revert "fix(localized-appearances): request as json and stop editing defaults" ([2b1ef1e](https://github.com/dhis2/settings-app/commit/2b1ef1e8b107078bdbd15ea2deba03f10c37c412))
* Revert "chore(localized-appearance): remove comment describing old complexities" ([637ab0a](https://github.com/dhis2/settings-app/commit/637ab0a640a4bb548868717931061d05fdb67a87))

0 comments on commit f054611

Please sign in to comment.