mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-21 13:40:29 -04:00
AuthorManager: New getAuthorId
hook
This commit is contained in:
parent
6d4085f5f0
commit
ae092edf0c
4 changed files with 82 additions and 7 deletions
|
@ -40,6 +40,7 @@
|
|||
|
||||
* New `expressPreSession` server-side hook.
|
||||
* New `padDefaultContent` server-side hook.
|
||||
* New `getAuthorId` server-side hook.
|
||||
* New APIs for processing attributes: `ep_etherpad-lite/static/js/attributes`
|
||||
(low-level API) and `ep_etherpad-lite/static/js/AttributeMap` (high-level
|
||||
API).
|
||||
|
@ -79,6 +80,8 @@
|
|||
* `appendATextToAssembler()`: Deprecated in favor of the new `opsFromAText()`
|
||||
generator function.
|
||||
* `newOp()`: Deprecated in favor of the new `Op` class.
|
||||
* The `AuthorManager.getAuthor4Token()` function is deprecated; use the new
|
||||
`AuthorManager.getAuthorId()` function instead.
|
||||
|
||||
# 1.8.17
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue