Silverlight Elements Changelog

What's new in Silverlight Elements 2.1

Jan 31, 2012
  • Performance improvements:
  • Silverlight Elementsbenefits from all the performance tuning done across the WPF Elements and Phone Elements products. Bringing the performance required to run silky smooth controls on a resource constrainted device such as a cell phone up to our Silverlight product line means Silverlight Element is blazingly fast!
  • New chart types - rose charts
  • Rose charts are the polar equivalent of bar charts. They're a striking way to present data sets where the elements are cyclical, such as monthly values, or where the order isn't important. Silverlight Elements can do normal rose charts or stacked rose charts (the latter shown here).
  • New chart types - radar charts
  • Radar charts are the polar equivalent of area charts. They're a great way for users to compare different aspects of data sets, for example to draw out the relative strengths and weaknesses of two products or plans. Overall Silverlight Elements includes 12 polar chart types including polar line, polar scatter, polar spline series!
  • Charting improvement: step improvements
  • We've made a whole bunch of improvements to chart axes. For example, label frequency can differ from axis marker frequency to help deal with larger numbers of marker labels in an attractive way. This can be specified easily in the XAML mark up for any chart. Of course, if labels were to overlap the Silverlight Elements Charts will automatically skip labels by default to ensure charts are readable.
  • Charting improvement: title visibility improvements
  • Another nice simple axis enhancement is control over the axis title visibility. Easily configured in XAML or code.
  • Charting improvement: minimum range specification
  • Also on chart axes, you specify the minimum range a user can zoom into on a per-axis basis.

New in Silverlight Elements 1.1 (Jan 31, 2012)

  • Additions
  • Slider control
  • Dual slider control
  • Expander control
  • Menu control
  • Outlook bar control
  • Split button control
  • Dual progress bar control
  • Scheduler with database storage sample
  • Scheduler custom item type sample
  • Scheduler support to create items when the user just starts typing
  • Scheduler support for custom tool bar buttons
  • Themes updated to support all new controls and UI changes to existing controls
  • Templating support to allow different schedule item types in the scheduler
  • Changes
  • Improved the model for how recurrence patterns are managed
  • Improved life cycle events in the scheduler to be more consistent
  • Bug fixes
  • Fixed bug where pressing enter could lock up the HTML Editor
  • Bug when pressing delete with an EditableTextBox in the scheduler with focus resulted in the item being deleted and not just the text
  • Bug where the mouse wheel class caused Visual Studio to not render the design time controls properly