UNPKG

711 BMarkdownView Raw
1# Changelog
2
3## v0.3.0
4
5- Refactor to use new application structure
6- Use eslint
7- src folder for ES6/7 code ran through babel to lib
8- More helpful scripts
9- Simpler test
10- Less dependencies
11- Remove webpack
12- Add api docs
13- Updated readme
14
15## v0.2.5
16
17- Allow React to be 0.12 or greater, actually fixing #2.
18
19## v0.2.4
20
21- Relax React dependency which closes #2.
22
23## v0.2.3
24
25- Revert back to using `lg` instead of `1x` for size.
26
27## v0.2.2
28
29- Update README
30 - Add API reference.
31 - General cleaup.
32
33## v0.2.1
34
35- Properly assign props to component.
36
37## v0.2.0
38
39- Reverting back to non-ES6 code to make more consumable.
40
41## v0.1.0
42
43- Move over to ES6 imports/emports
44- Use JSX instead of `React.createElement`