Sha256: 8526a671c75c88c9504b6c56e3f3907262db4ba569313592de72fac3d6b476e3

Contents?: true

Size: 1.42 KB

Versions: 3

Compression:

Stored size: 1.42 KB

Contents

# Toolkit Roadmap #

All releases will contain bug fixing and polishing for current features.

### 1.3.0 ###
* Marquee - A component that displays multiple slides at once and allows for cycling through a variable amount. A sister component to the carousel.
* Step - A component that highlights a step in a series of consecutive steps (represented by an arrow based navigation).
* Dialog - A component that prompts the user for an action. Sister to the modal component.
* Remove is and has state prefixing.
* Add destroy method to clean up and remove the component.
* Add aria attributes where applicable.
* Add deferred/promise integration.

### 1.4.0 ###
* Toast - A component to display toast notifications.
* Guide - A component that displays introduction guides (popovers) in a sequential order. Useful for show casing new features and functionality.
* Divider - A component for dividing content horizontally or vertically.

### 2.0.0 ###
* Remove the MooTools port.
* Drop IE8 support and upgrade to jQuery 2.
* Replace examples with unit tests.
* Updated to use AMD.
* Switch to Gulp.
* Updated to Sass 3.
* Refactor events for before/after conditions.

### 3.0.0 ###
* Remove jQuery dependency and go straight vanilla?
* Switch to Less (removes sass/compass/ruby dependencies)
* Implement custom elements / components - http://w3c.github.io/webcomponents/explainer/
* Separate component transitions into a stand alone layer that can be used anywhere.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
titon-toolkit-1.2.2 roadmap.md
titon-toolkit-1.2.1 roadmap.md
titon-toolkit-1.2.0 roadmap.md