Historique de versions de Asciidoctor.js Live Preview - 8 versions
Asciidoctor.js Live Previewpar Guillaume Grossetie
Noté 4,6 sur 5
4,6 étoiles sur 5
Attention aux anciennes versions ! Elles sont affichées seulement à des fins de test et de référence.
Vous devriez toujours utiliser la dernière version d’un module complémentaire.
Dernière version
Version 2.3.1
Publié le 9 nov. 2019 - 3,93 MoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 et versions supérieures- Fix Kroki on Firefox (upgrade the asciidoctor-kroki package to 0.4.0: https://github.com/Mogztter/asciidoctor-kroki)
- Set display block on stemblock (MathJax 3)Code source publié sous licence Licence MIT/X11
Anciennes versions
Version 2.3.0
Publié le 12 oct. 2019 - 3,94 MoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 et versions supérieures- Upgrade to MathJax 3.0.0
- Use server-side syntax highlightingCode source publié sous licence Licence MIT/X11
Version 2.2.1
Publié le 30 juil. 2019 - 6,65 MoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 et versions supérieures- Bump version 2.2.1 to publish a new package on https://addons.mozilla.org
- Run npm audit fix on the development dependenciesCode source publié sous licence Licence MIT/X11
Version 1.5.9.100
Publié le 1 déc. 2018 - 6,25 MoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 et versions supérieures== 1.5.9.100
* Add more languages to highlight.js (dockerfile, elm, golo, gradle, haskell, handlebars, kotlin, rust, swift, yaml, typescript)
* Upgrade chartist to 0.11.0
* Use the new Asciidoctor logo
* Upgrade to Asciidoctor.js 1.5.9Code source publié sous licence Licence MIT/X11
Version 1.5.6.100
Publié le 1 mai 2018 - 6,17 MoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 et versions supérieures== 1.5.6.100
* Add <meta name="viewport"> to the rendered HTML (thanks @mattpalermo)
* Remove JQuery dependency
* Use ECMAScript 6 features to improve the code readability and structure
* Us the stylesheet query string to configure the stylesheet per document ?stylesheet=github
* Upgrade to Asciidoctor.js 1.5.6
* Allow to configure the polling to remote and local files
* Don't show document title when noheader attribute is set (thanks @mojavelinux)
* Use highlight.js as the default source-highlighter
* Add PlantUML extension to render diagram
* Load MathJax only when stem attribute is defined
* Improve the performance on the first rendering
* Improve the performance when enabling/disabling the extension
* Redesign the options page using BulmaCode source publié sous licence Licence MIT/X11
Version 1.5.5.112
Publié le 7 janv. 2018 - 6,11 MoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 et versions supérieures== 1.5.5.112
* Use the browser namespace
* Use correct config for MathJax (thanks @mojavelinux)
* Add missing images for golo, riak, maker and github themes (thanks @puffybsd)
== 1.5.5.111
* Add condition for unsupported API on Firefox MobileCode source publié sous licence Licence MIT/X11
Version 1.5.5.111
Publié le 2 déc. 2017 - 5,49 MoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 et versions supérieuresMake the extension compatible with Firefox Mobile by adding conditions on unsupported API:
- browser.contextMenus
- browser.browserAction.setIconCode source publié sous licence Licence MIT/X11
Version 1.5.5.110
Publié le 28 oct. 2017 - 5,49 MoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 et versions supérieures= Changelog
== 1.5.5.110
* Upgrade Chartist to 0.8.3
* Upgrade MathJax to 2.7.2
* Remove fragment identifier from outfilesuffix (thanks @oncletom)
* Fix timezone regexp to handle numeric and non-latin timezones (thanks @guziks, @stayfool, @tequlia2pop, @noah538 & @jfstn)
== 1.5.5.101
* Updating a custom .css or .js file is not automatically saved
== 1.5.5.100
* Asciidoctor.js 1.5.5-4
* Highlight.js 9.9.0
* Font Awesome 4.7.0
* Options page now save changes automatically
== 1.5.4.111
* Fix custom attributes parsing on the options page
== 1.5.4.110
* Upgrade Font Awesome to 4.6.3
* Decode entities in document title (Thanks @ismail & @mojavelinux)
* MathJax is now working on remote files (Thanks @kindlychung)
* Add missing images from Riak theme (Thanks @ssebastianj)
== 1.5.4.100
* Asciidoctor 1.5.4
* Font Awesome 4.5.0
* MathJax 2.6.0
== 1.5.2.120
* Chart extension
+
.Line chart
```
[chart,line]
....
January,February,March
28,48,40
65,59,80
....
```
* Emoji extension
+
.Large heart emoji
```
emoji:heart[lg]
```
* Allow attributes to be defined via URL parameters
+
.Set TOC placement to preamble
`?toc=preamble`
* Add tip about enabling local file access to options page
== 1.5.2.111
* Support embedded videos
* Fix enable/disable on local files
* Font Awesome 4.3.0
== 1.5.2.100
* Asciidoctor 1.5.2
* Support :max-width: attribute
* Offline mode
* .txt files extension (configurable)
== 1.5.1.100
* Asciidoctor 1.5.1
* Fade navigation to enable sections as slides (contrib)
== 1.5.0.100
* Asciidoctor 1.5.0 !
* New stylesheet with Open Source Fonts
* Better print styles
* Font Awesome 4.1
* MathJax support
* Allow custom Javascript and Stylesheet
== 0.4.0
* Upgrade to Asciidoctor 1.5.0-preview.8
* Activate includes!
* Render selection
* Match URLs that contain a query string
== 0.3.0
* Upgrade to Asciidoctor 1.5.0.preview.1
* Add integration with Font Awesome 3.2.1
== 0.2.5
* Add configuration option for specifying custom attributes
* Allow to change the theme of AsciiDoc HTML output
== 0.2.4
* Add highlight.js for syntax highlighting
* Add context menu to send the "browser content" to the Asciidoctor Editor
== 0.2.3
* Auto reload, you don't need to refresh your browser anymore!
* Shiny icon in `chrome://extensions/`
* Support .asc file extension (thanks @mojavelinux)
https://github.com/asciidoctor/asciidoctor-chrome-extension/blob/master/changelog.adocCode source publié sous licence Licence MIT/X11