Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge dev to master #1019

Merged
merged 27 commits into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
55b5fda
fix(markdown): add margins to all markdown elements (#986)
douglasbouttell-camunda Jan 16, 2024
49bc4e7
fix: improve image editor placeholder styles
Skaiir Jan 18, 2024
767f078
chore: adjust iframe placeholder font size
Skaiir Jan 20, 2024
35a25e7
feat: add `security` properties for iFrame
Nov 17, 2023
02e5537
feat: add warning step to iframe security attributes config
Skaiir Jan 16, 2024
cb48fcc
fix: show iframe title in the editor
Skaiir Jan 16, 2024
9dc9a9e
chore(CHANGELOG): correct minor formatting issues (#1003)
nikku Jan 24, 2024
780dc1f
chore: update actions/cache action to v4 (#995)
renovate[bot] Jan 24, 2024
6587a61
chore: update actions/upload-artifact digest to 26f96df (#979)
renovate[bot] Jan 24, 2024
5a8672b
fix: repeatable entry parameters now validate with errors
Skaiir Jan 22, 2024
67b2994
feat: implement number field debouncing
Skaiir Jan 20, 2024
28f46bb
chore: remove superfluous useEffects
Skaiir Jan 23, 2024
77bd111
fix: Prevent demo data from being created on edited tables
vsgoulart Jan 25, 2024
5834dd9
chore: Add experimental tag
Skaiir Jan 30, 2024
93d3f03
chore: update actions/upload-artifact digest to d00351b (#1014)
renovate[bot] Jan 30, 2024
e5f0c04
feat: implement HTML display component
Skaiir Jan 25, 2024
a0d9d12
feat(schema): support HTML component
Skaiir Jan 28, 2024
17332c2
chore: remove our dependency on preact-markup
Skaiir Jan 25, 2024
e02a23e
fix: limit cm-editor properties height to 400px
Skaiir Jan 28, 2024
6dbdb6f
chore: cleanup html and text components
Skaiir Jan 29, 2024
4a1420f
fix: handle native CSS scoping & added tests
Skaiir Jan 30, 2024
7a5604f
chore: updated snapshots
Skaiir Jan 30, 2024
52a2cb8
chore: Update deps (#1008)
vsgoulart Jan 30, 2024
b7bb32f
chore: update dependency source-map-loader to v5 (#988)
renovate[bot] Jan 30, 2024
525dadc
chore: replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#1012)
renovate[bot] Jan 30, 2024
286c17f
fix: resize textarea on input changes (#1017)
Skaiir Jan 31, 2024
a9f4e45
chore: updated snapshots
Skaiir Jan 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Cache Node.js modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TASKLIST_CARBONISATION.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run Playwright tests
working-directory: ./tasklist/client
run: yarn playwright form-js-integration
- uses: actions/upload-artifact@c320f57948d137eb8c7f8e781ddcc0f61b04e834
- uses: actions/upload-artifact@d00351bf698398c17253d21cf8f90e57a344e14b
if: always()
with:
name: playwright-report
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading