diff --git a/README.md b/README.md index 8788fbf..be91995 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ bower install semantic-ui + [Statistic](https://github.com/jessy1092/react-semantify/blob/master/docs/Views.md#statistic) - Pre-release - [Modules](https://github.com/jessy1092/react-semantify/blob/master/docs/Modules.md) - + Accordin - Pre-release + + Accordion - Pre-release + Checkbox - Pre-release + Dimmer - Pre-release + Dropdown - Pre-release @@ -173,7 +173,7 @@ Wait Semantic-UI Release. 2. Create your feature-branch `git checkout -b your-new-feature-branch` 3. Commit your change `git commit -am 'Add new feature'` 4. Push to the branch `git push origin your-new-feature-branch` -5. Create new Pull Request with develop branch +5. Create new Pull Request with `develop` branch ## License diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 814e6e9..2e255e2 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,11 @@ Release Notes ============= +## 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 `` tag. diff --git a/docs/Modules.md b/docs/Modules.md index e57f24b..9fdfa0f 100644 --- a/docs/Modules.md +++ b/docs/Modules.md @@ -1,3 +1,16 @@ Modules ============= The modules which interagte Semantic-Ui in react components. + +It's pre-release version. You can use module components simply. + +ex. Use accordion component. +```html + +``` + +is equal to + +```js +
+``` diff --git a/dst/react-semantify.js b/dst/react-semantify.js index 14feef5..04b49da 100644 --- a/dst/react-semantify.js +++ b/dst/react-semantify.js @@ -1033,7 +1033,7 @@ module.exports = function (React) { var defaultClassName = 'ui accordion'; - var Accordin = React.createClass({displayName: 'Accordin', + var Accordion = React.createClass({displayName: 'Accordion', mixins: [ClassGenerator], @@ -1049,7 +1049,7 @@ module.exports = function (React) { } }); - return Accordin; + return Accordion; } },{"../mixins/classGenerator.js":31}],35:[function(require,module,exports){ diff --git a/dst/react-semantify.min.js b/dst/react-semantify.min.js index 2e7b83b..16a02cb 100644 --- a/dst/react-semantify.min.js +++ b/dst/react-semantify.min.js @@ -1,2 +1,2 @@ -!function e(s,r,t){function n(i,o){if(!r[i]){if(!s[i]){var c="function"==typeof require&&require;if(!o&&c)return c(i,!0);if(a)return a(i,!0);var l=new Error("Cannot find module '"+i+"'");throw l.code="MODULE_NOT_FOUND",l}var p=r[i]={exports:{}};s[i][0].call(p.exports,function(e){var r=s[i][1][e];return n(r?r:e)},p,p.exports,e,s,r,t)}return r[i].exports}for(var a="function"==typeof require&&require,i=0;i