Topic: TinyMCE 3.5.2 Released
This release adds two new methods formatChanged and selectorChanged these can be used to detect when the user moves the selection in and out of formats or matching CSS selectors.
These where added to make it easier to roll your own UI:s and handle the state changes for custom buttons for example activating the bold button when the selection is inside a bold text.
We also changed some default options in this release such as how the advanced theme gets rendered by default. So this might break some setups that relay on these default values.
Also fixed a bunch of bugs and issues.
Spocke - Main developer of TinyMCE