Skip to content

Commit

Permalink
Merge pull request Textualize#4341 from TomJGooding/docs-fix-changelog
Browse files Browse the repository at this point in the history
docs: fix changelog
  • Loading branch information
willmcgugan authored Mar 26, 2024
2 parents 7556035 + 88a6296 commit 9550f0b
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,37 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.54.0] - 2023-03-26
## Unreleased

### Fixed

- Exceptions inside `Widget.compose` or workers weren't bubbling up in tests https://github.com/Textualize/textual/issues/4282

### Added

- Added `Document.start` and `end` location properties for convenience https://github.com/Textualize/textual/pull/4267

## [0.54.0] - 2024-03-26

### Fixed

- Fixed a crash in `TextArea` when undoing an edit to a selection the selection was made backwards https://github.com/Textualize/textual/issues/4301
- Fixed issue with flickering scrollbars https://github.com/Textualize/textual/pull/4315
- Fixed issue where narrow TextArea would repeatedly wrap due to scrollbar appearing/disappearing https://github.com/Textualize/textual/pull/4334
- Fix progress bar ETA not updating when setting `total` reactive https://github.com/Textualize/textual/pull/4316
- Exceptions inside `Widget.compose` or workers weren't bubbling up in tests https://github.com/Textualize/textual/issues/4282

### Changed

- ProgressBar won't show ETA until there is at least one second of samples https://github.com/Textualize/textual/pull/4316
- `Input` waits until an edit has been made, after entry to the widget, before offering a suggestion https://github.com/Textualize/textual/pull/4335

### Added

- Added `Document.start` and `end` location properties for convenience https://github.com/Textualize/textual/pull/4267

## [0.53.1] - 2023-03-18
## [0.53.1] - 2024-03-18

### Fixed

- Fixed issue with data binding https://github.com/Textualize/textual/pull/4308

## [0.53.0] - 2023-03-18
## [0.53.0] - 2024-03-18

### Added

Expand Down

0 comments on commit 9550f0b

Please sign in to comment.