Releases: open-craft/xblock-html
Releases · open-craft/xblock-html
v1.3.7
v1.3.6
What's Changed
Add xblock[django]
to base requirements to include openedx-django-pyfs
(#54)
Full Changelog: v1.3.5...v1.3.6
v1.3.5
What's Changed
- Python Requirements Update by @opencraft-requirements-bot in #44
- Python Requirements Update by @opencraft-requirements-bot in #45
- Python Requirements Update by @opencraft-requirements-bot in #46
- feat: allow more attributes in
a
tag by @Agrendalath in #47
Full Changelog: v1.3.4...v1.3.5
feat: allow using the HTML style tag
What's Changed
- Python Requirements Update by @opencraft-requirements-bot in #30
- Python Requirements Update by @opencraft-requirements-bot in #31
- Python Requirements Update by @opencraft-requirements-bot in #32
- Python Requirements Update by @opencraft-requirements-bot in #33
- Python Requirements Update by @opencraft-requirements-bot in #34
- Python Requirements Update by @opencraft-requirements-bot in #35
- Python Requirements Update by @opencraft-requirements-bot in #37
- Python Requirements Update by @opencraft-requirements-bot in #38
- Python Requirements Update by @opencraft-requirements-bot in #39
- Python Requirements Update by @opencraft-requirements-bot in #40
- Python Requirements Update by @opencraft-requirements-bot in #41
- Python Requirements Update by @opencraft-requirements-bot in #42
- feat: allow using the HTML
style
tag by @Agrendalath in #43
New Contributors
- @opencraft-requirements-bot made their first contribution in #30
Full Changelog: v1.3.3...v1.3.4
Migrate to GitHub Actions
What's Changed
- build: migrate to GitHub Actions [BB-7150] by @Agrendalath in #25
- build: fix requirements regexp by @Agrendalath in #26
- chore: update version by @Agrendalath in #27
- fix: include static files in Python package by @Agrendalath in #29
Full Changelog: v1.3.0...v1.3.3
fix: adjust sanitizing and style rules
refactor: adjust sanitizing and style rules (#22) * refactor: adjust styling by updating rules for sanitizing * refactor: remove maple support * fix: sanitize html even if allow_javascript is true * chore: remove nutmeg workflow and bump version
Fix rendering HTML tables in Studio for subclasses of HTML5 XBlock
What's Changed
- fix: html tables rendering for subclasses of HTML5XBlock in studio preview by @Cup0fCoffee in #20
Full Changelog: v1.2.1...v1.2.2
fix: rendering tables
What's Changed
- fix: rendering tables [BB-6729] by @Cup0fCoffee in #18
New Contributors
- @Cup0fCoffee made their first contribution in #18
Full Changelog: v1.2.0...v1.2.1
feat: add themeable table to the TinyMCE Editor
feat: add themeable table to the TinyMCE Editor (#17) This: * Replaces static third-party libraries with the ones from the edx-platform. * Adds the table plugin to the studio TinyMCE editor. * Adds a way to define custom CSS classes for tables through settings. They can be used to apply styles HTML tables through the comprehensive theme. * Makes `bleaching.py` compatible with `CSSSanitizer` from `bleach==5.0.0`.
Koa upgrade: bump Python version for CI
The Koa release uses Python 3.8, so we should be using this Python version for the CI from now on.