Skip to content
Snippets Groups Projects
Commit 8e61a5ed authored by Wessel Kuipers's avatar Wessel Kuipers :dog2:
Browse files

Merge branch 'release-0.15.9' into 'master'

Release version 0.15.9

See merge request !1465
parents 9c573141 cc5dc2f9
No related branches found
No related tags found
Loading
Showing
with 68 additions and 62 deletions
......@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [0.15.9] - 2020-11-23
### Added
- Server: Add more verbose logging for running app cronjobs.
## [0.15.8] - 2020-11-20
### Added
......
......@@ -6,7 +6,7 @@ pages:
- name: Example Page A
blocks:
- type: action-button
version: 0.15.8
version: 0.15.9
parameters:
icon: arrow-right
actions:
......@@ -17,7 +17,7 @@ pages:
- name: Example Page B
blocks:
- type: action-button
version: 0.15.8
version: 0.15.9
parameters:
icon: arrow-left
actions:
......
......@@ -10,7 +10,7 @@ pages:
- name: Netherlands
blocks:
- type: data-loader
version: 0.15.8
version: 0.15.9
actions:
onLoad:
url: https://date.nager.at/Api/v2/NextPublicHolidays/NL
......@@ -19,7 +19,7 @@ pages:
emit:
data: holidays
- type: table
version: 0.15.8
version: 0.15.9
parameters:
fields:
- value: { prop: date }
......@@ -34,7 +34,7 @@ pages:
- name: Germany
blocks:
- type: data-loader
version: 0.15.8
version: 0.15.9
actions:
onLoad:
url: https://date.nager.at/Api/v2/NextPublicHolidays/DE
......@@ -43,7 +43,7 @@ pages:
emit:
data: holidays
- type: table
version: 0.15.8
version: 0.15.9
parameters:
fields:
- value: { prop: date }
......@@ -58,7 +58,7 @@ pages:
- name: Spain
blocks:
- type: data-loader
version: 0.15.8
version: 0.15.9
actions:
onLoad:
url: https://date.nager.at/Api/v2/NextPublicHolidays/ES
......@@ -67,7 +67,7 @@ pages:
emit:
data: holidays
- type: table
version: 0.15.8
version: 0.15.9
parameters:
fields:
- value: { prop: date }
......@@ -87,7 +87,7 @@ pages:
- name: USA
blocks:
- type: data-loader
version: 0.15.8
version: 0.15.9
actions:
onLoad:
url: https://date.nager.at/Api/v2/NextPublicHolidays/US
......@@ -96,7 +96,7 @@ pages:
emit:
data: holidays
- type: table
version: 0.15.8
version: 0.15.9
parameters:
fields:
- value: { prop: date }
......@@ -109,7 +109,7 @@ pages:
- name: Canada
blocks:
- type: data-loader
version: 0.15.8
version: 0.15.9
actions:
onLoad:
url: https://date.nager.at/Api/v2/NextPublicHolidays/CA
......@@ -118,7 +118,7 @@ pages:
emit:
data: holidays
- type: table
version: 0.15.8
version: 0.15.9
parameters:
fields:
- value: { prop: date }
......@@ -131,7 +131,7 @@ pages:
- name: Mexico
blocks:
- type: data-loader
version: 0.15.8
version: 0.15.9
actions:
onLoad:
url: https://date.nager.at/Api/v2/NextPublicHolidays/MX
......@@ -140,7 +140,7 @@ pages:
emit:
data: holidays
- type: table
version: 0.15.8
version: 0.15.9
parameters:
fields:
- value: { prop: date }
......
......@@ -47,7 +47,7 @@ pages:
icon: scroll
blocks:
- type: data-loader
version: 0.15.8
version: 0.15.9
actions:
onLoad:
type: resource.query
......@@ -58,7 +58,7 @@ pages:
emit:
data: notes
- type: table
version: 0.15.8
version: 0.15.9
parameters:
fields:
- value: { prop: title }
......@@ -72,13 +72,13 @@ pages:
closable: true
blocks:
- type: detail-viewer
version: 0.15.8
version: 0.15.9
parameters:
fields:
- label: { prop: title }
value: { prop: body }
- type: action-button
version: 0.15.8
version: 0.15.9
parameters:
icon: plus
actions:
......@@ -86,7 +86,7 @@ pages:
type: dialog
blocks:
- type: form
version: 0.15.8
version: 0.15.9
parameters:
fields:
- type: string
......
......@@ -25,7 +25,7 @@ pages:
- name: Person List
blocks:
- type: data-loader
version: 0.15.8
version: 0.15.9
actions:
onLoad:
type: resource.query
......@@ -34,7 +34,7 @@ pages:
emit:
data: data
- type: table
version: 0.15.8
version: 0.15.9
parameters:
fields:
- value: { prop: firstName }
......@@ -49,7 +49,7 @@ pages:
listen:
data: data
- type: action-button
version: 0.15.8
version: 0.15.9
parameters:
icon: plus
actions:
......@@ -60,7 +60,7 @@ pages:
- name: Person Registration Form
blocks:
- type: form
version: 0.15.8
version: 0.15.9
actions:
onSubmit:
type: resource.create
......@@ -89,7 +89,7 @@ pages:
- id
blocks:
- type: data-loader
version: 0.15.8
version: 0.15.9
actions:
onLoad:
type: resource.get
......@@ -98,7 +98,7 @@ pages:
emit:
data: data
- type: detail-viewer
version: 0.15.8
version: 0.15.9
parameters:
fields:
- value: { prop: firstName }
......
......@@ -49,7 +49,7 @@ pages:
- name: Report litter
blocks:
- type: form
version: 0.15.8
version: 0.15.9
parameters:
fields:
- name: location
......@@ -86,7 +86,7 @@ pages:
- name: Litter Overview
blocks:
- type: data-loader
version: 0.15.8
version: 0.15.9
actions:
onLoad:
type: resource.query
......@@ -98,7 +98,7 @@ pages:
emit:
data: data
- type: map
version: 0.15.8
version: 0.15.9
parameters:
latitude: location.latitude
longitude: location.longitude
......@@ -110,7 +110,7 @@ pages:
listen:
data: data
- type: action-button
version: 0.15.8
version: 0.15.9
parameters:
icon: plus
actions:
......@@ -123,7 +123,7 @@ pages:
- id
blocks:
- type: data-loader
version: 0.15.8
version: 0.15.9
actions:
onLoad:
type: resource.get
......@@ -132,7 +132,7 @@ pages:
emit:
data: data
- type: detail-viewer
version: 0.15.8
version: 0.15.9
parameters:
fields:
- value: { prop: location }
......
......@@ -5,4 +5,4 @@ lower-right corner, allowing for easy access on mobile devices.
### Images
![Action button screenshot](https://gitlab.com/appsemble/appsemble/-/raw/0.15.8/docs/images/action-button.png)
![Action button screenshot](https://gitlab.com/appsemble/appsemble/-/raw/0.15.9/docs/images/action-button.png)
{
"name": "@appsemble/action-button",
"version": "0.15.8",
"version": "0.15.9",
"private": true,
"description": "A simple button that performs an action when clicked.",
"homepage": "https://appsemble.app",
......@@ -16,7 +16,7 @@
"test": "jest"
},
"dependencies": {
"@appsemble/sdk": "0.15.8",
"@appsemble/sdk": "0.15.9",
"@fortawesome/fontawesome-common-types": "^0.2.32"
}
}
......@@ -6,4 +6,4 @@ supported and can be combined.
### Images
![Action button screenshot](https://gitlab.com/appsemble/appsemble/-/raw/0.15.8/docs/images/button-list.png)
![Action button screenshot](https://gitlab.com/appsemble/appsemble/-/raw/0.15.9/docs/images/button-list.png)
{
"name": "@appsemble/button-list",
"version": "0.15.8",
"version": "0.15.9",
"private": true,
"description": "A block that renders list of actionable buttons",
"homepage": "https://appsemble.app",
......@@ -16,9 +16,9 @@
"test": "jest"
},
"dependencies": {
"@appsemble/preact": "0.15.8",
"@appsemble/preact-components": "0.15.8",
"@appsemble/sdk": "0.15.8",
"@appsemble/preact": "0.15.9",
"@appsemble/preact-components": "0.15.9",
"@appsemble/sdk": "0.15.9",
"@fortawesome/fontawesome-common-types": "^0.2.32",
"classnames": "^2.2.6",
"preact": "^10.5.5"
......
{
"name": "@appsemble/data-loader",
"version": "0.15.8",
"version": "0.15.9",
"private": true,
"description": "A block that fetches data and emits it using the events API.",
"homepage": "https://appsemble.app",
......@@ -16,6 +16,6 @@
"test": "jest"
},
"dependencies": {
"@appsemble/sdk": "0.15.8"
"@appsemble/sdk": "0.15.9"
}
}
......@@ -4,4 +4,4 @@ block emits the updated data.
### Images
![data-notifier screenshot](https://gitlab.com/appsemble/appsemble/-/raw/0.15.8/docs/images/data-notifier.png)
![data-notifier screenshot](https://gitlab.com/appsemble/appsemble/-/raw/0.15.9/docs/images/data-notifier.png)
{
"name": "@appsemble/data-notifier",
"version": "0.15.8",
"version": "0.15.9",
"private": true,
"description": "A block that notifies the user if new data is available.",
"homepage": "https://appsemble.app",
......@@ -16,7 +16,7 @@
"test": "jest"
},
"dependencies": {
"@appsemble/sdk": "0.15.8",
"@appsemble/sdk": "0.15.9",
"fast-deep-equal": "^3.1.3",
"mini-jsx": "^2.0.0"
}
......
......@@ -13,4 +13,4 @@ For example:
### Images
![Detail viewer screenshot](https://gitlab.com/appsemble/appsemble/-/raw/0.15.8/docs/images/detail-viewer.png)
![Detail viewer screenshot](https://gitlab.com/appsemble/appsemble/-/raw/0.15.9/docs/images/detail-viewer.png)
{
"name": "@appsemble/detail-viewer",
"version": "0.15.8",
"version": "0.15.9",
"private": true,
"description": "A block that can be used to display various fields based on input data.",
"homepage": "https://appsemble.app",
......@@ -16,8 +16,8 @@
"test": "jest"
},
"dependencies": {
"@appsemble/preact": "0.15.8",
"@appsemble/preact-components": "0.15.8",
"@appsemble/preact": "0.15.9",
"@appsemble/preact-components": "0.15.9",
"@fortawesome/fontawesome-common-types": "^0.2.30",
"classnames": "^2.2.6",
"leaflet": "~1.5.1",
......
{
"name": "@appsemble/feed",
"version": "0.15.8",
"version": "0.15.9",
"private": true,
"description": "A block that displays a feed of cards.",
"homepage": "https://appsemble.app",
......@@ -16,9 +16,9 @@
"test": "jest"
},
"dependencies": {
"@appsemble/preact": "0.15.8",
"@appsemble/preact-components": "0.15.8",
"@appsemble/sdk": "0.15.8",
"@appsemble/preact": "0.15.9",
"@appsemble/preact-components": "0.15.9",
"@appsemble/sdk": "0.15.9",
"@fortawesome/fontawesome-common-types": "^0.2.30",
"leaflet": "~1.5.1",
"preact": "^10.5.5"
......
......@@ -4,4 +4,4 @@ The filter uses OData filters to filter data. This works with the Appsemble reso
### Images
![Filter screenshot](https://gitlab.com/appsemble/appsemble/-/raw/0.15.8/docs/images/filter.png)
![Filter screenshot](https://gitlab.com/appsemble/appsemble/-/raw/0.15.9/docs/images/filter.png)
{
"name": "@appsemble/filter",
"version": "0.15.8",
"version": "0.15.9",
"private": true,
"description": "A block that allows users to filter data.",
"homepage": "https://appsemble.app",
......@@ -16,10 +16,10 @@
"test": "jest"
},
"dependencies": {
"@appsemble/preact": "0.15.8",
"@appsemble/preact-components": "0.15.8",
"@appsemble/sdk": "0.15.8",
"@appsemble/utils": "0.15.8",
"@appsemble/preact": "0.15.9",
"@appsemble/preact-components": "0.15.9",
"@appsemble/sdk": "0.15.9",
"@appsemble/utils": "0.15.9",
"@fortawesome/fontawesome-common-types": "^0.2.30",
"classnames": "^2.2.6",
"preact": "^10.5.5"
......
......@@ -13,7 +13,7 @@ For example:
### Images
![Form screenshot](https://gitlab.com/appsemble/appsemble/-/raw/0.15.8/docs/images/form.png)
![Form screenshot](https://gitlab.com/appsemble/appsemble/-/raw/0.15.9/docs/images/form.png)
### Notes
......
{
"name": "@appsemble/form",
"version": "0.15.8",
"version": "0.15.9",
"private": true,
"description": "A block used for inputting and submitting sets of data.",
"homepage": "https://appsemble.app",
......@@ -16,8 +16,8 @@
"test": "jest"
},
"dependencies": {
"@appsemble/preact": "0.15.8",
"@appsemble/preact-components": "0.15.8",
"@appsemble/preact": "0.15.9",
"@appsemble/preact-components": "0.15.9",
"@fortawesome/fontawesome-common-types": "^0.2.32",
"classnames": "^2.2.6",
"leaflet": "~1.5.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment