Sha256: 839546706200e444afb3a2760312a6f64b0c6e1ff1edfe98501e0f417e45a6d5

Contents?: true

Size: 1.01 KB

Versions: 4

Compression:

Stored size: 1.01 KB

Contents

# Toolkit Roadmap #

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

### 2.1 ###
* RTL support.
* Flex - A grid component that uses flex box instead of floats.

### 3.x ###
* 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.
* Use `calc()` in CSS.

### Components ###
* Dialog - A component that prompts the user for an action. Sister to the modal component.
* Guide - A component that displays introduction guides (popovers) in a sequential order. Useful for show casing new features and functionality.
* Drag & Drop - Provides a drag and drop system.

### Behaviors ###
* Form Validator - Provides form validation.
* Data Binding - Provides 2 way data binding.

### Misc ###
* Take Google fundamentals into consideration - https://developers.google.com/web/fundamentals/

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
titon-toolkit-2.0.2 roadmap.md
titon-toolkit-2.0.1 roadmap.md
titon-toolkit-2.0.0 roadmap.md
titon-toolkit-2.0.0.pre.rc.2 roadmap.md