-
Notifications
You must be signed in to change notification settings - Fork 9
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
fix: update headerbar to the latest and greatest #323
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HendrikThePendric
approved these changes
Dec 12, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given her a spin and all seems to be working fine
dhis2-bot
added a commit
that referenced
this pull request
Dec 1, 2020
# 1.0.0 (2020-12-01) ### Bug Fixes * **group-editor:** convert d2 Model to object before setting displayName ([b714b6e](b714b6e)) * **translations:** sync translations from transifex (master) ([064eaa4](064eaa4)) * **user:** remove generateUid import and remove ids from POST payload ([44978e7](44978e7)) * add app description to d2 config ([21c8bd6](21c8bd6)) * adjust d2 config ([1446cd3](1446cd3)) * format files using cli-style ([2bcc00f](2bcc00f)) * get d2 i18n translations to work ([e66c546](e66c546)) * remove duplicate entry from gitignore ([2969eee](2969eee)) * remove incorrect description comment from app component ([0dc85aa](0dc85aa)) * show loader when d2 is not available yet ([3c39a86](3c39a86)) * **detail-summary:** fix i18n on edit button label ([2a7d599](2a7d599)) * **detail-views:** add `access` property to model so detail-views work ([47761cf](47761cf)) * **headerbar:** upgrade version so it gets latest features and fixes ([d74cd64](d74cd64)) * **i18n:** add transifex config for .properties files ([df769af](df769af)) * **i18n:** add transifex config for .properties files ([70ef42b](70ef42b)) * **i18n:** correct edit button text on DetailSummary ([85663d0](85663d0)) * **i18n:** make sure i18n.t is called after the locale has been set ([f1709d9](f1709d9)) * **i18n:** make sure i18n.t is called after the locale has been set ([922ec63](922ec63)) * **translations:** produce and stage pot files in pre-commit hook ([283d611](283d611)) * **translations:** produce and stage pot files in pre-commit hook ([bfa33eb](bfa33eb)) * **translations:** stage translations using semi-colon syntax ([374a844](374a844)) * **translations:** sync translations from transifex (master) ([63a7d8a](63a7d8a)) * **translations:** sync translations from transifex (master) ([9bc6dd9](9bc6dd9)) * **translations:** sync translations from transifex (master) ([c7d38e5](c7d38e5)) * **translations:** sync translations from transifex (master) ([9095745](9095745)) * **translations:** sync translations from transifex (master) ([0ec5d66](0ec5d66)) * **translations:** sync translations from transifex (master) ([acf1e38](acf1e38)) * **translations:** sync translations from transifex (master) ([f02847c](f02847c)) * **translations:** sync translations from transifex (master) ([2dbf7ed](2dbf7ed)) * **translations:** sync translations from transifex (master) ([46150c1](46150c1)) * **translations:** sync translations from transifex (master) ([6470540](6470540)) * **user:** make ui and db locale field required and prevent clear onBlur ([fc77658](fc77658)) * **user-form:** make data capture and maintenance org unit mandatory ([325470f](325470f)) * **user-form:** make data capture and maintenance org unit mandatory ([4a7f513](4a7f513)) * identified static strings and made them translatable ([#431](#431)) ([dcf6d79](dcf6d79)) * **authorities:** add visualization and remove report-table and chart ([1f4c2bf](1f4c2bf)) * **authorities:** add visualization and remove report-table and chart ([ac06b3b](ac06b3b)) * **forms:** prevent autocomplete ([eb561a6](eb561a6)) * **forms:** prevent autocomplete ([8fa66ac](8fa66ac)) * **replicate-user:** add autocomplete="new-password" to prevent autofill ([7e71aab](7e71aab)) * **replicate-user:** add autocomplete="new-password" to prevent autofill ([4c6dda6](4c6dda6)) * **translation:** prevent JS error in list view for Indonesian language ([7ba4859](7ba4859)) * **user:** allow clearing string values ([71da77c](71da77c)) * **user:** make ui and db locale field required and prevent clear onBlur ([d418a93](d418a93)) * add margin below list to avoid [+] button overlapping pagination ([797be9d](797be9d)) * add margin below list to avoid [+] button overlapping pagination ([f8895af](f8895af)) * adds margin-top to cards ([89a5ee9](89a5ee9)) * fix typo on user section and make translatable ([3d7de0c](3d7de0c)) * ie11 support ([1a05669](1a05669)) * include all owned fields when getting group and role ([96829b9](96829b9)) * include all owned fields when getting group and role ([ee80bf7](ee80bf7)) * multiple async blur field with errors ([e7be09b](e7be09b)) * remove dead code after deprecated auths were removed from response ([62e574c](62e574c)) * translations ([5725faa](5725faa)), closes [#58](#58) * translations ([15030b2](15030b2)) * update headerbar to the latest and greatest ([#323](#323)) ([195dbf1](195dbf1)) * **attribute validation:** only validate patterns when fields have a value ([00ce0ad](00ce0ad)) * **attributes:** remove list from concat params ([c2d16da](c2d16da)) * **d2:** first init d2 with correct baseUrl, then call getUserSettings ([636bb28](636bb28)) * **form-validation:** async blur fields clearing ([05d50cd](05d50cd)) * **layout:** fix whitespace above <main/> in menu-cards view ([fcc5027](fcc5027)) * **lists:** also sort by firstName surname for super user ([b6f0dbb](b6f0dbb)) * **lists:** sort users by firstName>surname and others by name ([bdb0dd1](bdb0dd1)) * **org-units:** stop assuming there can only be a single root org ([a03f0ae](a03f0ae)) * **password:** special character validation now aligned with server ([03700bf](03700bf)) * **sharing dialog:** update component to latest d2-ui version ([e653468](e653468)) * **sharing dialog:** update component to latest d2-ui version ([#54](#54)) ([98c9c49](98c9c49)) * **style:** remove newline ([5aeb06d](5aeb06d)) * **unique-attributes:** handle same value on different attribute correctly ([2b6ec30](2b6ec30)) * **user-section:** allow uppercase in email validation ([d810290](d810290)) ### Features * **authorities:** adds skip-data-import-audit authority ([41de30a](41de30a)) * **authority-editor:** remove performance hacks, add section checkboxes ([1200a11](1200a11)) * **authority-editor:** remove performance hacks, add section checkboxes ([1d6826e](1d6826e))
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.