Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhudson8 committed May 18, 2014
1 parent ad39bbc commit f5a3bc6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-semantic-ui",
"version": "0.1.1",
"version": "0.2.0",
"author": "Joe Hudson <joehud@gmail.com>",
"description": "semantic-ui components build for React",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion react-semantic-ui.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* react-semantic-ui v0.1.1 (https://github.com/jhudson8/react-semantic-ui)
* react-semantic-ui v0.2.0 (https://github.com/jhudson8/react-semantic-ui)
*
* Copyright (c) 2014 Joe Hudson<joehud_AT_gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion react-semantic-ui.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

## Development

[Commits](https://github.com/jhudson8/react-semantic-ui/compare/v0.1.1...master)
[Commits](https://github.com/jhudson8/react-semantic-ui/compare/v0.2.0...master)

## v0.2.0 - May 18th, 2014
- support href for menu entries - 730cd96
- allow Table column formatter and factory to be used simultaneously - 0e613c7
- add Menu.setActive method - a3df62e
- add streamlined integration with https://github.com/jhudson8/react-backbone - e2f758c
- add private context mixin settings - 7d2a68b
- bug fix: don't mutate class data when initializing (in case of a reset) - 801c722
- bug fix: provide key attribute for dynamically generated table rows/cols - e85b7f7
- fix author email address - 967410f

[Commits](https://github.com/jhudson8/react-semantic-ui/compare/v0.1.1...v0.2.0)

## v0.1.1 - May 13th, 2014
initial release

0 comments on commit f5a3bc6

Please sign in to comment.