Skip to content

Commit 19ab0a5

Browse files
committed
Update docs and core API for OptionContainer.
1 parent dbc6887 commit 19ab0a5

File tree

11 files changed

+235
-347
lines changed

11 files changed

+235
-347
lines changed

changes/1996.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The OptionContainer widget now has 100% test coverage, and complete API documentation.

changes/1996.removal.1.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The ability to increment and decrement the current OptionContainer tab was removed. Instead of `container.current_tab += 1`, use `container.current_tab = container.current_tab.index + 1`

changes/1996.removal.2.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
``OptionContainer.add()`` has been renamed ``OptionContainer.append()`` for consistency with List APIs.

0 commit comments

Comments
 (0)