Skip to content

Commit

Permalink
Update docs and core API for OptionContainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jun 19, 2023
1 parent dbc6887 commit 9a38b7f
Show file tree
Hide file tree
Showing 11 changed files with 235 additions and 347 deletions.
1 change: 1 addition & 0 deletions changes/1996.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The OptionContainer widget now has 100% test coverage, and complete API documentation.
1 change: 1 addition & 0 deletions changes/1996.removal.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +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`
1 change: 1 addition & 0 deletions changes/1996.removal.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
``OptionContainer.add()`` has been renamed ``OptionContainer.append()`` for consistency with List APIs.

0 comments on commit 9a38b7f

Please sign in to comment.