Releases: ncbo/bioportal_web_ui
Releases · ncbo/bioportal_web_ui
6.6.0
- Added a new badge type to the ontology Browse page that shows instance counts for ontologies with instances.
- Modified the sorting options in the ontology Browse page to replace sort by "Size" with sort by "Classes count" and sort by "Instances/Concepts count".
- Fixed an issue that caused right-hand text overflow in badges on the ontology Browse page (#163).
Thanks go to @syphax-bouazzouni for implementing these changes in #184.
Full Changelog: v6.5.1...v6.6.0
6.5.1
6.5.0
6.4.0
- Upgraded to Rails 5.2.6 (#168)
- Added a new "Users" tab in the Admin space for administering user accounts. Thanks go to @syphax-bouazzouni for the contribution.
- Fixed an issue that prevented deletion of accounts with underscores in the account name (#169)
- Modified code to allow for spaces and dash characters in account names (78745c2)
- Fixed an unpermitted parameter error for the :admin parameter (2a46f91)
- Modified code to prevent excess calls to the UsersController#index method on tab shown events in the Admin space (72f4371)
- Enabled Uglifier harmony mode to fix broken asset precompilation (c65bb59)
6.3.2
- Fixed an issue that causes the Ontologies page to error out when end users declare public ontologies as views of private ontologies (#162)
- Fixed a CSS issue that caused improper display of the VIEW badges on the Ontologies page (f1bab1f)
- Fixed a CSS name clash that prevented the classes, projects, and notes badges on the Ontologies page from displaying as intended (dcc4d64)
6.3.1
6.3.0
Added mappings and properties statistics to the home page.
Made the following enhancements for the OntoloBridge project:
6.2.0
- Implemented the ability to supply custom OntoloBridge new term request instructions by the ontology maintainer (ncbo/bioportal-project#179, OntoloBridge/ontolobridge-project#94)