Releases: sapegin/fledermaus
Releases · sapegin/fledermaus
v7.1.0
Compare
Sorry, something went wrong.
No results found
Cache source files transformed to HTML to speedup the build.
dateToString helper: show component stack on error
v7.0.0
Compare
Sorry, something went wrong.
No results found
Breaking change
New Remark 7.0 plugin API, you should update your custom Remark plugins:
- function remarkRainbow(processor, options) {
+ function remarkRainbow(options) {
v6.0.0
Compare
Sorry, something went wrong.
No results found
Breaking changes
Remove Group, Style and Script components
Drop Node 5 support
New features
Expose VDO as global.h
Pass context to VDO templates
5.0.4
Compare
Sorry, something went wrong.
No results found
Move absolutizeUrl() and absolutizeLinks() to utils (still available as helpers too).
v5.0.3
Compare
Sorry, something went wrong.
No results found
og() and meta() should work with numbers.
v5.0.2
Compare
Sorry, something went wrong.
No results found
absolutizeUrl helper should return absolute URLs as is.
5.0.1
Compare
Sorry, something went wrong.
No results found
__ helper should mark result as safe.
v5.0.0
Compare
Sorry, something went wrong.
No results found
Breaking changes
New template engine VDO, JSX templates instead of ECT.
Do not uppercase layout name.
New helper names: rt → typo, rtt → typoTitle.
Markdown helpers moved to utils and renamed: md → markdownBlock, mds → markdown.
New features
RSS generation.
New VDO component: Group.
New helpers: Script, Style, json, safe.
Other changes
4.3.4
Compare
Sorry, something went wrong.
No results found
Fix code fragments printing in template compilation errors.
v4.3.3
Compare
Sorry, something went wrong.
No results found
Show code fragment in template compilation errors.