diff --git a/CHANGELOG.md b/CHANGELOG.md index f988ebf3..89617387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - (potentionally) a bug where many dialogs could cause an execution timeout +- Mutltiple rare crashes when component content is set before component initialization ## [0.13.0] - 2023-10-02 diff --git a/playlet-lib/src/components/ChannelView/ChannelView.xml b/playlet-lib/src/components/ChannelView/ChannelView.xml index 62c84169..777ebc73 100644 --- a/playlet-lib/src/components/ChannelView/ChannelView.xml +++ b/playlet-lib/src/components/ChannelView/ChannelView.xml @@ -27,7 +27,8 @@ id="thumbnail" width="100" height="100" - translation="[2,2]" /> + translation="[2,2]" + failedBitmapUri="pkg:/images/thumbnail-missing.jpg" />