Skip to content

Commit

Permalink
chore: Update to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondelaat committed Mar 2, 2021
1 parent 4fe4da7 commit 7789c55
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
49 changes: 49 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@

<a name="v0.2.0"></a>
## [v0.2.0](https://github.com/jasondelaat/ticklish_ui/compare/v0.1.3...v0.2.0) (2021-03-01)

### Chore

* updates .gitignore

### Docs

* Adds PanedWindow example
* Adds an example of Notebook
* Adds two examples using Scrollable widgets
* Adds tags_example.py
* Adds an example of the Text widget
* Adds an example for scale widgets
* Adds an example demonstrating virtual event user data.

### Feat

* Adds PanedWindow widget
* Adds Notebook widget
* Adds Scrollbar widget and Scrollable container
* Adds tags option to all widgets
* Adds wrapper class for the Text widget
* Adds Scale widget
* Adds progressbar widget
* Allows user data with virtual events in event streams.

### Fix

* Makes sure tags are applied to containers and not just contents


<a name="v0.1.3"></a>
## [v0.1.3](https://github.com/jasondelaat/ticklish_ui/compare/v0.1.2...v0.1.3) (2021-02-21)


<a name="v0.1.2"></a>
## [v0.1.2](https://github.com/jasondelaat/ticklish_ui/compare/v0.1.1...v0.1.2) (2021-02-21)


<a name="v0.1.1"></a>
## [v0.1.1](https://github.com/jasondelaat/ticklish_ui/compare/v0.1.0...v0.1.1) (2021-02-13)


<a name="v0.1.0"></a>
## v0.1.0 (2021-02-13)

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ticklish_ui
version = 0.1.3
version = 0.2.0
author = Jason DeLaat
author_email = jason.develops@gmail.com
description = A thin-ish wrapper around tkinter for specifying GUIs declaratively.
Expand Down

0 comments on commit 7789c55

Please sign in to comment.