Skip to content

Releases: open-craft/xblock-html

v1.3.7

18 Mar 13:27
Compare
Choose a tag to compare

What's Changed

  • feat: allow using details and summary HTML tags by @CefBoud in #87

New Contributors

Full Changelog: v1.3.6...v1.3.7

v1.3.6

08 Aug 09:47
Compare
Choose a tag to compare

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

27 Jun 14:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

feat: allow using the HTML style tag

08 Jun 20:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.3...v1.3.4

Migrate to GitHub Actions

06 Mar 13:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.3

fix: adjust sanitizing and style rules

01 Feb 09:45
0e653d7
Compare
Choose a tag to compare
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

20 Oct 16:07
4b7828b
Compare
Choose a tag to compare

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

30 Sep 10:54
18c6e79
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

feat: add themeable table to the TinyMCE Editor

08 Jul 19:19
8e39d43
Compare
Choose a tag to compare
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

08 Apr 16:51
c0e27af
Compare
Choose a tag to compare

The Koa release uses Python 3.8, so we should be using this Python version for the CI from now on.