- types for
interaction
andlike
data
- add
data-selectable-paragraph
to dirty attributes
- publish
lang
(defaulten
)
- make
level
mandatory forlog
(since previous declaration was not supported anyway)
- add log
level
data
becomes optional
- Deck, slide, doc, paragraph and user inherits from same record type that can contains timestamps
- types to submit to feed
- collect social links (twitter etc.) for publish
- use image of first or second paragraph for the social card (if exists in document)
- add interface to
updateLanding
(update the published index html page)
- clean
paragraph_id
on publish as well
- clean more attributes on publish (
data-src
)
- add optional
attributes
param tocleanNode
- clean some more grammarly attributes
- add
config
toDocPublish
- add
theme
todocPublishData
- clean code attributes selector
cleanNode
extended to clean HTML element children too- expose list of
dirtyAttributes
- add
fallbackAuthor
to publish data
docSelector
match only parentdeckgo-studio-doc
- remove
deckgo-doc
fromdocSelector
and replace with css based selector
- image utils to handle deckgo-lazy-img attributes
docSelector
match parentdeckgo-studio-doc
onNext
callback of snapshot to promise
- throw custom events "log" to display events that can be also interesting for the users
- throw custom error function on the document
- add function
attributes
- update
docSelector
path
- esm and cjs
deckPublishData
anddocPublishData
become async
- generate social image for publish data
docPublishData
empty paragraphs
- add
deploy
information todoc
publishData
becomesdeckPublishData
anddocPublishData
- add optional
canonical
url tometa
- support for
canonical
inpublishData
function
publish
becomesdeckPublish
anddocPublish
- optional
meta
added todoc
convertStyle
moved fromdeck-utils
nodexIndex
returns node index (including comments and texts) andelementIndex
returns element index
- add
init
to sync state type
- optional
bio
in publish data and deck author
- optional
photo_url
in publish data
- rework authentication and delete user
- function that collect and prepare the (deck) publish data
- new entry to retrieve published urls
- expose providers interfaces for documents and paragraphs
- support for documents and paragraphs
- Hello World 👋