UNPKG

1.98 kBMarkdownView Raw
1# Changelog
2
3## v.1.6.1
4
5- Remove support for iojs
6- Add test for node 6 and 7
7
8## v.1.6.0
9
10- Use prettier-eslint to auto-format code
11- Changed syntax to use ES6 class and package prop-types since the are both deprecated #41
12- Use prop-types package instead of deprecated React.PropTypes #40
13- Upgrade to node v7.8.0
14- Some cleanup
15
16## v.1.5.0
17
18- Move screenreader styles to separate file to fix build issues (see #32)
19
20## v1.4.0
21
22- Merged #30: Add support for aria screen reader support, thanks @Phyks
23
24## v1.3.1
25
26- Add documentation for overriding tag name
27
28## v1.3.0
29
30- Merged #28: Add ability to change base tag (default is still `<span>`), thanks @lucaskatayama
31- Cleaned up tests a bit
32- Version control lib directory since `prepublish` script is gone.
33
34## v1.2.0
35
36- Add CSS module support (#21, thanks @callumsmits!)
37- Simplify CSS tag creation code
38- Cleanup test suite
39
40## v1.1.0
41
42- Remove `prepublish` step so builds work on Windows
43
44## v1.0.0
45
46We are production ready! 😬🤘🎉
47
48- Upgrade development node version
49- [Tests] Use the modern ReactDOM.render+findDOMNode APIs for React 15 (#10, thanks @ide!)
50- Filter which props are passed into the underlying span (#8, thanks @ide!)
51- Upgrade ESLint to v2 (#7, thanks @ide!)
52- Upgrade to Babel 6 (#6, thanks @ide!)
53
54## v0.3.0
55
56- Refactor to use new application structure
57- Use eslint
58- src folder for ES6/7 code ran through babel to lib
59- More helpful scripts
60- Simpler test
61- Less dependencies
62- Remove webpack
63- Add api docs
64- Updated readme
65
66## v0.2.5
67
68- Allow React to be 0.12 or greater, actually fixing #2.
69
70## v0.2.4
71
72- Relax React dependency which closes #2.
73
74## v0.2.3
75
76- Revert back to using `lg` instead of `1x` for size.
77
78## v0.2.2
79
80- Update README
81 - Add API reference.
82 - General cleaup.
83
84## v0.2.1
85
86- Properly assign props to component.
87
88## v0.2.0
89
90- Reverting back to non-ES6 code to make more consumable.
91
92## v0.1.0
93
94- Move over to ES6 imports/emports
95- Use JSX instead of `React.createElement`