Skip to content

Releases: Swizz/snabbdom-pragma

[Release 2.8.0] - 2018-11-26

26 Nov 14:33
Compare
Choose a tag to compare

Added

Custom modules support by rewriting how modules are interpreted #38

[Release 2.7.0] - 2018-04-06

04 Jun 12:47
Compare
Choose a tag to compare

We are welcoming @blikblum as contributor 🎉

Added

Some scripts that help to compare performance #29
Allow components without props #32

Changed

Only the first dash in property will be considered as module name #27
Overall code performance optimization #31 #33

Fixed

Make tests work in windows #30

[Release 2.6.0] - 2017-23-10

23 Oct 16:15
Compare
Choose a tag to compare

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

28 Sep 08:10
Compare
Choose a tag to compare

Added

Key support thanks @jvanbruegge #19

[Release 2.4.0] - 2017-08-07

08 Jul 11:17
Compare
Choose a tag to compare

Fixed

Svg className attribute instead of class #17

[Release 2.3.0] - 2017-22-05

22 May 10:56
Compare
Choose a tag to compare

Fixed

Data attributes now use Snabbdom dataset module #13

[Release 2.2.0] - 2017-15-05

15 May 14:15
Compare
Choose a tag to compare

Added

Enhance Typescript support with types declarations #12

[Release 2.1.0] - 2017-10-05

10 May 15:29
Compare
Choose a tag to compare

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

10 May 12:31
Compare
Choose a tag to compare

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

19 Apr 18:13
Compare
Choose a tag to compare

Added

Add support for data and aria attributes #7