Skip to content

Commit 669e5d6

Browse files
committed
Black and sort
1 parent 1cadf20 commit 669e5d6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log - Pglet client for Python
22

3-
## [0.6.0](https://pypi.org/project/pglet/0.6.0)
3+
## [0.6.0](https://pypi.org/project/pglet/0.6.0) - Feb 13, 2022
44

55
* Works with [Pglet Server 0.6.0](https://github.com/pglet/pglet/releases/tag/v0.6.0).
66
* Added `focused` property, `focus` and `blur` events to all input controls - paving the way to a proper validation support.
@@ -9,11 +9,12 @@
99
* New page events: `connect` and `disconnect` for real-time chat-like experiences.
1010
* 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.
1111
* 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!
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](https://github.com/mikaelho) for helping with that!
13+
* [Black](https://github.com/psf/black) and [isort](https://pycqa.github.io/isort/) was adopted as official formatting tools.
1314
* Generating platform-specific wheels (`.whl`) with one `pglet` executable inside only: smaller wheels - faster installation!
1415

1516

16-
## [0.5.9](https://pypi.org/project/pglet/0.5.9)
17+
## [0.5.9](https://pypi.org/project/pglet/0.5.9) - Jan 27, 2022
1718

1819
* Default Pglet Server port is now `8550` (changed from `5000` because of AirDrop service on macOS).
1920
* [PDM](https://pdm.fming.dev/) is used for development and packaging.

0 commit comments

Comments
 (0)