Skip to content

X Tag 1.0 Dev & Release Plan

pennyfx edited this page Oct 20, 2014 · 6 revisions

Work Completion: September 29th 2014

Release Date: November 6th 2014

Library

  • 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.)

Site

  • 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)

Miscellaneous

  • 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