-
Notifications
You must be signed in to change notification settings - Fork 1.3k
YUI 3.8.0 Change History Rollup
- Decode URL-encoded path matches for Router's
req.params
. [Ticket #2532941]
-
[!] The
AttributeEvents
class extension and theattribute-events
module have been renamed toAttributeObservable
andattribute-observable
respectively. The old names are deprecated, but have been retained as aliases for backwards compatibility. They will be removed in a future version of YUI. -
[!] The
AttributeComplex
class extension and theattribute-complex
module have been deprecated. This functionality is now part ofAttributeCore
, and this extension and module are no longer needed. -
Moved AttributeCore's protected
_protectAttrs()
utility method to a public static method,protectAttrs()
, which is available on bothY.Attribute
andY.AttributeCore
namespaces.
-
Y.Base.create()
can now be used withY.BaseCore
, in addition to its existing usage withY.Base
. This allows non-observable, BaseCore hierarchies to use class extensions. -
Extracted the
Y.BaseObservable
class extension fromY.Base
. This is a new class extension forY.BaseCore
which adds support for observability. This allows BaseCore subclasses to mix-in BaseObservable at runtime, bringing their functionality up to that ofY.Base
.
- #2532955 Addressed issue in which click events were not firing on elements outside of chart in ios.
- Initial release.
- Pull Req: 248 - Make order of cookie loading with the same name configurable
- 2532824 - Performance tweaks
- Pull Req: 309 - Fixed Safari scrolling issue
- Fix issue where Pjax would throw an error because of calling methods on
null
nodes when an IO request was aborted (which happens to pending requests when a new request comes in.)
-
Paging is now only triggered when a swipe crosses a mid-point threshold, to match the < 3.7.0 behavior (#2532745)
-
Fixed issue where Mousewheel could prevent next()/prev() API interaction on horizontally paginated instances (#2532815)
-
scrollToIndex now sets correct default value for easing (#2532895)
-
ScrollViewPaginator#scrollToIndex now properly respects animation duration and easing arguments (thanks juandopazo)
-
General cleanup
- Initial release.
- Added
Y.config.global
as an alias to the global scope
2