Skip to content

Commit e1757eb

Browse files
feat!: Bump xblocks-contrib to install PDF block by default (#38055)
BREAKING CHANGE: The `pdf` XBlock is now built into the platform core and installed by default. If you previously installed a third-party pdf implementation such as https://github.com/open-craft/xblock-pdf, then the built-in implementation will likely work as a drop-in replacement, so you can uninstall the third-party implementation. However, if you’d rather continue using a third-party pdf implementation, then use the `xblock.v1.overrides` entrypoint. In either case, the third-party implementation must be removed from the `xblock.v1` entrypoint, otherwise you will see an AmbiguousPluginError. Co-Authored-By: Kyle McCormick <[email protected]>
1 parent cd7f2ae commit e1757eb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements/edx/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ xblock-utils==4.0.0
12681268
# via
12691269
# edx-sga
12701270
# xblock-poll
1271-
xblocks-contrib==0.10.2
1271+
xblocks-contrib==0.11.0
12721272
# via -r requirements/edx/bundled.in
12731273
xmlsec==1.3.14
12741274
# via

requirements/edx/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2298,7 +2298,7 @@ xblock-utils==4.0.0
22982298
# -r requirements/edx/testing.txt
22992299
# edx-sga
23002300
# xblock-poll
2301-
xblocks-contrib==0.10.2
2301+
xblocks-contrib==0.11.0
23022302
# via
23032303
# -r requirements/edx/doc.txt
23042304
# -r requirements/edx/testing.txt

requirements/edx/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ xblock-utils==4.0.0
16071607
# -r requirements/edx/base.txt
16081608
# edx-sga
16091609
# xblock-poll
1610-
xblocks-contrib==0.10.2
1610+
xblocks-contrib==0.11.0
16111611
# via -r requirements/edx/base.txt
16121612
xmlsec==1.3.14
16131613
# via

requirements/edx/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ xblock-utils==4.0.0
16971697
# -r requirements/edx/base.txt
16981698
# edx-sga
16991699
# xblock-poll
1700-
xblocks-contrib==0.10.2
1700+
xblocks-contrib==0.11.0
17011701
# via -r requirements/edx/base.txt
17021702
xmlsec==1.3.14
17031703
# via

0 commit comments

Comments
 (0)