Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions .github/workflows/javascript-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Install npm dependencies
run: npm ci

- name: Install external dependencies
run: npm run setup

- name: Build project
run: npm run build

Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ __pycache__/
wheels/
pip-wheel-metadata/


# Installer logs
pip-log.txt
pip-delete-this-directory.txt
Expand All @@ -44,6 +45,7 @@ htmlcov/
coverage/
test-results/
junit.xml
TESTS.xml

# Virtual environments
/venv/
Expand Down Expand Up @@ -116,7 +118,9 @@ stats.json

*.hot-update.*
*.map
**/*.tsbuildinfo

# Karma
.karma/
**/.karma/

14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,21 @@ Change Log
Unreleased
**********

0.18.0 - 2026-06-12
**********************************************

Removed
=======

* Removed backend-rendered studio view for PDF Block. Only the MFE authoring
experience is supported now.

Added
=====
* Add tests to PDF initialization script

0.17.0 - 2026-06-11
**********************************************

Changed
=======
Expand Down
Loading