oxyplot-xamarin/CHANGELOG.md

99 строки
4.6 KiB
Markdown
Исходник Обычный вид История

# Change Log
All notable changes to this project will be documented in this file.
## [Unreleased]
### Added
2015-02-25 00:39:28 +03:00
- Created a new OxyPlot.Mobile NuGet package to combine the mobile platforms into a single package. (#362)
- Support for XWT (#295)
- TwoColorAreaSeries (#299)
- Delta values in AxisChangedEventArgs (#276)
2015-01-17 18:42:36 +03:00
- Enable Git source server (added GitLink build step) (#267,#266)
2015-02-12 11:27:05 +03:00
- iOS PlotView ZoomThreshold/AllowPinchPastZero for use with KeepAspectRatioWhenPinching=false (#359)
2015-02-25 00:39:28 +03:00
- CandleStickAndVolumeSeries and VolumeSeries (#377)
- Axis.DesiredSize property (#383)
- Added WPF Wrapper for BoxPlot (#434)
- Added capability to display mean value to BoxPlot (#440)
### Changed
- Renamed OxyPlot.WindowsUniversal to OxyPlot.Windows (#242)
- Changed OxyPlot.Xamarin.Forms to require OxyPlot.Mobile dependency instead of each separate NuGet. (#362)
- Renamed OxyPlot.XamarinIOS to OxyPlot.MonoTouch (#327)
- Renamed OxyPlot.XamarinAndroid to OxyPlot.Xamarin.Android (#327)
- Renamed OxyPlot.XamarinForms to OxyPlot.Xamarin.Forms (#327)
- Renamed OxyPlot.XamarinForms.iOS to OxyPlot.Xamarin.Forms.Platform.iOS (#327)
- Renamed OxyPlot.XamarinFormsIOS to OxyPlot.Xamarin.Forms.Platform.iOS.Classic (#327)
- Renamed OxyPlot.XamarinFormsAndroid to OxyPlot.Xamarin.Forms.Platform.Android (#327)
- Renamed OxyPlot.XamarinFormsWinPhone to OxyPlot.Xamarin.Forms.Platform.WP8 (#327)
- Xamarin.Forms references updated to 1.3.1 (#293)
- Changed OxyPlot.Xamarin.Android target to Android level 10 (#223)
- Separated WPF Plot and PlotView (#252,#239)
2015-02-25 00:39:28 +03:00
- Current CandleStickSeries renamed to OldCandleStickSeries, replaced by a faster implementation (#369)
- Fixed axis min/max calc and axis assignment for CandleStick + VolumeSeries (#389)
- Invalidate plot when ItemsSource contents change (INotifyCollectionChanged) on WPF only (#406)
- Xamarin.Forms references updated to 1.4.1 (#439)
- Change OxyPlot.Xamarin.Forms.Platform.Android target to Android level 15 (#439)
- Changed OxyPlot.Xamarin.Forms to portable Profile259 (#439)
2015-04-11 11:03:41 +03:00
- PlotController should not intercept input per default (#446)
- Changed DefaultTrackerFormatString for BoxPlotSeries (to include Mean) (#440)
- Changed Constructor of BoxPlotItem (to include Mean) (#440)
### Removed
- OxyPlot.Metro project (superseded by OxyPlot.WindowsUniversal) (#241)
2015-02-25 00:39:28 +03:00
- PlotModel.ToSvg method. Use the SvgExporter instead. (#347)
- Constructors with parameters. Use default constructors instead. (#347)
- Axis.ShowMinorTicks property. Use MinorTickSize = 0 instead. (#347)
2015-04-11 11:45:24 +03:00
- ManipulatorBase.GetCursorType method (#447)
### Fixed
- Tracker position is wrong when PlotView is offset from origin (#455)
- CategoryAxis should use StringFormat (#415)
2015-02-16 00:01:04 +03:00
- Fixed the dependency of OxyPlot.Xamarin.Forms NuGet (#370)
2015-02-12 01:38:59 +03:00
- Add default ctor for Xamarin.Forms iOS renderer (#348)
- Windows Phone cursor exception (#345)
- Bar/ColumSeries tracker format string bug (#333)
2015-01-10 17:14:56 +03:00
- Fix exception for default tracker format strings (#265)
2015-01-10 17:13:15 +03:00
- Fix center-aligned legends (#79)
- Fix Markdown links to tag comparison URL with footnote-style links.
- WPF dispatcher issue (#311,#309)
- Custom colors for scatters (#307)
- Rotated axis labels (#303,#301)
- Floating point error on axis labels (#289,#227)
- Performance of CandleStickSeries (#290)
- Tracker text for StairStepSeries (#263)
- XamarinForms/iOS view not updating when model is changed (#262)
- Improved WPF rendering performance (#260,#259)
- Null reference with MVVM binding (#255)
- WPF PngExporter background (#234)
- XamlExporter background (#233)
- .NET 3.5 build (#229)
- Support WinPhone 8.1 in core NuGet package (#161)
- Draw legend line with custom pattern (#356)
2015-02-12 11:27:05 +03:00
- iOS pan/zoom stability (#336)
## [2014.1.546] - 2014-10-22
### Added
- Support data binding paths ("Point.X") (#210)
- Support for Xamarin.Forms (#204)
- Support for Windows Universal apps (#190)
- Improve TrackerFormatString consistency (#214)
- Support LineColor.BrokenLineColor
- LabelFormatString for ScatterSeries (#12)
### Changed
- Changed tracker format strings arguments (#214)
- Rename OxyPenLineJoin to LineJoin
- Rename LineStyle.Undefined to LineStyle.Automatic
### Fixed
- Improved text rendering for Android and iOS (#209)
- Custom shape outline for PointAnnotation (#174)
- Synchronize Wpf.Axis.MinimumRange (#205)
- TrackerHitResult bug (#198)
- Position of axis when PositionAtZeroCrossing = true (#189)
- Expose ScatterSeries.ActualPoints (#201)
- Add overridable Axis.FormatValueOverride (#181)
- PngExporter text formatting (#170)
[Unreleased]: https://github.com/oxyplot/oxyplot/compare/v2014.1.546...HEAD
[2014.1.546]: https://github.com/oxyplot/oxyplot/compare/v2014.1.319...v2014.1.546