diff --git a/CHANGELOG.md b/CHANGELOG.md index 3742d31..b333411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ -# Changelog +### Changelog -## 0.1.0 +All notable changes to this project will be documented in this file. Dates are displayed in UTC. -- Initial release +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### [0.1.1](https://github.com/eea/volto-react-table-widget/compare/0.1.0...0.1.1) + +- fix tag [`1477105`](https://github.com/eea/volto-react-table-widget/commit/1477105ee567c1daed09bb3ce1819a20a1da024e) + +#### 0.1.0 + +> 16 March 2022 + +- Develop [`#1`](https://github.com/eea/volto-react-table-widget/pull/1) +- fix paginated row edition and add/remove functionalities [`4c0ae4e`](https://github.com/eea/volto-react-table-widget/commit/4c0ae4ed35d1fa6d25be96c0a8b62d1bc25ee481) +- add isMulti option to select fields [`ec3b57d`](https://github.com/eea/volto-react-table-widget/commit/ec3b57dd596f9a6adede5f4d7c286f09089ad517) +- add react-csv package [`69ba866`](https://github.com/eea/volto-react-table-widget/commit/69ba8660a30ae3e9413be7a564644448a8c51a06) +- improve docs [`f64ad66`](https://github.com/eea/volto-react-table-widget/commit/f64ad66e5b8ddc665a3e6a4664c4e88d535f2df7) +- make it functional [`6eae547`](https://github.com/eea/volto-react-table-widget/commit/6eae547e1654be6b2ebb3d846fe3f6b2eb4ae23b) +- developing [`ee9e4ab`](https://github.com/eea/volto-react-table-widget/commit/ee9e4abc79350992caec4f409d2f9e4fcc3398b5) +- initial implementation [`93a9449`](https://github.com/eea/volto-react-table-widget/commit/93a94490d2cbd0cd297bd0b71c4e3c985b525f61) +- initial commit [`44cd2bc`](https://github.com/eea/volto-react-table-widget/commit/44cd2bc60a530249919572090a1753c37d32efae) +- Initial commit [`4674f4b`](https://github.com/eea/volto-react-table-widget/commit/4674f4b411120cfdfacc3f8ff39dcdfe153d5a1d) diff --git a/Jenkinsfile b/Jenkinsfile index c280158..b4c8999 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { environment { GIT_NAME = "volto-react-table-widget" NAMESPACE = "@eeacms" - SONARQUBE_TAGS = "volto.eea.europa.eu" + SONARQUBE_TAGS = "clms.land.copernicus.eu,demo.eea.europa.eu" DEPENDENCIES = "" } @@ -125,7 +125,7 @@ pipeline { script { try { sh '''docker pull plone; docker run -d --rm --name="$BUILD_TAG-plone" -e SITE="Plone" -e PROFILES="profile-plone.restapi:blocks" plone fg''' - sh '''docker pull plone/volto-addon-ci; docker run -i --name="$BUILD_TAG-cypress" --link $BUILD_TAG-plone:plone -e NAMESPACE="$NAMESPACE" -e GIT_NAME=$GIT_NAME -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" -e DEPENDENCIES="$DEPENDENCIES" plone/volto-addon-ci cypress''' + sh '''docker pull plone/volto-addon-ci; docker run -i --name="$BUILD_TAG-cypress" --link $BUILD_TAG-plone:plone -e NAMESPACE="$NAMESPACE" -e GIT_NAME=$GIT_NAME -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" -e DEPENDENCIES="$DEPENDENCIES" -e NODE_ENV=test plone/volto-addon-ci cypress''' } finally { try { sh '''rm -rf cypress-reports cypress-results cypress-coverage''' @@ -238,8 +238,4 @@ pipeline { } } } -} - } - } - } } diff --git a/package.json b/package.json index 30898dc..d40f15c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-react-table-widget", - "version": "0.1.0", + "version": "0.1.1", "description": "@eeacms/volto-react-table-widget: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: CLMS Team",