Skip to content

Releases: stencila/encoda

v0.93.4

01 Apr 07:51
Compare
Choose a tag to compare

0.93.4 (2020-04-01)

Bug Fixes

  • Pandoc: Avoid loss of already decoded blocks (c80fd22)

v0.93.3

01 Apr 06:42
Compare
Choose a tag to compare

0.93.3 (2020-04-01)

Bug Fixes

  • HTML: Encode programmingLanguage property for CodeChunks (77e1d4b), closes #505
  • HTML: Honour isBundle option for media files (02ea16a)
  • PDF: Do not show code chunk code (3ba216d)
  • PNG: Do not disable Javascript (33152de)

v0.93.2

30 Mar 06:27
Compare
Choose a tag to compare

0.93.2 (2020-03-30)

Bug Fixes

  • Pandoc: Call encodeCodeChunk in encodeDocumentAsync (2abd5c3)

v0.93.1

26 Mar 05:22
Compare
Choose a tag to compare

0.93.1 (2020-03-26)

Bug Fixes

  • Deps: Upgrade Thema to 1.15.2 (c9947fa)
  • PNG, RPNG: Ensure that images etc are retained before screenshotting (55172fb)

v0.93.0

25 Mar 06:42
Compare
Choose a tag to compare

0.93.0 (2020-03-25)

Bug Fixes

  • dependencies: update dependency @stencila/executa to ^1.9.3 (2f675ef)
  • dependencies: update dependency @stencila/thema to ^1.15.1 (fa6d666)
  • dependencies: update dependency fs-extra to v9 (3502b27)
  • dependencies: update dependency got to ^10.7.0 (5ae483a)
  • dependencies: update dependency immer to ^6.0.2 (5dfd940)
  • dependencies: update dependency json5 to ^2.1.2 (822a437)
  • dependencies: update dependency minimist to ^1.2.5 (eb5ab09)
  • dependencies: update dependency remark-attr to ^0.10.0 (56534dc)
  • dependencies: update dependency xlsx to ^0.15.6 (7d960af)
  • dependencies: update remark monorepo (2f5fd2b)

Features

  • HTML: Encode identifiers property (7704259), closes #413

v0.92.0

23 Mar 09:03
Compare
Choose a tag to compare

0.92.0 (2020-03-23)

Bug Fixes

  • CSL: Add handling of PublicationIssue and Periodical (bb29874)
  • CSL: Handle pagination properties of an article (31d7d5e)
  • dependencies: update asciimath2tex commit hash to c6f316f (5878d01)
  • DOCX: Encode figures and figure goups (f915d6e)
  • DOCX: Encode table captions; update template (1cb2b11)
  • JATS: Use table caption property (58f79df)
  • Pandoc: Encode primitive nodes, improve debug reporting (e605901)
  • Util: Ensure inline content (cb5bbfa)
  • Util: Fix copyFile function (26394d1)

Features

  • Util: Add resolveFiles function (70e8934)

v0.91.0

13 Mar 06:30
Compare
Choose a tag to compare

0.91.0 (2020-03-13)

Bug Fixes

  • HTML: Add lang attribute to tag (42dda24)
  • HTML: Do not inject MathJax CSS into page (c216851)
  • HTML: Ensure page has one main landmark (202788c)
  • HTML: Improve encoding of headings (7412caa)
  • HTML: Only use h1 for article title (d77c906), closes #443
  • HTML: Use a single elem for long titles (63b2326)
  • HTML: Use spans for publisher and logo; avoid duplicate src attribute (fcadeae)
  • JATS: Coerce to inline content instead of filtering it (9959568)
  • JATS: Decode ids of figure elements (2173224)
  • JATS: Decode ids of table elements (58a4da7)
  • JATS: Explicit decoding of supplementary material elements (3a830bc)
  • JATS: Fix assignment of ids and depths to figure and table titles (bdde447)
  • JATS: Use section + 1 level headings for figs and tables (c5f7b8e)

Features

  • HTML: Allow for no theme and use in tests (9014d45)
  • HTML: Encode article pagination details. (94c7754)

v0.90.3

12 Mar 05:47
Compare
Choose a tag to compare

0.90.3 (2020-03-12)

Bug Fixes

  • Dependencies: Upgrade schema (460de0e)
  • HTML: Add encoding of Article.isPartOf in references (b7939e3), closes #455
  • HTML: Change order that properties of a reference are encoded (a0521e2), closes #455
  • HTML: Encode date more concisely (5bd2995)
  • HTML: Improve encding of Person names (f685597), closes #454
  • HTML: remove itemtype and itemscope on inner code element of CodeBlock (fcd05f3), closes #434
  • JATS: Improve decoding of references; add fixture (dc72a94)
  • JATS: Update encoding of functions for isPartOf property (0888241)
  • Pandoc: Update Pandoc to 2.9.2 (92b0ff6)

v0.90.2

11 Mar 21:09
Compare
Choose a tag to compare

0.90.2 (2020-03-11)

Bug Fixes

  • Package: Remove patch-package and use asciimath2tex fork (8d34518)

v0.90.1

11 Mar 18:16
Compare
Choose a tag to compare

0.90.1 (2020-03-11)

Bug Fixes

  • Convert function: Retain behaviour of returning string if no to path (2e8a9ea)
  • dependencies: update dependency @stencila/executa to ^1.9.2 (915b562)
  • dependencies: update dependency @stencila/schema to ^0.41.2 (c60d8fb)
  • dependencies: update dependency @stencila/thema to ^1.14.1 (80c8353)
  • dependencies: update dependency citation-js to ^0.5.0-alpha.5 (8e8fc0e)
  • dependencies: update dependency jsdom to ^16.2.1 (05e1be0)
  • dependencies: update dependency minimist to ^1.2.3 (5692dea)
  • dependencies: update dependency patch-package to ^6.2.1 (5eeddf3)
  • dependencies: update dependency pdf-lib to ^1.4.1 (6fef1f5)
  • dependencies: update dependency tempy to ^0.5.0 (5a8f137)
  • Dependencies: Changes to Thema and to-vfile versions (4a39bbd)
  • JSON-LD: Upgrade jsonld package and fix tests (5b0f607)
  • Package: Include patches in package (62ecf35)
  • Pandoc: Pass on warnings and do not reject (5c59927)