Skip to content

Commit

Permalink
0.30.5
Browse files Browse the repository at this point in the history
### Removed

- Utils: Remove redundant property `method` from resource actions.
  • Loading branch information
appsemble-bot committed Nov 4, 2024
1 parent a1fbc64 commit ce9a071
Show file tree
Hide file tree
Showing 139 changed files with 599 additions and 620 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## \[[0.30.5](https://gitlab.com/appsemble/appsemble/-/releases/0.30.5)] - 2024-11-04

### Removed

- Utils: Remove redundant property `method` from resource actions.

## \[[0.30.4](https://gitlab.com/appsemble/appsemble/-/releases/0.30.4)] - 2024-11-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN rm -r package-lock.json

# Setup the production docker image.
FROM node:18.18.0-bookworm-slim
ARG version=0.30.4
ARG version=0.30.5
ARG date

COPY --from=prod /app /app
Expand Down
4 changes: 2 additions & 2 deletions apps/PDF/app-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pages:
- name: Create report
blocks:
- type: button-list
version: 0.30.4
version: 0.30.5
roles:
- User
actions:
Expand All @@ -54,7 +54,7 @@ pages:
- label: Health check
onClick: health
- type: form
version: 0.30.4
version: 0.30.5
actions:
onSubmit:
type: request
Expand Down
4 changes: 2 additions & 2 deletions apps/chatgpt/app-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pages:
- name: Chat
blocks:
- type: form
version: 0.30.4
version: 0.30.5
parameters:
fields:
- type: string
Expand Down Expand Up @@ -35,7 +35,7 @@ pages:
type: event
event: response
- type: openai
version: 0.30.4
version: 0.30.5
events:
listen:
response: response
2 changes: 1 addition & 1 deletion apps/containers/app-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pages:
- name: Test
blocks:
- type: button-list
version: 0.30.4
version: 0.30.5
actions:
handle:
type: request
Expand Down
4 changes: 2 additions & 2 deletions apps/controller/app-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pages:
- name: Example Page A
blocks:
- type: form
version: 0.30.4
version: 0.30.5
parameters:
fields:
- name: a
Expand All @@ -31,7 +31,7 @@ pages:
handler: calculate

