mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
version bump
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -6,22 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
|
||||
## Unreleased
|
||||
## [0.87.0] - 2024-11-24
|
||||
|
||||
### Added
|
||||
|
||||
- Added Styles.has_any_rules https://github.com/Textualize/textual/pull/5264
|
||||
- Added `position` CSS rule.
|
||||
- Added `Widget.set_scroll`
|
||||
- Added `Select.selection`
|
||||
- Added `position` CSS rule. https://github.com/Textualize/textual/pull/5278
|
||||
- Added `Widget.set_scroll` https://github.com/Textualize/textual/pull/5278
|
||||
- Added `Select.selection` https://github.com/Textualize/textual/pull/5278
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed offset applied to docked widgets https://github.com/Textualize/textual/pull/5264
|
||||
- Fixed loading widgets responding to input https://github.com/Textualize/textual/pull/5267
|
||||
|
||||
|
||||
|
||||
## [0.86.3] - 2024-11-19
|
||||
|
||||
### Changed
|
||||
@@ -2578,6 +2576,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
|
||||
- New handler system for messages that doesn't require inheritance
|
||||
- Improved traceback handling
|
||||
|
||||
[0.87.0]: https://github.com/Textualize/textual/compare/v0.86.4...v0.87.0
|
||||
[0.86.3]: https://github.com/Textualize/textual/compare/v0.86.2...v0.86.3
|
||||
[0.86.2]: https://github.com/Textualize/textual/compare/v0.86.1...v0.86.2
|
||||
[0.86.1]: https://github.com/Textualize/textual/compare/v0.86.0...v0.86.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "textual"
|
||||
version = "0.86.3"
|
||||
version = "0.87.0"
|
||||
homepage = "https://github.com/Textualize/textual"
|
||||
repository = "https://github.com/Textualize/textual"
|
||||
documentation = "https://textual.textualize.io/"
|
||||
@@ -22,6 +22,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Typing :: Typed",
|
||||
]
|
||||
include = [
|
||||
|
||||
Reference in New Issue
Block a user