59 строки
1.9 KiB
Markdown
59 строки
1.9 KiB
Markdown
|
# Change Log
|
||
|
All notable changes to this project will be documented in this file.
|
||
|
|
||
|
## [Unreleased]
|
||
|
### Added
|
||
|
- Support for XWT (#295)
|
||
|
- TwoColorAreaSeries (#299)
|
||
|
- Delta values in AxisChangedEventArgs (#276)
|
||
|
- Enable stepping through source code (GitLink) (#267,#266)
|
||
|
|
||
|
### Changed
|
||
|
- Separate WPF Plot and PlotView (#252,#239)
|
||
|
|
||
|
### Removed
|
||
|
- OxyPlot.Metro project (#241)
|
||
|
|
||
|
### Fixed
|
||
|
- 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)
|
||
|
|
||
|
## [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
|