Releases: pebble/clay
v1.0.4
v1.0.3
v1.0.2
v1.0.1
- Build Clay using Pebble SDK 4.0-dp1
v1.0.0
v0.1.7
- #87 Allow NOT_ prefix for capabilities
NOTE There is a bug in the emulator that is reporting the firmware version incorrectly. This is now fixed in SDK 3.13HEALTH
, SMARTSTRAP
and SMARTSTRAP_POWER
capabilities will not work correctly. Clay relies on firmware version for certain capability detection as some features were only introduced in certain firmware versions. These will still work properly on actual devices though. As a temporary workaround you can use NOT_PLATFORM_APLITE
however we strongly advise you change this back to the correct value once the SDK is updated.
BREAKING CHANGES
- Platform capabilities are now prefixed with
PLATFORM_
eg:PLATFORM_APLITE
. If you were using v0.1.6 and were filtering based on platform you must update your config file. egBASALT
becomesPLATFORM_BASALT
.
v0.1.6
- #18 Allow the option to only show certain items/sections based on the capability of the watch
- #10 Fix old settings being sent back to the watch
- #72 Allow optgroups in
select
types - #74 Fix select styling on windows
- #70 Fixed time and date input styling on iOS
- #76
clayConfig.build()
now clears the page before building - #67 Always display all the decimals of the slider's value
WARNING The platform capabilities are incorrectly named in this release and will change in v0.1.7. Do not use APLITE
BASLALT
CHALK
etc as these will be changing to PLATFORM_APLITE
PLATFORM_BASLALT
PLATFORM_CHALK
. It is safe to use the other capabilities, such as HEALTH
or BW
v0.1.5
v0.1.4
- #52 Updated color picker to allow custom layouts and to automatically limit the available colors on aplite
- #55 Added unicode support ♥
- #47 Added a range slider component
- #20 Allow arbitrary user data to be passed to the custom function from the app.js
- #39 Fix events being triggered on the wrong element in some components.