Releases: tornqvist/prismic-element
Releases · tornqvist/prismic-element
v2.0.0
- Removed
nanohtml
transform to support compiling for use with node (useful for SSR). When using browserify, you will have to add b.transform(require('nanohtml'), { global: true })
to ensure that everything is compiled properly.