Releases: Livefyre/streamhub-editor
v1.3.3: Updating SinonJS dependency
Merge pull request #8 from Livefyre/FYR-12434 FYR-12434: Updating SinonJS dependency
Add better body validation
Merge pull request #7 from Livefyre/LF_19535 LF-19535: Adding better body validation
Bug fix: Keep title on render
Merge pull request #6 from Livefyre/fix_title_modal Do not clear title on render
Add title support
Adds title support to content - content can now optionally have two fields: title and body. The title is enabled via the showTitle
parameter.
This release also:
- upgrades streamhub-sdk version 2.17.0
- fixes the test runner
- adds a sample page for easier local development
Introducing Auth Editor
Auth Editor
An extension of the base Editor that is auth
-aware. By taking advantage of Livefyre/auth
's ability to coordinate authentication with the interested site, AuthEditor enables an opinionated community to chime in on an article or debate with fellow community members in real-time. By default, authentication makes use of the Livefyre/livefyre-auth
module, which will allow a user to interact with a Livefyre-powered community. Alternatively, one can also specify a custom auth delegate to authenticate with 3rd-party authentication systems.
An example of a themed Auth Editor
An example of Auth Editor used as a minimalistic editor in a reply thread
Changes
View changeset (1.1.8...v1.2.1)
Un-privatizing abstract methods
1.1.8 Un-privatizing abstract methods