Releases: Swizz/snabbdom-pragma
[Release 2.8.0] - 2018-11-26
[Release 2.7.0] - 2018-04-06
[Release 2.6.0] - 2017-23-10
A huge thanks to @jvanbruegge for all this release points
Added
ES6 modules support #21
Fixed
Fix Aria attributes that use the props
module instead of the attrs
one #23
Fix soem HTML attributes that need to use the attrs
module to work as intented #24
[Release 2.5.0] - 2017-28-09
Added
Key support thanks @jvanbruegge #19
[Release 2.4.0] - 2017-08-07
Fixed
Svg className
attribute instead of class
#17
[Release 2.3.0] - 2017-22-05
Fixed
Data attributes now use Snabbdom dataset module #13
[Release 2.2.0] - 2017-15-05
Added
Enhance Typescript support with types declarations #12
[Release 2.1.0] - 2017-10-05
Added
Official Typescript support* #10
( * As snabbdom-pragma is transpiler independent, support are in fact, transpiling tests + docs)
[Release 2.0.0] - 2017-10-05
Added
More usefull documentation #3
Prebuild and postbuild testing capabilities
Basic vnode features tests
Components capabilities tests
Travis CI builds
Changed
Return a vnode object instead of calling h() #9
Refactor all the source in a more functionnal way
Data and Aria are not longer attrs (now props)
XO rules are now part of a XO plugin Swizz/eslint-config-xo-swizz
Old browser support regarding Object.entries
[Release 1.10.0] - 2017-19-04
Added
Add support for data and aria attributes #7