Releases: GehDoc/vscode-textile-preview
Releases · GehDoc/vscode-textile-preview
1.3.5
1.3.4
1.3.3
1.3.2
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
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
1.3.0-beta.1
Added
- [PREVIEW] blockquote syntax coloring
Changed
- Update textile-js to GehDoc/textile-js@95e6732, to get render hook
1.2.1
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
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.
- HTML comments line-numbering, and a fix for
- [INTERNAL] Reduces diffs with Markdown Language Features.
Added
1.1.1
1.1.0
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.