Export to GitHub

iui - ReleaseHistory.wiki


Introduction

History of iUI releases. For upcoming releases, see Roadmap.

Release 0.31 (October 5, 2009)

  • Slide animation with CSS transitions is now on by default where enabled Changeset
  • Non-AJAX form submission when target="_self" (Issue #136) Changeset

Release 0.30 (August 6, 2009)

Release 0.20 (May 8, 2009)

Focus on fixing bugs.

  • First release with contributions to core of iUI from iPhoneWebDev members.
  • Use onorientationchange event for orientation with fallback to use of window.innerWidth. (Issue 84)
  • Change value of orient attribute on body element for portrait mode from profile to portrait. (Issue 85)
  • All Issues addressed in 0.20

Previous Releases

  • 2007-11-05: Release 0.13
  • 2007-10-19: Release 0.12 - First "Official" Google Code release
    • Download: iui-0.12.tar.gz
    • SVN tag: REL-0.12
    • Summary
      • Formal release (on Google Code) of a tarball that matches Joe Hewitt's 0.12 zipfile release
      • Licensing clarified - we're using new BSD license.
      • Basic docs at iUI wiki http://code.google.com/p/iui/w/list
      • Number this version appropriately, and make sure there are appropriate links in code back to docs and source.
    • Issues Addressed
  • 2007-10-12: initial-checkpoint tag - to checkpoint state before Sean and Christopher start work
  • 2007-07-17: Joe Hewitt's 0.12 release (zipfile on his website)
  • 2007-07-16: Joe Hewitt's 0.11 release

Experimental Branches in revision control system

  • TRY-smooth-animation: (Joe's August 2007 changes for smoothscroll -- deemed not reliable enough for release -- see #64)