Skip to content

Commit

Permalink
[react-bootstrap] update to 0.21.2, closes cljsjs#115
Browse files Browse the repository at this point in the history
  • Loading branch information
shyblower authored and martinklepsch committed May 6, 2015
1 parent 23477c8 commit 5f8a4e5
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 8 deletions.
4 changes: 2 additions & 2 deletions react-bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[](dependency)
```clojure
[cljsjs/react-bootstrap "0.20.3-0"] ;; latest release
[cljsjs/react-bootstrap "0.21.2-0"] ;; latest release
```
[](/dependency)

Expand All @@ -19,7 +19,7 @@ To use this with Boot require "boot-less" like so:
```clojure
(set-env!
:dependencies '[[deraen/boot-less "0.3.0" :scope "test"]
[cljsjs/react-bootstrap "0.20.3-0"]])
[cljsjs/react-bootstrap "0.21.2-0"]])

```
create a "main.main.less" file within one of your source-paths with following content
Expand Down
6 changes: 3 additions & 3 deletions react-bootstrap/build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(require '[adzerk.bootlaces :refer :all]
'[cljsjs.boot-cljsjs.packaging :refer :all])

(def +version+ "0.20.3-0")
(def +version+ "0.21.2-0")
(bootlaces! +version+)

(task-options!
Expand All @@ -20,8 +20,8 @@
:license {"MIT" "https://raw.githubusercontent.com/react-bootstrap/react-bootstrap/master/LICENSE"}})

(deftask download-react-bootstrap []
(download :url "https://github.com/react-bootstrap/react-bootstrap-bower/archive/v0.20.3.zip"
:checksum "536187669cd677b94c72dfe7d29ab4ed"
(download :url "https://github.com/react-bootstrap/react-bootstrap-bower/archive/v0.21.2.zip"
:checksum "EA5C03EA7C00ED36CD3D26673F441090"
:unzip true))

(deftask package []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// generated with http://www.dotnetwise.com/Code/Externs/
// to regenerate from the tool:
// first include http://fb.me/react-0.13.1.js
// then https://raw.githubusercontent.com/react-bootstrap/react-bootstrap-bower/v0.20.3/react-bootstrap.js
// then https://raw.githubusercontent.com/react-bootstrap/react-bootstrap-bower/v0.21.2/react-bootstrap.js

var ReactBootstrap = {
"Accordion": function () {},
Expand Down Expand Up @@ -35,6 +35,7 @@ var ReactBootstrap = {
"ButtonGroup": function () {},
"ButtonToolbar": function () {},
"CollapsableNav": function () {},
"CollapsibleNav": function () {},
"Carousel": function () {},
"CarouselItem": function () {},
"Col": function () {},
Expand All @@ -55,7 +56,30 @@ var ReactBootstrap = {
"_removeEndEventListener": function () {},
"dimension": function () {},
"isExpanded": function () {},
"getCollapsableClassSet": function () {}
"getCollapsibleClassSet": function () {},
"getCollapsableClassSet": function () {},
"getCollapsibleDOMNode": function () {},
"getCollapsibleDimensionValue": function () {},
"componentDidMount": function () {}
},
"CollapsibleMixin": {
"propTypes": {
"defaultExpanded": function () {},
"expanded": function () {}
},
"getInitialState": function () {},
"componentWillUpdate": function () {},
"componentDidUpdate": function () {},
"_afterWillUpdate": function () {},
"_checkStartAnimation": function () {},
"_checkToggleCollapsing": function () {},
"_handleExpand": function () {},
"_handleCollapse": function () {},
"_addEndEventListener": function () {},
"_removeEndEventListener": function () {},
"dimension": function () {},
"isExpanded": function () {},
"getCollapsibleClassSet": function () {}
},
"DropdownButton": function () {},
"DropdownMenu": function () {},
Expand Down Expand Up @@ -118,7 +142,7 @@ var ReactBootstrap = {
"TabPane": function () {},
"Tooltip": function () {},
"Well": function () {},
"constants": {
"styleMaps": {
"CLASSES": {
"alert": {},
"button": {},
Expand Down Expand Up @@ -151,6 +175,7 @@ var ReactBootstrap = {
"tabs": {},
"pills": {}
},
"addStyle": function () {},
"SIZES": {
"large": {},
"medium": {},
Expand Down

0 comments on commit 5f8a4e5

Please sign in to comment.