Skip to content

Releases: jessy1092/react-semantify

v0.2.4

03 Apr 14:58
Compare
Choose a tag to compare
  • Transpile on prepublish.
  • Use gulp 4.0 for build system with es6.

v0.3.0

31 Mar 17:04
Compare
Choose a tag to compare
  • Support React v0.13.x
  • Use classnames instead of React.addon.classSet

v0.2.3

06 Jan 18:24
Compare
Choose a tag to compare
  • Add Commons and Modules Test Function
  • Use coverage status. (Wait Jest support coverage)
  • Use jest.genMockFunction to test onClick Function.

v0.2.2

04 Jan 19:26
Compare
Choose a tag to compare
  • 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

03 Jan 07:06
Compare
Choose a tag to compare
  • 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

02 Jan 09:02
Compare
Choose a tag to compare
  • 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

27 Dec 12:56
Compare
Choose a tag to compare
  • Add <Title> component for Accordion.
  • update checkbox: support disabled, readOnly, init property.
  • update dimmer: support disabled, active, init property.

v0.1.1

24 Dec 18:31
Compare
Choose a tag to compare
  • Support init property in all module components. let it initializes easily.
  • Fix the bug: Accordion typo.
  • Add Docs: accordion

v0.1.0

22 Dec 16:04
Compare
Choose a tag to compare
  • 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

21 Dec 08:17
Compare
Choose a tag to compare
  • Fix the bug: Assign React parameter type.