A couple of weeks ago we released our first public milestones of both delite and deliteful.
Those first milestones do include:
- delite custom element architecture in particular our CustomElement implementation as well as our extensions for UI Widgets
- delite AMD plugins for managing CSS & themes
- delite base classes to help you build your own custom elements including: KeyNav for keyboard navigation, Scrollable for scrolling capabilities, Selection for selection management, Store and StoreMap for data store management.
- Button, ProgressBar, ProgressIndicator, Select, StarRating, Toaster and List custom elements
- LinearLayout, ScrollableContainer, SidePane, and ViewStack custom containers
We are now working towards the 0.3.0 milestone which is expected mid-September.
This new release will include the following improvements compare to 0.2.0:
- update to store management to use latest release of dstore
- update to delite code base to leverage jQuery core AMD modules where it makes sense
- first draft of delite & deliteful tutorial
- new custom elements including CheckBox, Switch, Toggle and Radio