]> git.immae.eu Git - github/fretlink/time-picker.git/commitdiff
change the className of select panel container 0.5.2 0.5.3 0.5.4
authorMG12 <wuzhao.mail@gmail.com>
Thu, 19 Nov 2015 01:40:27 +0000 (09:40 +0800)
committerMG12 <wuzhao.mail@gmail.com>
Thu, 19 Nov 2015 01:40:27 +0000 (09:40 +0800)
HISTORY.md
assets/index.less
assets/index/Panel.less [moved from assets/index/TimePanel.less with 73% similarity]
package.json
src/TimePicker.jsx

index e919c585b0c0c50e2b9001f6176b29b225ec5378..5be49afb05462d978ca73389461dddb33824f192 100644 (file)
@@ -3,7 +3,12 @@ History
 
 ---
 
-0.5.0 / 2015-11-18
+0.5.1 / 2015-11-19
+------------------
+
+`update` change the className of select panel container.
+
+0.5.0 / 2015-11-19
 ------------------
 
 `update` clear input content and close select panel when click [x] on select panel.
index bc904de7cd470b8141291cd0a8c7621c7827f6d1..36156cbc948004c6fd1a0e82c766aeeb90dbcbe0 100644 (file)
@@ -17,7 +17,7 @@
 }
 
 @import "./index/Picker";
-@import "./index/TimePanel";
+@import "./index/Panel";
 @import "./index/Header";
 @import "./index/Combobox";
 @import "./index/Select";
similarity index 73%
rename from assets/index/TimePanel.less
rename to assets/index/Panel.less
index 574605fc8a4c1e913369580e5a76301ebe172375..0abdbfb98eac091bea7fcad643cf4be4ad66f1ef 100644 (file)
@@ -2,7 +2,6 @@
   display: inline-block;
   position: relative;
   outline: none;
-  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif;
   border: 1px solid #ccc;
   list-style: none;
   font-size: 12px;
index 03cd1d9defcf54ef59b87e08119850a9725ce966..437d9b1f8ed940a7e9f4e3dda9c864cc6db4788b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "rc-time-picker",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "description": "React TimePicker",
   "keywords": [
     "react",
index 78d6de6f3c0d3bb99f9195b13f78e1d9f11b11fb..a6ea7a9f4a28ba3aac1a3e5e0d151a322a5edd51 100644 (file)
@@ -138,7 +138,7 @@ const Picker = React.createClass({
 
     return (
       <Trigger
-        prefixCls={prefixCls}
+        prefixCls={`${prefixCls}-picker-container`}
         popup={this.getPanelElement()}
         popupAlign={align}
         builtinPlacements={placements}