changelog

This commit is contained in:
Will McGugan
2022-12-19 11:07:39 +00:00
parent 7cddd61b00
commit 623f7f635e
2 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,12 @@ 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.8.0] - Unreleased
### Added
- Added `textual.actions.SkipAction` exception which can be raised from an action to allow parents to process bindings.
## [0.7.0] - 2022-12-17
### Added

View File

@@ -29,7 +29,7 @@ Sidebar {
}
Sidebar:focus-within {
offset: 0 0 !important;
offset: 0 0 !important;
}
Sidebar.-hidden {