Skip to content

Commit

Permalink
0.29.6
Browse files Browse the repository at this point in the history
### Added

- Block(`form`): Add warning on long submission.
- Block(`pdf-viewer`): Add new block `pdf-viewer`.
- Studio: Add tab to apps to view companion container logs.

### Fixed

- Block(`form`): Fix searching by words containing capital letters.
  • Loading branch information
appsemble-bot committed Jul 19, 2024
1 parent 7663a5c commit cffb470
Show file tree
Hide file tree
Showing 139 changed files with 599 additions and 623 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## \[[0.29.6](https://gitlab.com/appsemble/appsemble/-/releases/0.29.6)] - 2024-07-19

### Added

- Block(`form`): Add warning on long submission.
- Block(`pdf-viewer`): Add new block `pdf-viewer`.
- Studio: Add tab to apps to view companion container logs.

### Fixed

- Block(`form`): Fix searching by words containing capital letters.

## \[[0.29.5](https://gitlab.com/appsemble/appsemble/-/releases/0.29.5)] - 2024-07-15

### 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.29.5
ARG version=0.29.6
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 @@ -33,7 +33,7 @@ pages:
- name: Create report
blocks:
- type: button-list
version: 0.29.5
version: 0.29.6
roles:
- User
actions:
Expand All @@ -56,7 +56,7 @@ pages:
- label: Health check
onClick: health
- type: form
version: 0.29.5
version: 0.29.6
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.29.5
version: 0.29.6
parameters:
fields:
- type: string
Expand Down Expand Up @@ -35,7 +35,7 @@ pages:
type: event
event: response
- type: openai
version: 0.29.5
version: 0.29.6
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.29.5
version: 0.29.6
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.29.5
version: 0.29.6
parameters:
fields:
- name: a
Expand All @@ -31,7 +31,7 @@ pages:
handler: calculate

- type: detail-viewer
version: 0.29.5
version: 0.29.6
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.29.5",
"version": "0.29.6",
"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.29.5"
"@appsemble/sdk": "0.29.6"
}
}
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.29.5
version: 0.29.6
parameters:
icon: arrow-right
actions:
Expand All @@ -16,7 +16,7 @@ pages:
- name: Example Page B
blocks:
- type: action-button
version: 0.29.5
version: 0.29.6
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.29.5
version: 0.29.6
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.29.5
version: 0.29.6
parameters:
fields:
- value: { prop: date }
Expand All @@ -43,7 +43,7 @@ pages:
- name: Germany
blocks:
- type: data-loader
version: 0.29.5
version: 0.29.6
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.29.5
version: 0.29.6
parameters:
fields:
- value: { prop: date }
Expand All @@ -77,7 +77,7 @@ pages:
- name: Spain
blocks:
- type: data-loader
version: 0.29.5
version: 0.29.6
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.29.5
version: 0.29.6
parameters:
fields:
- value: { prop: date }
Expand Down Expand Up @@ -116,7 +116,7 @@ pages:
- name: USA
blocks:
- type: data-loader
version: 0.29.5
version: 0.29.6
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.29.5
version: 0.29.6
parameters:
fields:
- value: { prop: date }
Expand All @@ -148,7 +148,7 @@ pages:
- name: Canada
blocks:
- type: data-loader
version: 0.29.5
version: 0.29.6
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.29.5
version: 0.29.6
parameters:
fields:
- value: { prop: date }
Expand All @@ -180,7 +180,7 @@ pages:
- name: Mexico
blocks:
- type: data-loader
version: 0.29.5
version: 0.29.6
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.29.5
version: 0.29.6
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 @@ -37,7 +37,7 @@ pages:
icon: scroll
blocks:
- type: data-loader
version: 0.29.5
version: 0.29.6
actions:
onLoad:
type: resource.query
Expand All @@ -48,7 +48,7 @@ pages:
emit:
data: notes
- type: table
version: 0.29.5
version: 0.29.6
parameters:
fields:
- value: { prop: title }
Expand All @@ -67,7 +67,7 @@ pages:
closable: true
blocks:
- type: form
version: 0.29.5
version: 0.29.6
parameters:
fields:
- type: string
Expand All @@ -93,13 +93,13 @@ pages:
closable: true
blocks:
- type: detail-viewer
version: 0.29.5
version: 0.29.6
parameters:
fields:
- label: { translate: confirmDelete }
value: { prop: title }
- type: button-list
version: 0.29.5
version: 0.29.6
parameters:
buttons:
- label: { translate: cancel }
Expand All @@ -120,15 +120,15 @@ pages:
onSuccess:
type: dialog.ok
- type: action-button
version: 0.29.5
version: 0.29.6
parameters:
icon: plus
actions:
onClick:
type: dialog
blocks:
- type: form
version: 0.29.5
version: 0.29.6
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 @@ -30,7 +30,7 @@ pages:
- name: Person List
blocks:
- type: data-loader
version: 0.29.5
version: 0.29.6
actions:
onLoad:
type: resource.query
Expand All @@ -39,7 +39,7 @@ pages:
emit:
data: data
- type: table
version: 0.29.5
version: 0.29.6
parameters:
fields:
- value: { prop: firstName }
Expand All @@ -54,7 +54,7 @@ pages:
listen:
data: data
- type: action-button
version: 0.29.5
version: 0.29.6
parameters:
icon: plus
actions:
Expand All @@ -65,7 +65,7 @@ pages:
- name: Person Registration Form
blocks:
- type: form
version: 0.29.5
version: 0.29.6
actions:
onSubmit:
type: resource.create
Expand Down Expand Up @@ -101,7 +101,7 @@ pages:
- id
blocks:
- type: data-loader
version: 0.29.5
version: 0.29.6
actions:
onLoad:
type: resource.get
Expand All @@ -110,7 +110,7 @@ pages:
emit:
data: data
- type: detail-viewer
version: 0.29.5
version: 0.29.6
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.29.5)
description: This app contains every Remapper currently in Appsemble as of (0.29.6)
defaultPage: Introduction
security:
default:
Expand All @@ -25,7 +25,7 @@ resources:
type: string

anchors:
- &block-version 0.29.5
- &block-version 0.29.6

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 @@ -26,7 +26,7 @@ pages:
- name: Soundboard
blocks:
- type: data-loader
version: 0.29.5
version: 0.29.6
actions:
onLoad:
type: resource.query
Expand All @@ -35,14 +35,14 @@ pages:
emit:
data: sound
- type: audio
version: 0.29.5
version: 0.29.6
parameters:
src: { prop: asset }
events:
listen:
onAudio: onClick
- type: tiles
version: 0.29.5
version: 0.29.6
actions:
onClick:
type: event
Expand Down
Loading

0 comments on commit cffb470

Please sign in to comment.