Keegan
|
a0335be710
|
Checkbox groups now return an array of booleans
|
2016-06-15 14:20:35 -07:00 |
|
Keegan
|
940c5e2451
|
Rename all appKey references to messageKey
|
2016-06-15 10:58:45 -07:00 |
|
Keegan
|
6c2a335b7c
|
Allow NOT_ prefix for capabilities
|
2016-05-31 09:57:10 -07:00 |
|
Keegan
|
5fe87a04de
|
Add the option to only show items with particular capabilities
|
2016-05-30 20:30:17 -07:00 |
|
Keegan
|
32e192e938
|
Only send settings that are actually in the config back to the watch
|
2016-05-29 11:38:00 -07:00 |
|
Keegan
|
41d38e04a7
|
Allow optgroups for selects
|
2016-05-28 14:41:45 -07:00 |
|
keegan-lillo
|
842cbc9e84
|
Merge branch 'master' into #74/fix-select-styling-on-windows
|
2016-05-28 14:15:45 -07:00 |
|
Keegan
|
c5af3baaeb
|
fix styling of selects on windows
|
2016-05-28 14:12:31 -07:00 |
|
Keegan
|
2030aa1af7
|
fix styling of time and date fields on iOS
|
2016-05-28 13:52:27 -07:00 |
|
Keegan
|
12c420d861
|
make ClayConfig.destroy() return self
|
2016-05-28 13:11:53 -07:00 |
|
keegan-lillo
|
f200af909b
|
Merge branch 'master' into #76/wipe-page-on-build
|
2016-05-28 13:02:34 -07:00 |
|
Keegan
|
70bb2e9d07
|
Add destroy function
|
2016-05-26 18:45:22 -07:00 |
|
Grégoire Sage
|
c937ee735e
|
always display all the decimals of the slider's value
Add test
|
2016-03-28 22:20:23 +02:00 |
|
Keegan
|
1a6308f621
|
add default background color to value display in color picker
|
2016-03-20 11:16:03 -07:00 |
|
keegan-lillo
|
42a613caf4
|
Merge branch 'master' into #52/custom-color-picker-layout
|
2016-03-16 08:25:59 +11:00 |
|
Keegan
|
4ee5a7361c
|
When setting the value for the color picker, round it to the closest available value in the layout
|
2016-03-15 04:53:58 +11:00 |
|
Keegan
|
dad8b2a025
|
add allowGray option to color picker
|
2016-03-14 03:09:23 +11:00 |
|
Keegan
|
005ac939b1
|
Refine color picker styles
|
2016-03-14 01:01:58 +11:00 |
|
Keegan
|
12b0ae9bd6
|
Allow custom layouts in the color picker and automatically choose a layout based on platform
|
2016-03-14 01:01:13 +11:00 |
|
Keegan
|
6f92c0d267
|
Merge remote-tracking branch 'origin/master' into #47/range-slider-component
# Conflicts:
# index.js
|
2016-03-12 10:27:27 +11:00 |
|
Keegan
|
67449ec34e
|
Use number for value display in slider because of vendor implementation inconsistencies
|
2016-03-11 11:04:52 +11:00 |
|
keegan-lillo
|
5c63b00eda
|
Make slider update value display as user is adjusting it
|
2016-03-11 10:49:23 +11:00 |
|
Keegan
|
79eef99731
|
Fix events firing on wrong element for button component
|
2016-03-11 03:57:30 +11:00 |
|
Keegan
|
878fea0340
|
Allow floats in the slider component and update docs
|
2016-03-11 01:07:17 +11:00 |
|
Keegan
|
1142d1adee
|
Renamed ClayConfig.getSettings() to ClayConfig.serialize()
|
2016-03-10 21:00:44 +11:00 |
|
Keegan
|
0873f5eba2
|
Added Slider component
|
2016-03-10 04:20:50 +11:00 |
|
Keegan
|
37c64a6e05
|
minified does not work in the emulator or iOS so move settings iteration to utils.prepareSettingsForAppMessage()
|
2016-03-09 12:24:29 +11:00 |
|
Keegan
|
e80a1630f1
|
Don't assume string in checkboxgroup set manipulator
|
2016-03-09 11:51:49 +11:00 |
|
Keegan
|
1af4dfd8ef
|
Change the behavior so that type conversions only run inside of Clay.getSettings no ClayConfig.getSettings
|
2016-03-09 11:25:13 +11:00 |
|
Keegan
|
be17456f8b
|
Merge remote-tracking branch 'origin/master' into #13/fix-checkboxgroups-return-value
# Conflicts:
# test/spec/lib/manipulators.js
|
2016-03-08 08:41:24 +11:00 |
|
Keegan
|
c4f6b17a58
|
Update button to be compatible with new events behavior.
|
2016-03-08 08:31:30 +11:00 |
|
Keegan
|
061bb34c91
|
Merge remote-tracking branch 'origin/master' into #31/generic-btn-component
|
2016-03-08 08:28:29 +11:00 |
|
Keegan
|
d63c6c832d
|
Change behavior of the toggle to return a boolean again
|
2016-03-07 13:13:36 +11:00 |
|
Keegan
|
271a0d1cfd
|
Change the ClayConfig.getSettings() method to convert data types to be compatible with sendAppMessage
|
2016-03-07 12:58:46 +11:00 |
|
Keegan
|
069d4a80da
|
only dispatch manipulator events if the state is actually changed.
|
2016-03-06 14:28:38 +11:00 |
|
Keegan
|
a1df49623d
|
Add generic button component
|
2016-03-06 12:31:25 +11:00 |
|
Keegan
|
b91b45bd23
|
Fix padding issue after merge
|
2016-03-03 10:49:05 +11:00 |
|
Keegan
|
2e447e5cd2
|
Merge remote-tracking branch 'origin/master' into #11/description-for-input-components
# Conflicts:
# src/styles/clay/_base.scss
|
2016-03-03 10:45:20 +11:00 |
|
Keegan
|
3a4d962a37
|
Update example image with description
|
2016-03-03 10:36:30 +11:00 |
|
Keegan
|
7bf4117d87
|
Clean up styles
|
2016-03-03 10:26:23 +11:00 |
|
Keegan
|
797fa1d9ab
|
make the tap-highlight not highlight the description
|
2016-03-03 00:49:55 +11:00 |
|
Keegan
|
4fb8db32da
|
Fix section spacing when all items in a section are hidden.
|
2016-03-03 00:13:51 +11:00 |
|
Keegan
|
aa8409912c
|
fix separator visibility when items are hidden
|
2016-03-02 23:57:24 +11:00 |
|
Keegan
|
8e3cd119b8
|
use !important for .hide class
|
2016-03-02 22:11:19 +11:00 |
|
Keegan
|
beb623f4fd
|
fix separator visibility on disabled and hidden items
|
2016-03-02 14:02:18 +11:00 |
|
Keegan
|
226dd682e0
|
Merge remote-tracking branch 'origin/master' into #11/description-for-input-components
# Conflicts:
# dist/clay.js
# src/styles/clay/_base.scss
# src/templates/components/select.tpl
# src/templates/components/toggle.tpl
|
2016-03-02 10:58:17 +11:00 |
|
Keegan
|
011f40ea0d
|
Merge remote-tracking branch 'origin/master' into #6/show-hide-items
# Conflicts:
# dev/custom-fn.js
# src/styles/clay/_base.scss
|
2016-03-02 10:54:20 +11:00 |
|
Matthew Tole
|
0ad931e47c
|
Merge branch 'master' into #22/css-issues
|
2016-02-29 15:11:19 -08:00 |
|
Keegan
|
2f5f3cc4e8
|
Add description field to all input type components.
|
2016-02-29 23:58:03 +11:00 |
|
Keegan
|
3b9bf842cb
|
Fix value not showing up for select in old Android versions
|
2016-02-29 23:18:25 +11:00 |
|