This will be the last 7.0 release, all future releases will target 7.1
new items
- Tile Control!
- DependencyObjectBinding.CancelGestureListenerBubble
- FrameworkElementBinding.ClipToBounds
- items where you had to set Foo.Content now can just be set via <foo>MyContent</foo>
bugs fixed
- removed SL Toolkit Dependency on primary kit, use c4fSlToolkitExtenderBinding:DependencyObjectBinding.CancelGestureListenerBubble="true" if you want to cancel bubbling
- allowed a TimeSpanPicker to be opened from code behind -> myTimeSpanPicker.OpenPicker();
- Fixed issue with Color Picker not being able set a color via an onload call
- Exposed TextWrapping in Tile
- enter submits for input / password prompt
- image would fail to show if there was no title in a Toast Prompt
- Color Picker null reference in hexagon color picker
- Fixed empty template error
- Round Button and Toggle Button now can have text orientation to bottom and right.