* Fixed an error with `Argument` values that had quotes, not being escaped properly. Thanks new unit tests!
1.5.4
Added
* The `set_website_style` now accepts `None` in addition to `"none"` to remove the style * Provide `get_main_server` and `set_main_server` functions to manipulate the global server (mostly for testing purposes).
Fixed
* Improved documentation for styling features
1.5.3
Added
* The `add_website_css` function now allows a single string (just the CSS) instead of the selector/CSS pair
1.5.2
Fixed
* Force text boxes, text areas, and other input components to `str` their default value (when provided) and escape it for html
1.5.1
Fixed
* Fixed other input components' values not being properly escaped * Fixed a bug with `Span` and `Div` components not properly being `repr`ed
1.5.0
Added
* Provide `Picture` class to prevent name collisions with `Image` class and `Pillow` module * Provide `new` and `open` methods in `Image` that shadow the `Pillow` module's versions. * Provide `UploadedFile` class to represent uploaded files in unit tests and the State.
Fixed
* Fixed a bug with `Button`s not properly escaping data (including unicode emojis).