mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-17 14:31:00 +01:00
Before, the hook always ignored the return values provided by the hook functions. Now the hook functions can change the text by either returning a string or setting `context.text` to the desired value. Also drop the `styl` and `cls` context properties. They were never documented and they were always null.