mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-09 18:42:53 +01:00
65 lines
2.6 KiB
Plaintext
65 lines
2.6 KiB
Plaintext
REL-0.40-dev2 2009-12-18
|
|
* Fix Issue #138 (orientation css not updating)
|
|
* Fix Issue #184 (hardcoded width of 320 in "orientation event fallback")
|
|
* Re-enable call to submitForm in onsubmit in showForm()
|
|
(rev d6abb099744e6ae7f1591e3208d3d54bb35c2a51)
|
|
* Merge all -moz-* properties back in to iui.css and theme css
|
|
* Fix Issue #124 (Panel height too short on webapp-capapble) and add a test for it
|
|
* Create placeholder for gradient version of default theme
|
|
* Add iui.goBack() and use it instead of history.back()
|
|
* Add iUI favicon.ico and iui-favicon.png
|
|
* Added starting point/placeholder for QUnit Tests
|
|
* Numerous additions and improvements to Test pages
|
|
* Numerous improvements to Google App Engine website
|
|
|
|
REL-0.40-dev1 2009-10-06
|
|
|
|
* Work in progress
|
|
* Add events to iui/iui.js
|
|
* Add iui-views extension
|
|
* Integrate masabi rail-tickets and iui_ext
|
|
|
|
REL-0.30 2009-08-06
|
|
|
|
* CSS transitions for slide animation (for backward compatibility disabled by default) (Issue 97)
|
|
* Support javascript: URLs in links (Issue 134)
|
|
* Support loading complete pages in "WebApp" mode using target="_webapp" (Issue 135)
|
|
* Added Red Button .redButton CSS and border-image (Issue 46)
|
|
* Allow outbound links to anchor tags (Issue 82)
|
|
* If HTML page is loaded with anchor to a loaded page/fragment/view, scroll to it (Issue 107)
|
|
* Fix problem with hash and URLs like http://[site]/[webapp]/page.php/pageName.htm (Issue 122)
|
|
|
|
REL-0.20 2009-05-08
|
|
|
|
* 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)
|
|
* Add support for radio buttons and checkboxes (Issue 9)
|
|
* Add support for textarea in forms (Issue 11)
|
|
* Add support for static text in a panel using span tags (Issue 52)
|
|
* Add isNativeUrl() function to let certain URLs (tel, Google Maps, etc) have default handling (Issue 63)
|
|
|
|
REL-0.13 2007-11-04
|
|
|
|
* Add Joe's examples directory to SVN
|
|
* Add -webkit-box-sizing to CSS
|
|
* Generate compressed CSS as part of Ant build
|
|
* Changed releaseNotes.txt to reverse chronological order
|
|
* See Google code issues: http://code.google.com/p/iui/issues/list?can=1&q=milestone:REL-0.13
|
|
|
|
REL-0.12 2007-10-19
|
|
|
|
* Google Code Release of v0.12
|
|
|
|
v0.12 7/17/2007
|
|
|
|
* Fix bug that caused back button to disappear
|
|
|
|
v0.11 7/16/2007
|
|
|
|
* Fixed bug where clicking a form background would make it disappear
|
|
* Added support for <a type="cancel"> to cancel dialogs
|
|
* Added leftButton class for placing toolbar buttons on the left
|
|
* Added whiteButton and grayButton styles for large dialog buttons
|
|
* Support axis="y" to animate pages in vertically
|
|
|