History of Changes
Version 0.5 (2006-03-15)
- Initial Import (BE)
Version 0.7 (2006-04-27)
- NavigationBar component added (BE)
- ehcache updated to final 1.2 (BE)
- TransparentPNG scaling set to 'image' to avoid image resizing in some situations (BE)
Version 0.8 (2006-05-05)
- NavigationBar fully cacheable now. Performance boost! Very small ´HTML code now! (BE)
Version 0.85 (2006-09-25)
- DynamicImage updated to ehcache 1.2.3. Better and more intuitive cache management. The cache automatically removes expired images. It is no longer necesary to provide idle-time to remove images. (BE)
Version 0.86 (2006-10-02)
- Examples web app: asset error fixed in main navugation bar (BE)
- Examples web app: Attribute cache in simple example was wrong spelled. Removed some chinese literals from the example. (BE)
Version 0.9 (2006-10-13)
- DynamicImage : an API was added to generate image maps with tooltips. It is also possible to add both JavaScript and/or DirectLink events to the map areas. Illustrating examples of image maps have also been added to DynamicImage. (BE)
- NavigationBar : New parameter 'encoding' introduced. Fixes the problem that non-ascii characters have not been interpreted correctly by the caching mechanism. (BE)
- NavigationBar : menu intialization is performed inmediately after inserting the menu in the page. This makes menues appear more quickly when they are loaded. Before this, the menues appeared at the end of page loading. (BE)
- NavigationBar : The dtd for the validation of the xml is retrieved now from the library. No internet connection is necessary anymore (BE)
Version 0.91 (2007-02-20)
- DynamicImage : Bug 1660518 was fixed (BE)
Version 0.92 (2007-04-21)
- Tapestry 4.1.x NavigationBar : ServiceLinks are no longer supported in order to achieve compatibility with both Tap 4.0 and 4.1. (BE)
- AjaxTextField works with Tapestry 4.1.x now : Bug 1704968 fixed (BE)