- No changes.
- getCell() throws an error if
shift
is not a recognized value. - Switched "instanceof Y.Node" to check for
_node
, to allow instances from other sandboxes. - Clarified Node vs NodeList method docs. (@solmsted)
- No changes.
- No changes.
- Addition of
paste
,copy
, andcut
to Node's event white list. (#1350: @JetFault)
- Fix issue causing
inDoc
to fail if Node wasn't bound to a node. [Pull Request #1169][Issue #1168]
-
Fixed: Node instances that were cached before
node-pluginhost
was loaded couldn't become plugin hosts. [Jeroen Versteeg] -
Fixed:
Node#toggleView()
didn't show a node if that node'shidden
attribute wasn't set (this was a regression in 3.10.2). [Jeroen Versteeg] -
Fixed:
Node#addMethod
could not bind to contexts other than itself. (#1070: @zhiyelee)
- Added:
Node#getHTML()
now works when used against document fragments. [Ezequiel Rodriguez]
- No changes.
- The
show()
andhide()
methods now set and remove a node'shidden
attribute, which provides a semantic indication of hidden content and improves accessibility. [Gerard Cohen]
- No changes.
-
[!] Removed
node-deprecated
module. [Ryuichi Okumura] -
Fix node.all() to return an empty NodeList if the node was destroyed - Fixes #580 (hat tip Dallas Wheeler)
- No changes.
- No changes.
- Fix show, hide and toggleView methods in transition module Deals with - http://yuilibrary.com/forum/viewtopic.php?p=36173 [Prajwalit Bhopale]
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- No changes.
- Bug fix: Force case-insensitive removeAttribute in IE. [Ticket 2532192]
- Bug fix: Children collection now accessible from documentFragments. [Ticket 2531356]
- Bug fix: The compareTo() method now works across sandboxes. [Ticket 2530381]
-
Bug fix: Calling insert(null) was throwing an error. [Ticket 2529991]
-
Bug fix: The removeAttribute method was not chainable in IE < 9. [Ticket 2529230]
-
Bug fix: Calling Y.all() without arguments was failing to return an empty NodeList. [Ticket 2530164]
-
Added optional stopAt function/selector argument for ancestor/ancestors().
-
[!] The empty() method now always does a recursive purge. [Ticket 2529829]
-
Added the getDOMNode() and getDOMNodes() methods to Node and NodeList prototypes.
-
The one() method now accepts IDs that begin with a number. [Ticket 2529376]
-
Bug fix: NodeList show()/hide() methods were broken with Transition. [Ticket 2529908]
-
Bug fix: Some NodeList array methods were returning incorrectly. [Ticket 2529942]
-
Added wrap()/unwrap(), show()/hide(), empty(), and load() methods.
-
Added Array 1.5 methods to NodeList.
-
Added the destroy() method to NodeList. [Ticket 2529256]
-
Added the once() method to NodeList. [Ticket 2529369]
-
The appendChild() and insertBefore() methods now accept HTML. [Ticket 2529301]
-
Added the appendTo() method. [Ticket 2529299]
-
Added the ancestors() method. [Ticket 2528610]
-
The setStyle() method now ignores undefined values.
-
Bug fix: Enable querying cloned nodes in IE 6/7. [Ticket 2529487]
-
Added the transition() method.
-
Bug fix: checked pseudo-class for IE input elements. [Ticket 2528895]
-
Bug fix: Fixed IE8 input element rendering. [Ticket 2529035]
- Bug fix: The setContent() method incorrectly handled falsey values. [Ticket 2528740]
-
Added support for invalid IDs. [Ticket 2528195]
-
Fix duplicate IDs across YUI instances. [Ticket 2528199]
-
Allow empty setContent() call to remove content. [Ticket 2528269]
-
Bug fix: Arguments passed to next() were being incorrectly handled. [Ticket 2528295]
- Initial release.