Sha256: 540a20863c959686e4f81dfbfc4eeb24f1c7c5ac0821b049e7d332af335e687c

Contents?: true

Size: 1.6 KB

Versions: 2

Compression:

Stored size: 1.6 KB

Contents

# Toolkit Roadmap #

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

### 1.1.0 ###
* Mask - A component that will mask a target element with a blackout.
* Loader - CSS based loaders and spinners.
* Improvements for Input by adding custom select dropdowns and multi-select support.

### 1.2.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.
* Add support for large modals that need to be scrolled.

### 1.3.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.
* Separate component transitions into a stand alone layer that can be used anywhere.
* Replace examples with unit tests.
* Add deferred/promise integration.
* Inherit options at runtime through data attributes.
* Add aria attributes where applicable.
* Remove jQuery mobile dependency for touch events.
* Updated to use AMD.
* Optimize classes for smaller filesize.
* Switch to Gulp.
* Improved event binding within the component class.
* Rework cookie management.

### 3.0.0 ###
* Remove jQuery dependency and go straight vanilla?

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
titon-toolkit-1.1.0.rc.2 roadmap.md
titon-toolkit-1.1.0.rc.1 roadmap.md