Updated Style Developers: Migrating to 3.0.0 (markdown)

emsquared 2013-03-01 23:57:43 -08:00
parent 7d81254d8a
commit 708e198283

@ -1,6 +1,6 @@
[Version 2.1.1 compatible styles](https://github.com/Codeux/Textual/wiki/Style-Developers:-Migrating-to-2.1.1) will work on Textual v3.0.0 without any migration. However, there have been additions that a style can opt-into that will enhance the experience for the end user.
**CSS Changes**
## CSS Changes
Version 3.0.0 of Textual supports message playback after each restart. A style that would like to distinguish old messages from new ones can define CSS settings for the **.historic** class type. The recommended way to shown older messages is to change their opacity.
@ -12,9 +12,7 @@ For example:
}
</code></pre>
***
**Template Engine**
## Template Engine
Textual now hands down information on whether a specific message is encrypted so that a lock may be shown somewhere in the message to inform the end user.