Skip to content

Commit

Permalink
Merge pull request #3 from eea/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
avoinea committed Sep 28, 2023
2 parents 26926e4 + ccba058 commit 5290bd2
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 12 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [0.2.1](https://github.com/eea/volto-toolbar-actions/compare/0.2.0...0.2.1) - 22 September 2023
### [1.0.0](https://github.com/eea/volto-toolbar-actions/compare/0.2.1...1.0.0) - 28 September 2023

#### :house: Documentation changes

- docs: Add demo gif on how to add toolbar actions via ZMI [Alin Voinea - [`1abd06d`](https://github.com/eea/volto-toolbar-actions/commit/1abd06d6461f14114c63683f79829b7578f8ba26)]

#### :hammer_and_wrench: Others

- Release 1.0.0 [Alin Voinea - [`692aac3`](https://github.com/eea/volto-toolbar-actions/commit/692aac3395fb54e2095d76b58fbf80b88d3a8940)]
### [0.2.1](https://github.com/eea/volto-toolbar-actions/compare/0.2.0...0.2.1) - 23 September 2023

#### :bug: Bug Fixes

Expand All @@ -31,5 +40,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### :hammer_and_wrench: Others

- yarn bootstrap [Alin Voinea - [`82cb39a`](https://github.com/eea/volto-toolbar-actions/commit/82cb39a04d97a2847dc10f92d8b2004da5f77436)]
- Initial commit [Alin Voinea - [`a37af09`](https://github.com/eea/volto-toolbar-actions/commit/a37af09cfe5fa65a33d238a30aa11f94dbb4237f)]
13 changes: 6 additions & 7 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@

1. Go to http://localhost:3000

1. Happy hacking!
1. Initialize git hooks

```Bash
cd src/addons/volto-toolbar-actions/
yarn prepare
```

1. Happy hacking!

### Or add @eeacms/volto-toolbar-actions to your Volto project

Before starting make sure your development environment is properly set. See [Volto Developer Documentation](https://docs.voltocms.com/getting-started/install/)
Expand All @@ -48,18 +50,15 @@ Before starting make sure your development environment is properly set. See [Vol

1. Install

yarn develop
make develop
yarn

1. Start backend

docker pull plone
docker run -d --name plone -p 8080:8080 -e SITE=Plone -e PROFILES="profile-plone.restapi:blocks" plone
docker run --pull always -it --rm --name plone -p 8080:8080 -e SITE=Plone plone/plone-backend

...wait for backend to setup and start - `Ready to handle requests`:

docker logs -f plone

...you can also check http://localhost:8080/Plone

1. Start frontend
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
environment {
GIT_NAME = "volto-toolbar-actions"
NAMESPACE = "@eeacms"
SONARQUBE_TAGS = "volto.eea.europa.eu"
SONARQUBE_TAGS = "volto.eea.europa.eu,demo-www.eea.europa.eu"
DEPENDENCIES = ""
VOLTO = ""
}
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@

## Features

![Toolbar Actions](https://github.com/eea/volto-toolbar-actions/raw/develop/docs/toolbar-actions.png)
![Toolbar Actions](https://github.com/eea/volto-toolbar-actions/raw/master/docs/toolbar-actions.png)

### Demo - How to add a toolbar action via ZMI

![Toolbar Actions](https://github.com/eea/volto-toolbar-actions/raw/master/docs/toolbar-actions.gif)

## Getting started

Expand Down
Binary file added docs/toolbar-actions.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-toolbar-actions",
"version": "0.2.1",
"version": "1.0.0",
"description": "@eeacms/volto-toolbar-actions: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down

0 comments on commit 5290bd2

Please sign in to comment.