[EOSC Explore]: package.json & CHANGELOG.md: Updated v1.0.2 | newSearchPage.component.html: Updated margins and paddings in search form | advancedSearchForm.component: Bug fix in advanced search form (fixed in angular 14) & smooth scroll to the last rule when adding new.

This commit is contained in:
Konstantina Galouni 2022-11-18 15:03:08 +02:00
parent 4cbfb40120
commit b8d14cbfe5
2 changed files with 5 additions and 2 deletions

View File

@ -13,4 +13,7 @@ There is link to EOSC market place (beta) for results connected to EOSC services
* Production search
* Data Transfer: NEW Browse functionality
* EOSC Subjects: NEW field eoscifguidelines
* Filter "Type" in search services: NEW field eoscdatasourcetype
* Filter "Type" in search services: NEW field eoscdatasourcetype
## [1.0.2]
* Fixes and updates in advanced search form and data transfer functionality.

View File

@ -1,6 +1,6 @@
{
"name": "eosc",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"ng": "ng",
"start": "ng serve --disable-host-check --host 0.0.0.0 --port 4400",