Bump Blazor-ApexCharts from 6.1.0 to 7.0.0 - #2817
Open
dependabot[bot] wants to merge 10 commits into
Open
Conversation
The mode a previous process left on the home battery devices is unknown after startup, e.g. when the container was killed instead of shut down gracefully or when the mode job never ran at all. As restoring normal was limited to a tracked hold or charge, such a leftover hold was never released and the battery could neither charge nor discharge. Normal is now written once after startup as long as no other mode is required. Failed writes are retried as the flag is only set on success. Also adds a test that all jobs in the scheduling jobs namespace are registered for dependency injection: an unregistered job throws on every fire, which sets its trigger to error state, so it silently never runs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…worked fix(DI): add home battery mode job
--- updated-dependencies: - dependency-name: Blazor-ApexCharts dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Blazor-ApexCharts from 6.1.0 to 7.0.0.
Release notes
Sourced from Blazor-ApexCharts's releases.
7.0.0
Upgrades the vendored ApexCharts core from 5.16.0 to 6.5.0 and surfaces the new v6 capabilities through the
strongly-typed Blazor API. The seven premium modules are gated by the same offline license/watermark mechanism used
across the ApexCharts family (apexgantt, apextree, apexsankey).
✨ New: licensing
trial mode but show an
APEXCHARTSwatermark until a valid key is applied. All chart types and every otheroption are never gated.
services.AddApexCharts(o => o.LicenseKey = "APEX-...")(alsoAddApexChartsMaui).Chart.License.IApexChartService.SetLicenseAsync("APEX-...").✨ New free options (no license required)
Chart.Renderer=Svg/Canvas/Auto,Chart.RendererThreshold): hybrid SVG/canvas forlarge datasets and heatmaps.
chart.GetActiveRendererAsync()reports the active renderer.Chart.Streaming{Enabled,MaxPoints}).Chart.Zoom.Pinch, newChart.Pan{Inertia,Friction}).Theme.Follow=Os,Theme.Name).Easingenum extended withEaseInSine…EaseInOutBack; newDynamicAnimation.Easing.DataLabels.AnimateandDataLabels.CountUp.Toolbar.AutoSelected = Measure,Toolbar.Tools.Measure.✨ New premium options (gated)
Chart.History(undo/redo),Chart.Perspectives,Chart.Link(+Chart.Group,ChartLinkBins),Chart.Ink,Chart.Measure(+MeasureColors,MeasureFormat),Chart.ContextMenu(+ items/labels/line).✨ New methods (on
ApexChart<TItem>)UndoAsync,RedoAsync,JumpHistoryAsync.StartMeasureAsync,StopMeasureAsync,ClearMeasuresAsync.CapturePerspectiveAsync,ApplyPerspectiveAsync,PerspectiveToUrlAsync,ApplyPerspectiveFromUrlAsync(restore a shared#apex=link on render),SavePerspectiveAsync,ListPerspectivesAsync.StoryboardBindAsync(withStoryboardOptions.Scroller/Offset/Animateand per-beatView/Options/Announcefor scroll-driven scrollytelling),StoryboardGoToAsync,StoryboardCurrentAsync,StoryboardUnbindAsync.GetActiveRendererAsync,RefreshTokensAsync.✨ New crossfilter engine (on
IApexChartService)RegisterCrossfilterAsync(id, records)registers a shared record set (ApexCharts.crossfilter); charts thatdeclare a matching
Chart.Link.Id+Chart.Link.Dimensionaggregate over it, and clicking a mark filters everylinked chart.
ResetCrossfilterAsync(id)clears filters;SubscribeCrossfilterAsync(id, dotNetRef)deliverschangeevents (asCrossfilterState) to a[JSInvokable] OnCrossfilterChangehandler.✨ New events
OnAnnotationCreated,OnAnnotationDragged,OnAnnotationEdited,OnAnnotationStyled,OnAnnotationDeleted.OnMeasured. Storyboard:OnBeatChange.... (truncated)
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)