Skip to content

Commit

Permalink
Accordion - updated README for ver. 1.09
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliyan Peychev committed Apr 1, 2010
1 parent 6f1e73d commit c0c6689
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/gallery-accordion/README
Expand Up @@ -2,6 +2,12 @@ Accordion widget for YUI 3

I. Changelog

01.04.2010 - ver. 1.09
- Accordion migrated to YUI 3.1. A lot of internal changes and improvements, but should work with the existing configurations. The main difference is when instantiating - there is no need to pass contentBox/boundingBox as configuration parameters. Instead, you should set "srcNode" only.
All Accordion classes has been renamed to start with yui3.
Accordion is has been created by using Base.create instead Y.extend and Base.build
The method _getConfigDOMAttribute has been removed and Widget's _applyParser has been overwritten in order to parse and prepare yuiConfig attribiute for HTML_PARSER.

25.02.2010 - ver 1.08
- AccordionItem has a new function - resize(). It should be invoked if the content has been updated directly (by using innerHTML).
This is neeed only if "contentHeight" property has been set to "auto". The function also causes resizing of all other expanded and stretched items.
Expand Down

0 comments on commit c0c6689

Please sign in to comment.