-
Notifications
You must be signed in to change notification settings - Fork 150
X Tag 1.0 Dev & Release Plan
pennyfx edited this page Oct 20, 2014
·
6 revisions
- Rewrite accessor linkage code (remove unlink/skip option) it should loop
- Automatically dash accessor attributes based on capitalization of keys, if name is provided it will take priority.
- Remove auto-delegation from event code
- Allow
.shadow
to work even if createShadowRoot doesn't exist. Drop the content into innerHTML (appendChild). - Allow pseudos to be defined on an element, for use only on the element. Currently they're global. (create a pseudo that does this instead of adding it to core.)
- Revamp the site with a new layout (based on Deck and Slidemenu)
- Add more demos
- Document every major object type, method, and feature of the library (readme.io)
- Hack on a presentation-ready version of View and data binding
- Assemble all existing UI elements into a UI bundle for quick use by devs