- type: detail-viewer
version: 0.30.4
version: 0.30.5
parameters:
fields:
- value: { prop: result }
Expand Down
4 changes: 2 additions & 2 deletions apps/controller/controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsemble/controller",
"version": "0.30.4",
"version": "0.30.5",
"private": true,
"description": "A controller for the controller-demo app.",
"homepage": "https://appsemble.app",
Expand All @@ -17,6 +17,6 @@
"test": "vitest"
},
"dependencies": {
"@appsemble/sdk": "0.30.4"
"@appsemble/sdk": "0.30.5"
}
}
4 changes: 2 additions & 2 deletions apps/empty/app-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pages:
- name: Example Page A
blocks:
- type: action-button
version: 0.30.4
version: 0.30.5
parameters:
icon: arrow-right
actions:
Expand All @@ -16,7 +16,7 @@ pages:
- name: Example Page B
blocks:
- type: action-button
version: 0.30.4
version: 0.30.5
parameters:
icon: arrow-left
actions:
Expand Down
24 changes: 12 additions & 12 deletions apps/holidays/app-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pages:
- name: Netherlands
blocks:
- type: data-loader
version: 0.30.4
version: 0.30.5
actions:
onLoad:
url: https://date.nager.at/Api/v2/NextPublicHolidays/NL
Expand All @@ -18,7 +18,7 @@ pages:
emit:
data: holidays
- type: table
version: 0.30.4
version: 0.30.5
parameters:
fields:
- value: { prop: date }
Expand All @@ -43,7 +43,7 @@ pages:
- name: Germany
blocks:
- type: data-loader
version: 0.30.4
version: 0.30.5
actions:
onLoad:
url: https://date.nager.at/Api/v2/NextPublicHolidays/DE
Expand All @@ -52,7 +52,7 @@ pages:
emit:
data: holidays
- type: table
version: 0.30.4
version: 0.30.5
parameters:
fields:
- value: { prop: date }
Expand All @@ -77,7 +77,7 @@ pages:
- name: Spain
blocks:
- type: data-loader
version: 0.30.4
version: 0.30.5
actions:
onLoad:
url: https://date.nager.at/Api/v2/NextPublicHolidays/ES
Expand All @@ -86,7 +86,7 @@ pages:
emit:
data: holidays
- type: table
version: 0.30.4
version: 0.30.5
parameters:
fields:
- value: { prop: date }
Expand Down Expand Up @@ -116,7 +116,7 @@ pages:
- name: USA
blocks:
- type: data-loader
version: 0.30.4
version: 0.30.5
actions:
onLoad:
url: https://date.nager.at/Api/v2/NextPublicHolidays/US
Expand All @@ -125,7 +125,7 @@ pages:
emit:
data: holidays
- type: table
version: 0.30.4
version: 0.30.5
parameters:
fields:
- value: { prop: date }
Expand All @@ -148,7 +148,7 @@ pages:
- name: Canada
blocks:
- type: data-loader
version: 0.30.4
version: 0.30.5
actions:
onLoad:
url: https://date.nager.at/Api/v2/NextPublicHolidays/CA
Expand All @@ -157,7 +157,7 @@ pages:
emit:
data: holidays
- type: table
version: 0.30.4
version: 0.30.5
parameters:
fields:
- value: { prop: date }
Expand All @@ -180,7 +180,7 @@ pages:
- name: Mexico
blocks:
- type: data-loader
version: 0.30.4
version: 0.30.5
actions:
onLoad:
url: https://date.nager.at/Api/v2/NextPublicHolidays/MX
Expand All @@ -189,7 +189,7 @@ pages:
emit:
data: holidays
- type: table
version: 0.30.4
version: 0.30.5
parameters:
fields:
- value: { prop: date }
Expand Down
14 changes: 7 additions & 7 deletions apps/notes/app-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pages:
icon: scroll
blocks:
- type: data-loader
version: 0.30.4
version: 0.30.5
actions:
onLoad:
type: resource.query
Expand All @@ -48,7 +48,7 @@ pages:
emit:
data: notes
- type: table
version: 0.30.4
version: 0.30.5
parameters:
fields:
- value: { prop: title }
Expand All @@ -67,7 +67,7 @@ pages:
closable: true
blocks:
- type: form
version: 0.30.4
version: 0.30.5
parameters:
fields:
- type: string
Expand All @@ -93,13 +93,13 @@ pages:
closable: true
blocks:
- type: detail-viewer
version: 0.30.4
version: 0.30.5
parameters:
fields:
- label: { translate: confirmDelete }
value: { prop: title }
- type: button-list
version: 0.30.4
version: 0.30.5
parameters:
buttons:
- label: { translate: cancel }
Expand All @@ -120,15 +120,15 @@ pages:
onSuccess:
type: dialog.ok
- type: action-button
version: 0.30.4
version: 0.30.5
parameters:
icon: plus
actions:
onClick:
type: dialog
blocks:
- type: form
version: 0.30.4
version: 0.30.5
parameters:
fields:
- type: string
Expand Down
12 changes: 6 additions & 6 deletions apps/person/app-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pages:
- name: Person List
blocks:
- type: data-loader
version: 0.30.4
version: 0.30.5
actions:
onLoad:
type: resource.query
Expand All @@ -48,7 +48,7 @@ pages:
emit:
data: data
- type: table
version: 0.30.4
version: 0.30.5
parameters:
fields:
- value: { prop: firstName }
Expand All @@ -63,7 +63,7 @@ pages:
listen:
data: data
- type: action-button
version: 0.30.4
version: 0.30.5
parameters:
icon: plus
actions:
Expand All @@ -74,7 +74,7 @@ pages:
- name: Person Registration Form
blocks:
- type: form
version: 0.30.4
version: 0.30.5
actions:
onSubmit:
type: resource.create
Expand Down Expand Up @@ -110,7 +110,7 @@ pages:
- id
blocks:
- type: data-loader
version: 0.30.4
version: 0.30.5
actions:
onLoad:
type: resource.get
Expand All @@ -119,7 +119,7 @@ pages:
emit:
data: data
- type: detail-viewer
version: 0.30.4
version: 0.30.5
parameters:
fields:
- value: { prop: firstName }
Expand Down
4 changes: 2 additions & 2 deletions apps/remappers/app-definition.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Remappers
description: This app contains every Remapper currently in Appsemble as of (0.30.4)
description: This app contains every Remapper currently in Appsemble as of (0.30.5)
defaultPage: Introduction
security:
default:
Expand Down Expand Up @@ -38,7 +38,7 @@ resources:
type: string

anchors:
- &block-version 0.30.4
- &block-version 0.30.5

pages:
- name: Introduction
Expand Down
6 changes: 3 additions & 3 deletions apps/soundboard/app-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pages:
- name: Soundboard
blocks:
- type: data-loader
version: 0.30.4
version: 0.30.5
actions:
onLoad:
type: resource.query
Expand All @@ -39,14 +39,14 @@ pages:
emit:
data: sound
- type: audio
version: 0.30.4
version: 0.30.5
parameters:
src: { prop: asset }
events:
listen:
onAudio: onClick
- type: tiles
version: 0.30.4
version: 0.30.5
actions:
onClick:
type: event
Expand Down
Loading

0 comments on commit ce9a071

Please sign in to comment.