0.133.0 (2021-12-03)
Bug Fixes
- Compile: Assign
id
to node types that will have custom elements (eaefd56) - Editor: Set element IDs for CodeBlocks in edit mode (166b179)
- HTML encoding: Wrap
CodeBlock
elements in a<stencila-code-block>
(be33e01) - HTML encoding: Wrap
CodeFragment
in a<stencila-code-fragment>
(ce148ec), closes #1209 - Web editor: Carry over
itemtype
so that the correct propery is changed (c02824f) - Web: Ensure placeholder custom components render correctly (c776289)