0.6.0 (2016-09-13)
- Create Buttons component(1f78c6c)
0.5.2 (2016-07-26)
0.5.1 (2016-05-02)
0.5.0 (2016-05-01)
- Add new component: Container(2a718cd)
- Add new component: Embed(a121c17)
- Use higher order component instead of mixin and rewrite all component. close #35(dc85f72), closes #35
0.4.3 (2016-04-12)
- Support react v15.0 (b0b7fbd)
0.4.2 (2016-04-11)
- Transmit the properties into components: divider, accordion, dimmer, popup, item (d49066a)
0.4.1 (2015-11-22)
- export: Fix Unit component export 6bfcbbf
- export: Use ES6 export for exporting component 23ea253 PR #34
0.4.0 (2015-11-22)
- Support React 0.14.*
- Form should use a tag. PR #29
- chore: Update dependency version.
- Update nodejs version on travis-ci. Now use NodeJS 4.x for development
- Remove Unit Component onClick function. issue #19
- Support React v0.13.x
- Use classnames instead of React.addon.classSet
- Transpile on prepublish. issue #13
- Use gulp 4.0 for build system with es6.
- Add Commons and Modules Test Function
- Use covrage status.
- Use jest.genMockFunction to test onClick Function.
- Fix the onClick function Bug. issue #7
- Remove onClick Function Test on elements.
- Segment, Label, Icon, Header, Flag, Button
- Remove onClick Function Test on elements.
- Add Collections and Views Test Function.
- Fix the onClick function Bug: Use this.props.onClick to get the onClick function.
- Segment, Label, Icon, Header, Flag, Button
- Add Elements Test Function.
- Use Jest for component test.
- Use Travis-CI for CI.
- Enhabce Input component
- Add State in Modules component.
- Checkbox support: disabled, readOnly
- Dimmer support: disabled, active
- Dropdown support: disabled, active, error
- Modal support: active
- Progress support: active, success, warning, error, disabled
- Search support: loading
- Tab support: active, loading
- Add
<Title>
component for Accordion. - update checkbox: support
disabled
,readOnly
,init
property. - update dimmer: support
disabled
,active
,init
property.
- Support
init
property in all module components. let it initializes easily. - Fix the bug: Accordion typo.
- Add State attribute: Disabled, Focus, Active, Loading, Error, Completed.
- Below elements can support thease attributes.
- Button:
active
,disable
,loading
- Header:
disable
- Icon:
disable
,loading
- Image:
disable
- Input:
loading
,focus
,error
- Loader:
disable
- Reveal:
disable
- Segment:
disable
,loading
- Step:
active
,disable
,completed
- Button:
- Fix the bug: Assign React parameter type.
- Pre-release Modules.
- accordion, checkbox, dimmer, dropbown, modal, popup, progress, rating, search, shape, sidebar, sticky, tab.
- Fix Table bug: use
<table>
tag. - Add Docs: Table, Message, Menu, Grid, Collections.
- Fix Segment bug: Add color attribute.
- Fix Image bug: Use
<img>
instead of<div>
- Add Elements Docs.
- Support react-semantify.min.js. You can download js file
- More clearly example on browser in README.
- Can use with npm install.
npm install react-semantify
- build browser version. You can download js file in this release.
- init
- Add support components.
- Elements
- Button
- Divider
- Flag
- Header
- Icon
- Image
- Input
- Label
- List
- Loader
- Rail
- Reveal
- Segment
- Step
- Collections
- Breadcrumb
- Form
- Grid
- Comment
- Feed
- Item
- Statistic
- Modules
- Dimmer
- Dropdown
- Elements