Skip to content

Releases: GehDoc/vscode-textile-preview

1.3.5

01 Oct 21:35
Compare
Choose a tag to compare

Added

  • [PREVIEW] Activate experimental custom editor

Changed

  • Update to vscode-1.47.3, without browser.webpack nor sourcemap removing
  • Update to vscode 1.48.0
  • Build on travis-ci.com

Fixed

  • [INTERNAL] fix npm security alerts

1.3.4

31 Jul 22:32
Compare
Choose a tag to compare

Fixed

  • [INTERNAL] Updated dependencies, and VSCode minimal engine version
  • [INTERNAL] Import extra check to extension state, from Markdown extension
  • [INTERNAL] Cleanup comments
  • Update to vscode 1.46.0
  • [I18N] Update translations to latest vscode-loc

1.3.3

08 May 15:16
Compare
Choose a tag to compare

Changed

  • [DOC] Change sponsoring links
  • [DOC] Add installation instructions
  • Update to vscode 1.45.0
  • [I18N] Update translations to latest vscode-loc

1.3.2

09 Apr 15:13
Compare
Choose a tag to compare

Fixed

  • [INTERNAL] npm audit fix
  • update to vscode 1.44.0, wich includes some fixes
  • [INTERNAL] @types/vscode ^1.44.0 greater than engines.vscode ^1.38.0 => lower dependencies

Changed

  • [DOC] Update README.md
  • 1.3.1 will not be released, due to last minute depency problem

1.3.0

30 Mar 15:22
f8fd885
Compare
Choose a tag to compare

Since 1.2.1

Added

  • [PREVIEW] blockquote syntax coloring
  • [DOC] include link to highlight.js supported language list.

Changed

  • [CSS] Clarify style for <PRE> and highlight.js
  • [INTERNAL] Code cleanup
  • Update textile-js to GehDoc/textile-js@e4c79e9, to get renderers hook

Fixed

  • [INTERNAL] Make transpilation less permissive : enable noUnusedLocals. Progress on #8.
  • [INTERNAL] Make transpilation less permissive : enable noUnusedParameters. Close #8.

Since 1.3.0-beta.1

Added

  • [DOC] include link to highlight.js supported language list.

Changed

  • [CSS] Clarify style for <PRE> and highlight.js
  • [INTERNAL] Code cleanup
  • Update textile-js to GehDoc/textile-js@e4c79e9, to get refactored renderers code

Fixed

  • [INTERNAL] Make transpilation less permissive : enable noUnusedLocals. Progress on #8.
  • [INTERNAL] Make transpilation less permissive : enable noUnusedParameters. Close #8.

1.3.0-beta.1

29 Mar 21:45
Compare
Choose a tag to compare
1.3.0-beta.1 Pre-release
Pre-release

Added

  • [PREVIEW] blockquote syntax coloring

Changed

1.2.1

29 Mar 17:59
Compare
Choose a tag to compare

Added

  • [DOC] Add SECURITY.md
  • [PREVIEW] Add paragraph folding for multi-line <LI> and HTML code blocks (PRE, DIV, BLOCKQUOTE)

Fixed

  • [INTERNAL] npm audit fix
  • [PREVIEW] correctly fold inlined tags

Changed

  • Update textile-js to GehDoc/textile-js@d9fd2e6, to get new applyHooks function, and some fixes for <LI> and <HR> and other inlined tags

1.2.0

23 Mar 17:13
Compare
Choose a tag to compare

Since 1.1.1 :

Changed

  • [DOC] Update
  • Update to vscode 1.43.1
  • [INTERNAL] update dependencies

Since previous release 1.0.1 :

Changed

  • [DOC] Update
  • Update to vscode 1.43.1
  • [INTERNAL] update dependencies
  • [INTERNAL] Include shared.webpack config to diffs.
  • [INTERNAL] : Improve and update .d.ts for textile-js library. Progress on #18.

Fixed

  • [INTERNAL] fix npm security alerts
  • Update textile-js to GehDoc/textile-js@72428b6, to get :
    • HTML comments line-numbering, and a fix for <LI>
    • pre-rendering hook and jsonml functions.
  • [INTERNAL] Reduces diffs with Markdown Language Features.

Added

  • [SOURCE] Code folding. Progress on #4
  • [PREVIEW] Add support for link ID generation trough slugify. Closes #20.
  • [PREVIEW] Add support TOC generation trough slugify. Progress on #4.
  • [SOURCE] Add support for document and workspace symbol. Progress on #4.

1.1.1

14 Mar 18:07
Compare
Choose a tag to compare
1.1.1 Pre-release
Pre-release

Fixed

  • [INTERNAL] fix npm security alerts
  • Update textile-js to , to get HTML comments line-numbering, and a fix for <LI>

Changed

  • [INTERNAL] Include shared.webpack config to diffs.
  • Update to vscode 1.43.0

Added

  • [SOURCE] Code folding. Progress on #4

1.1.0

05 Mar 14:58
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release

Fixed

  • [CSS] Fix highlight on hover for <UL>. Progress on #18.
  • [INTERNAL] Reduces diffs with Markdown Language Features.

Changed

  • Update textile-js to GehDoc/textile-js@ae69c7a , to benefit of pre-rendering hook and jsonml functions.
  • [INTERNAL] : Improve and update .d.ts for textile-js library. Progress on #18.

Added

  • [PREVIEW] Add support for link ID generation trough slugify. Closes #20.
  • [PREVIEW] Add support TOC generation trough slugify. Progress on #4.
  • [SOURCE] Add support for document and workspace symbol. Progress on #4.