Skip to content

Latest commit

 

History

History
225 lines (140 loc) · 6.44 KB

RELEASE-NOTES.md

File metadata and controls

225 lines (140 loc) · 6.44 KB

0.6.0 (2016-09-13)

Bug Fixes

  • Correct pass custom properties into Input component. close #73(610d8e9), closes #73

Features

  • Create Buttons component(1f78c6c)

0.5.2 (2016-07-26)

Bug Fixes

  • Do not pass the unknown properties to component. close #66(54d4a92), closes #66

0.5.1 (2016-05-02)

Bug Fixes

  • Set displayname when getComposeComponent. close #60(617e5c8), closes #60

0.5.0 (2016-05-01)

Features

  • 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)

Features

0.4.2 (2016-04-11)

Bug Fixes

  • Transmit the properties into components: divider, accordion, dimmer, popup, item (d49066a)

0.4.1 (2015-11-22)

Bug Fixes

  • export: Fix Unit component export 6bfcbbf

Features

  • export: Use ES6 export for exporting component 23ea253 PR #34

0.4.0 (2015-11-22)

  • Support React 0.14.*

Version 0.3.2 - 2015/11/13

  • Form should use a tag. PR #29
  • chore: Update dependency version.
  • Update nodejs version on travis-ci. Now use NodeJS 4.x for development

Version 0.3.1 - 2015/04/03

  • Remove Unit Component onClick function. issue #19

Version 0.3.0 - 2015/04/01

Version 0.2.4 - 2015/03/10

  • Transpile on prepublish. issue #13
  • Use gulp 4.0 for build system with es6.

Version 0.2.3 - 2015/01/07

  • Add Commons and Modules Test Function
  • Use covrage status.
  • Use jest.genMockFunction to test onClick Function.

Version 0.2.2 - 2015/01/05

  • 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.

Version 0.2.1 - 2015/01/03

  • 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.

Version 0.2.0 - 2015/01/02

  • 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

Version 0.1.2 - 2014/12/27

  • Add <Title> component for Accordion.
  • update checkbox: support disabled, readOnly, init property.
  • update dimmer: support disabled, active, init property.

Version 0.1.1 - 2014/12/25

  • Support init property in all module components. let it initializes easily.
  • Fix the bug: Accordion typo.

Version 0.1.0 - 2014/12/22

  • 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

Version 0.0.8 - 2014/12/21

  • Fix the bug: Assign React parameter type.

Version 0.0.7 - 2014/12/20

  • Pre-release Modules.
    • accordion, checkbox, dimmer, dropbown, modal, popup, progress, rating, search, shape, sidebar, sticky, tab.

Version 0.0.6 - 2014/12/19

  • Fix Table bug: use <table> tag.
  • Add Docs: Table, Message, Menu, Grid, Collections.

Version 0.0.5 - 2014/12/14

  • Fix Segment bug: Add color attribute.
  • Fix Image bug: Use <img> instead of <div>
  • Add Elements Docs.

Version 0.0.4 - 2014/12/12

  • Support react-semantify.min.js. You can download js file
  • More clearly example on browser in README.

Version 0.0.3 - 2014/12/12

  • Can use with npm install. npm install react-semantify
  • build browser version. You can download js file in this release.

Version 0.0.1 - 2014/12/11

  • 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