-
Notifications
You must be signed in to change notification settings - Fork 1.3k
YUI 3.9.0 Change History Rollup
triptych edited this page Feb 26, 2013
·
18 revisions
- Removed unused
substitutedependency.
- Fix 2532977: getSimilar now returns proper color values
- Initial release.
-
Making sortable datatableheaders unselectable [Pull Request #286] [Pull Request #378] [Ticket #2532825] [ItsAsbreuk] [apipkin]
-
French translations for the DataTable [Pull Request #454] [ArnaudD] [davglass]
-
Merged in #392: Named cell formatters [satyam]
- Created a
yql-jsonpmodule that requires the various JSONP modules needed. This allows us to use Conditional Loading to only load them when needed.
- Removed unused
substitutedependency.
- The JavaScript fallback version is only loaded when the environment doesn't provide a native implementation.
- Officially Deprecating.
- Initial release. [Ryan Grove]
- Initial module release.
- Added event-base-ie to restore IE8- support. [#2532508]
- Initial release. [Juan Dopazo and Luke Smith]
- Upgraded Handlebars.js to 1.0.rc.2. [Issue #440]
-
delegate()now silences events originating from disabled form controls in IE, like it does natively in other browsers. [#2532677]
- Removed unused
substitutedependency.
- #2533050 Addressed issue in which stacked histograms failed to render properly when there was less available space than specified dimensions.
- #2533052 Addressed issue in which CartesianSeries.getTotalValues threw an error.
- #2533053 Addressed issue in which CartesianSeries._getDefaultColor threw an error when the type argument was not given.
- #2532883 Refactored code to be more modular.
- #2533101 Addressed issue in which the area attribute of the combo series was clobbered by the Fills class.
- #2532025 Addressed issue in which the pie chart slices were not clickable in Canvas implementations.
- #2528811 Created Candlestick series. (not yet integrated into Charts application)
- #2528812 Created OHLC series. (not yet integrated into Charts application)
- #2533079 Created SeriesBase class to allow for more modularity of different series types.
- #2530500 Added ability for Time and Numeric axes to calculate an edgeOffset similar to CategoryAxis.
- #2533066 Allow for standalone axes to draw automatically.
- #2533116 Addressed issue in which relativeMoveTo did not work in the SVG implementation.
- #2530941 Added chaining to drawing commands.
- #2532710 Addressed issue in which malformed path data was being created.
-
Improved accuracy of 'scrollEnd' event. (#2533030 & #2532323)
-
Scrollbars now accurately represent the current offset within a dual-axis paginated instance. (#2532751)
-
Paginator now blocks flick events on disabled instances. (#2533078)
-
Paginator now prevents the host's flick listener from being executed (it should only listen for gesturemove events), as opposed to unbinding the listener. (SHA 42885f5)
- PR #433 (ticket #2533028) - Fix incorrectly parsing empty string as 0. [okuryu]
2