Releases: jessy1092/react-semantify
Releases · jessy1092/react-semantify
v0.2.4
- Transpile on prepublish.
- Use gulp 4.0 for build system with es6.
v0.3.0
- Support React v0.13.x
- Use classnames instead of React.addon.classSet
v0.2.3
- Add Commons and Modules Test Function
- Use coverage status. (Wait Jest support coverage)
- Use jest.genMockFunction to test onClick Function.
v0.2.2
- Fix the onClick function Bug. issue #7
- Remove onClick Function Test on elements.
- Segment, Label, Icon, Header, Flag, Button
- Add Collections and Views Test Function.
v0.2.1
- 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.
v0.2.0
- 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
v0.1.2
- Add
<Title>
component for Accordion.
- update checkbox: support
disabled
, readOnly
, init
property.
- update dimmer: support
disabled
, active
, init
property.
v0.1.1
- Support
init
property in all module components. let it initializes easily.
- Fix the bug: Accordion typo.
- Add Docs: accordion
v0.1.0
- 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
v0.0.8
- Fix the bug: Assign React parameter type.