Skip to content

Instantly share code, notes, and snippets.

@triptych
Last active December 22, 2015 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save triptych/6430650 to your computer and use it in GitHub Desktop.
Save triptych/6430650 to your computer and use it in GitHub Desktop.
YUI 3.13.0 Beta Change History Rollup

YUI 3.13.0 Beta 1 Change History Rollup

DataTable Change History

  • Added 'contentUpdate' after the DataTable has been updated when triggered from a dataChange event. [Pull Request #1072][Issue #1052]

  • Fix issue where recursive nesting of objects was cloned infinitely [Pull Request #1008][Ticket #915]

  • Fix issue where Paginator count becomes out of sync with DataTable when DataTable data is modified (added or removed) [Pull Request #1011] [Issue #1010]

Rich Text Editor Change History

  • Editor is able to work in two modes - as an Inline Editor or using an iframe. For that reason, some internal changes have been made:

    Y.Frame is now a plugin and extends Y.Plugin.Base.

    There is a new Plugin, called ContentEditable. This plugin allows editor to work without using an iframe, as an inline editor.

    If a container is not specified, EditorBase creates and plugs an instance of Y.Frame. Otherwise, it uses the provided container (ContentEditable)

    Added Y.InlineEditor which extends EditorBase and plugs ContentEditable during the initialization process.

    [Ticket #1041] [ipeychev]

History Change History

  • Fixed a possible exception in HistoryHTML5._init() in IE10. [Ariel Schiavoni]

  • Fixed issue with parseHash not parsing blank values in hash string. (#1116: @blzaugg)

ScrollInfo Node Plugin Change History

  • Fixed getOffscreenNodes() and getOnscreenNodes() even harder (they could still return incorrect information in certain cases). [Ryan Grove]

Widget Change History

  • Removed widget-locale module.
  • Improved support for single-box widgets (BB === CB) by defaulting boundingBox to srcNode if CONTENT_TEMPLATE is null.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment