- output custom elements as a single bundle (
dist-custom-elements-bundle
)
- bump dependencies
- es5 has been dropped with v2, update
unpkg
reference
- IE11, Edge 16-18 and Safari 10 not supported
- migrate
rxjs
to@stencil/store
(#773)
- update Stencil for Gatsby build
- update dependencies and
ConnectionState
enum definition in types
To infinity and beyond 🚀
- update dependencies
- draw arrows (#625)
- property
server
renamed tosocketUrl
- clear draw history
- update component in order to sync content between decks and remote
- add a method to update a particular slide
- add a method to update the "reveal" settings of the deck of the remote control
- drawing circle clear the all pane (#66)
- add methods to forward play and pause from the deck to the remote app
- update
@deckdeckgo/types
last definition
- update to most recent dependencies
The first users began to test, and to create content in, our web open source editor for presentations (studio
)
- upgrade to Stencil One
- use org scoped
@deckdeckgo/types
- move to the org scoped package
@deckdeckgo/remote
- add methods
updateSlides
anddeleteSlide
- remote canvas positioned absolutely in order to inherit parent container
- add an attribute
autoConnect
if you don't wish the component to establish a connection on load - add a
disconnect
method
- update Stencil and other libs (758ea62)
- include new types with slide definition (#3)
- property
slides
has been renamed tolength
(#1)
- add a new property
slides
to transmit the ordered list of slides (#2)