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

release: version 0.7.0 #231

Merged
merged 1 commit into from
Jul 30, 2020
Merged

release: version 0.7.0 #231

merged 1 commit into from
Jul 30, 2020

Conversation

jma
Copy link
Contributor

@jma jma commented Jul 30, 2020

  • Uses ngx formly 5.9.
  • Makes the autocomplete component asynchronous to allows hot language
    switch.
  • Tuncates long labels in the add field components.
  • Fixes autocomplete translations.
  • Fixes field dropdown menu translations.
  • Removes useless function and code.
  • Fixes cssClass for multischema object.
  • Moves the indentation value into the css instead of using bootstrap
    classes.
  • Fixes scroll and focus action when a new field is added or when a link
    in the navigation is clicked.
  • Stores the untranslated label in the formly field.
  • Removes extra border for multischema element.
  • Uses bootstrap variables to define the editor card.
  • Adds a global editor class.
  • Makes the editor component style global.
  • Closes editor : multiple provision activity lost when editing a document rero-ils#1003.
  • Cleans the initialization sequence for the editor.
  • Fixes the export urls by adding the search query parameter to filter
    the exported results.
  • Disables export buttons when the list of result is empty.
  • Updates translations catalogs.
  • Adds missing translations in editor component.
  • Adds ordered properties for JSONSchema definitions.
  • Fixes ordered properties for JSONSchema oneOf, anyOf.
  • Sets horizontal labels only for the long mode editor.
  • Adds a new output to notify the parent component that the model and
    the JSONSchema is loaded. This allows to avoid concurrency problem.
  • Adds a weblate badge to the README file.

Co-Authored-by: Johnny Mariéthoz Johnny.Mariethoz@rero.ch

Why are you opening this PR?

  • Which task/US does it implement?
  • Which issue does it fix?

How to test?

  • What command should I have to run to test your PR?
  • What should I test through the UI?

Code review check list

  • Commit message template compliance.
  • Commit message without typos.
  • File names.
  • Functions names.
  • Functions docstrings.
  • Unnecessary commited files?
  • Extracted translations?

* Uses ngx formly 5.9.
* Makes the autocomplete component asynchronous to allows hot language
switch.
* Tuncates long labels in the add field components.
* Fixes autocomplete translations.
* Fixes field dropdown menu translations.
* Removes useless function and code.
* Fixes cssClass for multischema object.
* Moves the indentation value into the css instead of using bootstrap
classes.
* Fixes scroll and focus action when a new field is added or when a link
in the navigation is clicked.
* Stores the untranslated label in the formly field.
* Removes extra border for multischema element.
* Uses bootstrap variables to define the editor card.
* Adds a global editor class.
* Makes the editor component style global.
* Closes rero/rero-ils#1003.
* Cleans the initialization sequence for the editor.
* Fixes the export urls by adding the search query parameter to filter
  the exported results.
* Disables export buttons when the list of result is empty.
* Updates translations catalogs.
* Adds missing translations in editor component.
* Adds ordered properties for JSONSchema definitions.
* Fixes ordered properties for JSONSchema oneOf, anyOf.
* Sets horizontal labels only for the long mode editor.
* Adds a new output to notify the parent component that the model and
  the JSONSchema is loaded. This allows to avoid concurrency problem.
* Adds a weblate badge to the README file.

Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
@jma jma marked this pull request as ready for review July 30, 2020 11:51
@jma jma merged commit 6002671 into rero:dev Jul 30, 2020
@jma jma deleted the maj-0.7.0 branch December 13, 2021 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

editor : multiple provision activity lost when editing a document
1 participant