react-bootstrap
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "react-bootstrap", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Bootstrap 3 components build with React", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -42,3 +42,4 @@ "use strict"; | ||
className:className, | ||
onClick:this.handleOpenClick}, | ||
onClick:this.handleOpenClick, | ||
id:this.props.id}, | ||
this.props.title,' ', | ||
@@ -45,0 +46,0 @@ React.DOM.span( {className:"caret"} ) |
"use strict"; | ||
/** @jsx React.DOM */ | ||
/* global document */ | ||
@@ -9,3 +8,2 @@ var React = require("./react-es6")["default"]; | ||
var DropdownStateMixin = require("./DropdownStateMixin")["default"]; | ||
var utils = require("./utils")["default"]; | ||
var Button = require("./Button")["default"]; | ||
@@ -19,3 +17,3 @@ var ButtonGroup = require("./ButtonGroup")["default"]; | ||
propTypes: { | ||
pullRight: React.PropTypes.bool, | ||
pullRight: React.PropTypes.bool, | ||
title: React.PropTypes.renderable, | ||
@@ -43,3 +41,4 @@ href: React.PropTypes.string, | ||
{bsSize:this.props.bsSize, | ||
className:classSet(groupClasses)}, | ||
className:classSet(groupClasses), | ||
id:this.props.id}, | ||
Button( | ||
@@ -46,0 +45,0 @@ {ref:"button", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
85674