- apply style if all list is selected
- es5 has been dropped with v2, update
unpkg
reference
- IE11, Edge 16-18 and Safari 10 not supported
styleDidChange
was not always emitting the container
- handles comment node
- add a CSS4 variable
--deckgo-inline-editor-position
- on style change the
input
event is not triggered anymore on the container. to overcome the problem, the component emits a new eventstyleChange
- the event
linkCreated
does not emit the link as detail anymore but rather the container
- replace
document.execCommand
marked as obsolete with custom code (#741)
- add new option
background-color
- new icon for
color
- add strikethrough (#710)
- color icon always default color to avoid white on white
- update color component
- update Stencil for Gatsby build
- modify the font-size (1-7)
- MIT icons which do not need attribution
- add new actions to modify the alignment of the selection
- support RTL
- code refactored and split in separate components
- style review and enhancement
To infinity and beyond 🚀
- update dependencies
- add new property
palette
to allow customization of the palette of colors to be picked
- on mouse selection the link were not correctly created as it kept a selection reference to the first or last character ( #410
- create link don't always respect order (#405)
- provide your own custom actions to the component. Kudos to Matthias Max / Bitflower for the PR (#380)
- fix layout for color and link on sticky mobile devices
- the component doesn't rely anymore on the platform's color picker but use the new
@deckdeckgo/color
Web Component to offer a limited and simple choice of selectable colors
- debounce the display of the toolbar (useful in case of dragged selection)
@deckdeckgo/utils
isn't a singleton anymore but a collections of stateless functions
- update to most recent dependencies
The first users began to test, and to create content in, our web open source editor for presentations (studio
)
- add an overall option to not display the toggle list options
- new style property
--deckgo-inline-editor-sticky-height)
for the toolbar height if sticky
- trigger an event
linkCreated
when a link is, well, created
- images will not be considered, per default, as editable anymore. to turn this feature on, use the property
img-editable
- fix close image processing toolbar if document or any other elements is clicked
- display an icon instead of A for the color picker
- display elements not applicable per default hidden (instead of disabled)
- upgrade to Stencil One
- sticky toolbar on iOS positioned at the top of the browser window
- improve behavior on mobile devices specially regarding selection and focus
- use new package
@deckdeckgo/utils
- move to the org scoped package
@deckdeckgo/inline-editor
- this WYSIWYG inline editor now supports images too. it gives the ability to resize (big, medium, small, very small) images, to align them horizontally or left and even to delete them
- modify the default
containers
value fromslot
toh1,h2,h3,h4,h5,h6,div
- this new version includes new features, fixes and breaking changes for the upcoming DeckDeckGo studio. Please refer to the documentation for its corresponding usage.