Skip to content

Tags: openedx/XBlock

Tags

v6.2.0

Toggle v6.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: fold web_fragments into XBlock python project (#917)

Part of: openedx/web-fragments#309

Bumps version to 6.2.0

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: move commonly used attributes from XModuleMixin to XBlock (#906)

* feat: add attrs from xmodulemixin

* fix: quality issues

* fix: display_name_with_default docstring

Co-authored-by: Kyle McCormick <kyle@axim.org>

* chore: bump version

---------

Co-authored-by: Kyle McCormick <kyle@axim.org>

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #896 from openedx/feanil/drop_python_3.11

chore: drop Python 3.11 support

v5.3.0

Toggle v5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: move ShowCorrectness from xmodule.graders into XBlock (#883)

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add support for django 5.2 (#834)

v5.1.2

Toggle v5.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: throws InvalidScopeError if the FieldData for the scope is None (#…

…815)

v5.1.1

Toggle v5.1.1's commit message
chore: bump verison to v5.1.1

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: XBlock overrides (#778)

* feat: add ability to override XBlock with xblock.v1.overrides entry_point

* test: xblock overrides

* docs: update changelog entry and add tutorial for overriding XBlock

* chore: bump version to 5.1.0

---------

Co-authored-by: Kyle McCormick <kyle@axim.org>