diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d964375..16ba4cd68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/textual/demo.css b/src/textual/demo.css index 88ef1b733..521346545 100644 --- a/src/textual/demo.css +++ b/src/textual/demo.css @@ -29,7 +29,7 @@ Sidebar { } Sidebar:focus-within { - offset: 0 0 !important; + offset: 0 0 !important; } Sidebar.-hidden {