Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release candidate 4 #1667

Merged
merged 199 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
199 commits
Select commit Hold shift + click to select a range
2c001f2
update skaisharp version
beto-rodriguez Oct 3, 2024
e68f0a4
fix skiasharp3 breaking changes
beto-rodriguez Oct 3, 2024
a5f53b1
update views to skiasharp3, remove net6.0-windows10
beto-rodriguez Oct 3, 2024
b8e6819
update winui dependencies
beto-rodriguez Oct 3, 2024
0dda8db
WindowsSdkPackageVersion
beto-rodriguez Oct 3, 2024
76c0d21
update skaisharp to 3.0.0-preview.5.3
beto-rodriguez Oct 3, 2024
c4774d9
update GroupPadding to Padding
beto-rodriguez Oct 4, 2024
fa43be2
remove ConditionalPaintBuilder
beto-rodriguez Oct 4, 2024
56375bd
Remove obsolete properties from CoreAxis class
beto-rodriguez Oct 4, 2024
b8f1c27
Replace MaxOuterRadius with OuterRadiusOffset
beto-rodriguez Oct 4, 2024
778cf89
Add comments and pragma for obsolete PathGeometry usage
beto-rodriguez Oct 4, 2024
04f1158
Refactor gauge documentation and remove obsolete code
beto-rodriguez Oct 4, 2024
a63cd48
Refactor series mapping and remove obsolete properties
beto-rodriguez Oct 4, 2024
1920c7a
Update TooltipLabelFormatter docs
beto-rodriguez Oct 4, 2024
c7b40c0
Refactor using directives and remove obsolete property
beto-rodriguez Oct 4, 2024
3bc0d10
Remove obsolete ScaleUIPoint method
beto-rodriguez Oct 4, 2024
705065c
Remove IPieChartView.Total
beto-rodriguez Oct 4, 2024
740b228
Update tooltip documentation to include new formatter
beto-rodriguez Oct 4, 2024
2da8ac3
Update docs from point.Value to point.Coordinate.Value
beto-rodriguez Oct 4, 2024
3e4bb7d
Refactor namespaces and update event handling
beto-rodriguez Oct 4, 2024
b04d789
Remove obsolete LegendShapeSize property
beto-rodriguez Oct 4, 2024
b515468
Remove AsLiveChartsPieSeries obsolete method
beto-rodriguez Oct 4, 2024
a487225
Update from AsLiveChartsPieSeries to AsPieSeries
beto-rodriguez Oct 4, 2024
644f7b7
Remove PaintTask.cs and all its contents
beto-rodriguez Oct 4, 2024
e74bda3
Remove Total obsolete property
beto-rodriguez Oct 4, 2024
24c0ce9
Remove obsolete command properties from chart classes
beto-rodriguez Oct 4, 2024
2ba31c6
Remove LegendBindingContext.cs file content entirely
beto-rodriguez Oct 4, 2024
db171a7
fix tests
beto-rodriguez Oct 4, 2024
a4781ae
Replace TestCartesianChartView with SKCartesianChart
beto-rodriguez Oct 4, 2024
64ad08c
fixes #1502
beto-rodriguez Oct 4, 2024
2fe88ca
Merge pull request #1625 from beto-rodriguez/remove-obsoletes
beto-rodriguez Oct 4, 2024
5a3cd1c
perf: only fetch density from MainDisplayInfo when changed
Kay-STL Oct 7, 2024
a27ddfd
update missing property
beto-rodriguez Oct 7, 2024
7c1228a
Merge pull request #1626 from Kay-STL/perf/motionCanvasDensity
beto-rodriguez Oct 7, 2024
18c9343
fix Analize ActionsWarnings
beto-rodriguez Oct 7, 2024
3107337
Merge branch 'dev' of https://github.com/beto-rodriguez/LiveCharts2 i…
beto-rodriguez Oct 7, 2024
5ce3844
remove unessesary xml files
beto-rodriguez Oct 8, 2024
a63743c
Simplify UseSkiaSharp method calls
beto-rodriguez Oct 8, 2024
cb24511
add values ctor to series
beto-rodriguez Oct 8, 2024
c712f57
extend ctors to SkiaSharpView
beto-rodriguez Oct 8, 2024
b1ede92
separate variable svg from static svg shapes
beto-rodriguez Oct 9, 2024
900476f
Merge pull request #1631 from beto-rodriguez/svg-review
beto-rodriguez Oct 9, 2024
6fe2f12
update install article
beto-rodriguez Oct 9, 2024
38752ad
update install
beto-rodriguez Oct 9, 2024
76ba185
update obsolete svg variable path geometry
beto-rodriguez Oct 9, 2024
7a6068a
update tooltips article
beto-rodriguez Oct 9, 2024
293d137
makes Series.Values property model-typed
beto-rodriguez Oct 9, 2024
de2b1d3
Merge pull request #1634 from beto-rodriguez/typed-values
beto-rodriguez Oct 9, 2024
e31dd20
make heatland series model type aware
beto-rodriguez Oct 9, 2024
831da2d
update samples to use collection expressions
beto-rodriguez Oct 9, 2024
1031c8f
fixes an issue where values passed in the ctor are not listening for …
beto-rodriguez Oct 9, 2024
e8606e6
Update csharp_style_expression_bodied_methods setting
beto-rodriguez Oct 9, 2024
9fcf415
simplify samples a lot...
beto-rodriguez Oct 10, 2024
1c9648c
Add troubleshooting tip for chart visibility in docs
beto-rodriguez Oct 10, 2024
c0dc168
oops
beto-rodriguez Oct 10, 2024
d10a16c
update basic line assets
beto-rodriguez Oct 10, 2024
6d63562
Update docs for CommunityToolkit.Mvvm and C# 12 features
beto-rodriguez Oct 10, 2024
6c625a7
Fix typos
beto-rodriguez Oct 10, 2024
14ea09c
uno updates
beto-rodriguez Oct 10, 2024
4431b84
fix blazor sample
beto-rodriguez Oct 11, 2024
cb92405
update console samples
beto-rodriguez Oct 11, 2024
876d1b6
Merge pull request #1630 from beto-rodriguez/docs-review
beto-rodriguez Oct 11, 2024
c9b58c0
Update System.Text.Json to 8.0.5 for multiple frameworks
beto-rodriguez Oct 11, 2024
0fec5b6
fixes #1628
beto-rodriguez Oct 11, 2024
62e5aed
fixes ##1609
beto-rodriguez Oct 11, 2024
7978219
Merge pull request #1638 from beto-rodriguez/improve-accesibility
beto-rodriguez Oct 11, 2024
45b2cbd
Remove sn from Core
beto-rodriguez Oct 11, 2024
24cdfb2
remomve sn from Behaviors
beto-rodriguez Oct 11, 2024
0ca9954
remove sn from skia view
beto-rodriguez Oct 11, 2024
3400289
remove sn from all platfors
beto-rodriguez Oct 11, 2024
b6ff86b
Merge pull request #1640 from beto-rodriguez/bye-strong-named
beto-rodriguez Oct 11, 2024
a8c2249
fixes #1601
beto-rodriguez Oct 12, 2024
7610a07
fixes #1587
beto-rodriguez Oct 12, 2024
46055a4
revert this.
beto-rodriguez Oct 12, 2024
3811499
labels density concept
beto-rodriguez Oct 12, 2024
23ada1b
improve docs
beto-rodriguez Oct 12, 2024
d1b6f67
docs for Labels density and custom separators
beto-rodriguez Oct 12, 2024
b372836
Merge pull request #1643 from beto-rodriguez/labels-density
beto-rodriguez Oct 12, 2024
db5884d
fixes #1555
beto-rodriguez Oct 13, 2024
532db78
fixes #1644
beto-rodriguez Oct 13, 2024
e6cf78f
Rename Initialize to OnMeasureStarted; update docs
beto-rodriguez Oct 14, 2024
09ed68d
fixes #876
beto-rodriguez Oct 14, 2024
5d9f182
update samples
beto-rodriguez Oct 14, 2024
162e0ae
restore pointer position check
beto-rodriguez Oct 14, 2024
0f5a8b9
fixes #1438
beto-rodriguez Oct 14, 2024
ad6c6db
Update CartewsianChart contructor to new API
beto-rodriguez Oct 14, 2024
db8bd54
Merge pull request #1647 from beto-rodriguez/axes-fixes
beto-rodriguez Oct 14, 2024
55aec59
update tooltip format docs
beto-rodriguez Oct 14, 2024
22a5451
fixes #1639
beto-rodriguez Oct 15, 2024
067ee56
restore sample original values
beto-rodriguez Oct 15, 2024
7711590
fixes #1614
beto-rodriguez Oct 15, 2024
c2d3bfe
typo
beto-rodriguez Oct 15, 2024
8eefb6d
also related to #1614
beto-rodriguez Oct 15, 2024
9cd61d6
add customPoints sample
beto-rodriguez Oct 15, 2024
7f93d35
add platform samples
beto-rodriguez Oct 15, 2024
de7a488
Merge pull request #1649 from beto-rodriguez/custom-draw-docs
beto-rodriguez Oct 15, 2024
52016db
sample for #995
beto-rodriguez Oct 16, 2024
ae90334
Add sample to all platforms
beto-rodriguez Oct 16, 2024
d917158
Merge pull request #1650 from beto-rodriguez/#995
beto-rodriguez Oct 16, 2024
06012b8
typos
beto-rodriguez Oct 16, 2024
317d1d3
typos
beto-rodriguez Oct 16, 2024
c43ebf8
update winui sample
beto-rodriguez Oct 16, 2024
7661a07
fixes #1009
beto-rodriguez Oct 16, 2024
7383eb1
Simplify line assignment in CoreLineSeries class
beto-rodriguez Oct 16, 2024
a2b76a0
fixes #1162
beto-rodriguez Oct 16, 2024
20cf604
Merge pull request #1652 from beto-rodriguez/fix-1162
beto-rodriguez Oct 16, 2024
d9b2339
Add async test methods for chart measurement and animation
beto-rodriguez Oct 17, 2024
0bd89b5
Refactor chart drawing to remove manual frame loop
beto-rodriguez Oct 17, 2024
b4c9c7d
remove license from tests
beto-rodriguez Oct 17, 2024
d08b62e
Make DrawChart public static; add _SharedPropertiesTests
beto-rodriguez Oct 17, 2024
e150057
Merge pull request #1653 from beto-rodriguez/update-tests
beto-rodriguez Oct 17, 2024
0193e18
add test for the case
beto-rodriguez Oct 18, 2024
95c2bd9
fix format
beto-rodriguez Oct 18, 2024
95c1abe
Remove VisibilityChangedEvent
beto-rodriguez Oct 18, 2024
5ba0220
possible root
beto-rodriguez Oct 18, 2024
4abf4fb
remove unused direective
beto-rodriguez Oct 18, 2024
0e25c6f
mmove isvisible to chartelement
beto-rodriguez Oct 18, 2024
f251b66
Fix visibility check in chart classes
beto-rodriguez Oct 18, 2024
1ba91c0
Move IsVisible to IChartElement
beto-rodriguez Oct 18, 2024
2bbf2b4
handle stack and bars "Invisible measure"
beto-rodriguez Oct 18, 2024
df71195
Measure all series, even invisible.
beto-rodriguez Oct 18, 2024
667c854
Propagate new way to hide series
beto-rodriguez Oct 18, 2024
1b7939a
Pro
beto-rodriguez Oct 18, 2024
0b605b4
Update SKColor alpha calculation and add using directive
beto-rodriguez Oct 18, 2024
d9272b7
Refactor IVectorGeometry and update VectorGeometry
beto-rodriguez Oct 18, 2024
524856e
Enable nullable reference types in project
beto-rodriguez Oct 18, 2024
6ff0105
Remove obsolete hack...
beto-rodriguez Oct 19, 2024
8b0203d
Remove obsolete hack...
beto-rodriguez Oct 19, 2024
6cd40c4
Add resilience tests for various series in LiveCharts
beto-rodriguez Oct 19, 2024
7fd6580
update series to handle !isVisible
beto-rodriguez Oct 19, 2024
f6f93ad
Remove _SharedPropertiesTests.cs file and its test methods
beto-rodriguez Oct 19, 2024
5e1f4b6
Remove Maui workloads from tests.
beto-rodriguez Oct 19, 2024
0f7a444
Remove unecessary var
beto-rodriguez Oct 19, 2024
d81ee24
Update CoreStepLine to pass Resilianse tets <3
beto-rodriguez Oct 19, 2024
01b0297
Disable nullable reference type warnings in UnitTesting
beto-rodriguez Oct 19, 2024
3feb024
Add resilience tests for Pie and PolarLine series
beto-rodriguez Oct 19, 2024
36c8b18
Merge pull request #1656 from beto-rodriguez/fix-1164
beto-rodriguez Oct 19, 2024
4058d89
Refactor tests
beto-rodriguez Oct 19, 2024
3e5cebc
refactor more
beto-rodriguez Oct 19, 2024
00a3b66
add PrimitiveValuesInstanceChangedTest
beto-rodriguez Oct 19, 2024
aa6444c
update PrimitiveValuesInstanceChangedTest
beto-rodriguez Oct 19, 2024
e2ceb19
ObservableValuesInstanceChangedTest
beto-rodriguez Oct 19, 2024
e89495f
Merge pull request #1658 from beto-rodriguez/memory-tests
beto-rodriguez Oct 19, 2024
622ad3e
fixes an issue introduced in #1640
beto-rodriguez Oct 19, 2024
f8d453c
Merge pull request #1659 from beto-rodriguez/fix-net462
beto-rodriguez Oct 19, 2024
a4cd7cc
Replace Sketches with VisualElements
beto-rodriguez Oct 20, 2024
3bc1a1b
Mark GetMiniaturesSketch as obsolete
beto-rodriguez Oct 20, 2024
62f6015
Add GetMiniature method to series classes for visual representation
beto-rodriguez Oct 20, 2024
bb93d48
Allow zindex...
beto-rodriguez Oct 20, 2024
603d00e
place stroke on top of fill always
beto-rodriguez Oct 20, 2024
3887c76
Refactor miniature retrieval method in legend and tooltip
beto-rodriguez Oct 20, 2024
c5df310
LineVisual class
beto-rodriguez Oct 20, 2024
2a51fbd
fixes #1322
beto-rodriguez Oct 20, 2024
6020265
Merge pull request #1660 from beto-rodriguez/simplify-miniatures
beto-rodriguez Oct 20, 2024
0882f76
fix wpf and winforms net462 build
beto-rodriguez Oct 20, 2024
b018d4e
fixes #1333
beto-rodriguez Oct 21, 2024
d6514f6
Ensure miniatures paints are on top always.
beto-rodriguez Oct 21, 2024
b8c4feb
Refactor GetMiniature method to use AsMiniaturePaint
beto-rodriguez Oct 21, 2024
8a157c2
Add SVG path handling to GeometryVisual class
beto-rodriguez Oct 21, 2024
f6e91df
Pass series svg to miniature svg
beto-rodriguez Oct 21, 2024
799a6eb
Propagate #1331 fix to polar and step line
beto-rodriguez Oct 21, 2024
65947d7
Adjust padding for LabelVisual in SKDefaultLegend/Tooltip
beto-rodriguez Oct 21, 2024
908480b
set miniatures clippingmode
beto-rodriguez Oct 21, 2024
192bd4d
Ensure Stroke is not null in GetMiniature method
beto-rodriguez Oct 21, 2024
e52595e
Update ViewModel: change initial value from 5 to 8
beto-rodriguez Oct 21, 2024
549686e
fixes #1335
beto-rodriguez Oct 21, 2024
bdbc98b
Add noGeometryPaint condition and new miniature methods
beto-rodriguez Oct 21, 2024
0e47036
Consider rotation on series miniature
beto-rodriguez Oct 21, 2024
d262bb9
fixes #1337
beto-rodriguez Oct 22, 2024
b90cb89
typo
beto-rodriguez Oct 22, 2024
d7ecaa8
fixes #1410
beto-rodriguez Oct 22, 2024
080f16f
mark to inverted axis
beto-rodriguez Oct 22, 2024
1b31f6d
IsInverted as comment
beto-rodriguez Oct 22, 2024
0cb3de5
Let the ui theme decide colors on winui sample
beto-rodriguez Oct 23, 2024
c4fc9e5
Chart titles should be handled by the theme.
beto-rodriguez Oct 23, 2024
27522e9
Add support for themed visual elements
beto-rodriguez Oct 23, 2024
100a06c
Apply themes to some visualelements
beto-rodriguez Oct 23, 2024
9598e5b
fixes #1458, update themes
beto-rodriguez Oct 23, 2024
2d2da9b
Merge pull request #1662 from beto-rodriguez/update-themes
beto-rodriguez Oct 23, 2024
260f376
Remove workaround for min > max axis crash
beto-rodriguez Oct 24, 2024
580c742
Add inverted axis unit test
beto-rodriguez Oct 24, 2024
f1151a4
a proper fix for #1294
beto-rodriguez Oct 24, 2024
1d8bcbf
Merge pull request #1664 from beto-rodriguez/inverted-axes
beto-rodriguez Oct 24, 2024
ff0de2e
Fix AxisTesting Min/Max limits for x2 and y2 axes
beto-rodriguez Oct 24, 2024
2e62dcf
srot samples by relevance
beto-rodriguez Oct 24, 2024
dc26678
LiveCharts.Skia at least 2.88.8 version
beto-rodriguez Oct 24, 2024
9ccc284
typo..
beto-rodriguez Oct 24, 2024
4f183e7
Update WinUI to SkiaSharp 3.0.0-preview.5.4
beto-rodriguez Oct 24, 2024
b4aa86d
Update maui to skiasharp3
beto-rodriguez Oct 24, 2024
226fede
Update uno to skiasharp 3
beto-rodriguez Oct 24, 2024
acc3eee
Merge pull request #1622 from beto-rodriguez/skiasharp-3
beto-rodriguez Oct 24, 2024
8ab4b66
Merge branch 'dev' of https://github.com/beto-rodriguez/LiveCharts2 i…
beto-rodriguez Oct 24, 2024
95c3070
Update target frameworks for WinUI projects
beto-rodriguez Oct 24, 2024
7176c2f
update version to 2.0.0-rc4
beto-rodriguez Oct 24, 2024
e358e61
fix core warnings
beto-rodriguez Oct 24, 2024
3d76897
Updated blazor to skia 3.0.0-preview.5.4
beto-rodriguez Oct 24, 2024
672d0c2
add net6.0-windows10.0.19041.0 to net6.0-windows
beto-rodriguez Oct 24, 2024
e293326
Update comments on TargetFrameworks in project files
beto-rodriguez Oct 24, 2024
60403f9
[Xamarin] Downgrade SkiaSharp.Views.Forms to 2.88.8
beto-rodriguez Oct 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dotnet_style_prefer_conditional_expression_over_return = true:silent
csharp_prefer_simple_default_expression = true:suggestion

# Expression-bodied members
csharp_style_expression_bodied_methods = false
csharp_style_expression_bodied_methods = when_on_single_line:warning
csharp_style_expression_bodied_constructors = false
csharp_style_expression_bodied_operators = true:silent
csharp_style_expression_bodied_properties = true:silent
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compile-all-views.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'

Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'

- name: Install MAUI workload
run: dotnet workload install maui

- name: Run unit tests
run: dotnet test ./tests/LiveChartsCore.UnitTesting
1,135 changes: 0 additions & 1,135 deletions docs/LiveChartsCore.SkiaSharpView.Avalonia.xml

This file was deleted.

Loading
Loading