Update library, update version and add changelog file.
This commit is contained in:
parent
69550193c3
commit
dc2c886b80
|
@ -0,0 +1,111 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
*For each release, use the following subsections:*
|
||||
|
||||
- *Added (for new features)*
|
||||
- *Changed (for changes in existing functionality)*
|
||||
- *Deprecated (for soon-to-be removed features)*
|
||||
- *Removed (for now removed features)*
|
||||
- *Fixed (for any bug fixes)*
|
||||
- *Security (in case of vulnerabilities)*
|
||||
|
||||
## v0.1.1 - 18.4.2024
|
||||
### Fixed
|
||||
* Bug with router links to search pages in all entities.
|
||||
|
||||
### Removed
|
||||
* Remove search bar from menu in landings.
|
||||
|
||||
## v0.1.0 - 17.4.2024
|
||||
### Added
|
||||
* Introduce copy/reference instance type in stakeholders profiles.
|
||||
* Add class help texts for Engagement and training
|
||||
* Add Managers in admin
|
||||
* Multi indicator paths in admin and monitor page.
|
||||
|
||||
### Changed
|
||||
* Rename existed managers to Primary Dashboard Managers
|
||||
* Convert all profiles to **reference**
|
||||
* Reordering in default will be inherited to children. (copy)
|
||||
* Export/import Indicators add stakeholder index variables and type in order to import into another profile.
|
||||
* Remove edit/remove actions in indicators page when a profile is **reference**
|
||||
|
||||
## v0.0.7 - 23.3.2024
|
||||
### Added
|
||||
* Add licence facet in results.
|
||||
* Cache # of publications response
|
||||
* Pop-up to every monitor with guide for the basic interactivity functions of the charts.
|
||||
|
||||
### Fixed
|
||||
* Responsive menu items for medium screens
|
||||
* Fix bug with condition if user is manager in publications method.
|
||||
|
||||
## v0.0.6 - 22.2.2024
|
||||
### Added
|
||||
* Sort by # of publications in browse pages of RFOs/RPOs.
|
||||
* Override profiles in indicator level.
|
||||
|
||||
### Changed
|
||||
* Change research queries.
|
||||
|
||||
### Removed
|
||||
* My orcid links from beta.
|
||||
|
||||
### Fixed
|
||||
* Bug with encoding alias.
|
||||
* Link to matomo stats.
|
||||
|
||||
## v0.0.5 - 14.2.2024
|
||||
### Added
|
||||
* Country filter in all entities.
|
||||
|
||||
### Fixed
|
||||
* Bug with encoding of index variables in url of indicators.
|
||||
* Bug in section tabs.
|
||||
* Bug with search to landing navigation in national monitor.
|
||||
|
||||
## v0.0.4 - 07.2.2024
|
||||
### Added
|
||||
* Home page.
|
||||
* Orcid page to discover your results.
|
||||
* Show filters in subtitle of a chart.
|
||||
* Show selected filters in indicators.
|
||||
* Sections: Add description.
|
||||
|
||||
### Changed
|
||||
* Section changed to tabs.
|
||||
* Filter OA color changed to Publisher Access.
|
||||
|
||||
### Fixed
|
||||
* Fos filter in charts.
|
||||
|
||||
## v0.0.3 - 29.1.2024
|
||||
### Added
|
||||
* Add info floating button to all pages and link to terminology page.
|
||||
|
||||
### Changed
|
||||
* Change OA Routed to Access Routes.
|
||||
* Make contact-us full screen modal.
|
||||
* Move floating message button to root components.
|
||||
|
||||
|
||||
## v0.0.2 - 18.1.2024
|
||||
### Added
|
||||
* Loading in dashboard - cache for FOS call.
|
||||
|
||||
### Removed
|
||||
* Remove imported from file in sections titles.
|
||||
* Remove loading in dashboard when a subcategory is changed.
|
||||
|
||||
### Fixed
|
||||
* Export indicators with file name.
|
||||
* Invitation of manager doesn't work as expected.
|
||||
* Sandbox guard for researcher.
|
||||
|
||||
## v0.0.1 - 10.1.2024
|
||||
* Initial Release.
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "irish-monitor",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.1",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --port 5500 --disable-host-check --host 0.0.0.0",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9e9332f1a377f5c9e6d25d3ed416d2189a8bd8a3
|
||||
Subproject commit 474a73e2f791abdfd354471f8be27af204008f7b
|
Loading…
Reference in New Issue