Skip to content

Commit 1cadf20

Browse files
committed
Pglet 0.6.0
1 parent 28d3573 commit 1cadf20

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log - Pglet client for Python
22

3+
## [0.6.0](https://pypi.org/project/pglet/0.6.0)
4+
5+
* Works with [Pglet Server 0.6.0](https://github.com/pglet/pglet/releases/tag/v0.6.0).
6+
* Added `focused` property, `focus` and `blur` events to all input controls - paving the way to a proper validation support.
7+
* New [`Persona`](https://developer.microsoft.com/en-us/fluentui#/controls/web/persona) control.
8+
* New [`ComboBox`](https://developer.microsoft.com/en-us/fluentui#/controls/web/combobox) control.
9+
* New page events: `connect` and `disconnect` for real-time chat-like experiences.
10+
* Harmonization of border styling propeties across `Stack`, `Image`, `IFrame` and `Text` controls: HTML-ish `border` property with mixed and confusing to non-web devs semantics (`1px solid black` or `solid 1px black`?) replaced with clean and simple `border_style`, `border_width` and `border_color` properties.
11+
* All boolean and enum-like properties are protected with [`beartype`](https://github.com/beartype/beartype).
12+
* Fixed all control tests to ensure [Pglet works nice with Python 3.7 and above](https://ci.appveyor.com/project/pglet/pglet-python). Big shout-out to @mikaelho for helping with that!
13+
* Generating platform-specific wheels (`.whl`) with one `pglet` executable inside only: smaller wheels - faster installation!
14+
15+
316
## [0.5.9](https://pypi.org/project/pglet/0.5.9)
417

518
* Default Pglet Server port is now `8550` (changed from `5000` because of AirDrop service on macOS).

0 commit comments

Comments
 (0)