Skip to content

feat: add innerStyle input without breaking style compatibility - #289

Merged
andrefarzat merged 2 commits into
plotly:masterfrom
bzh2610:rename-style-prop
Aug 20, 2026
Merged

feat: add innerStyle input without breaking style compatibility#289
andrefarzat merged 2 commits into
plotly:masterfrom
bzh2610:rename-style-prop

Conversation

@bzh2610

@bzh2610 bzh2610 commented Oct 7, 2025

Copy link
Copy Markdown
Contributor

Closes #287.\n\nAdds the non-conflicting [innerStyle] input proposed by the original contribution. The existing [style] input remains as a deprecated compatibility alias so this fix can be released safely across the maintained Angular 20, 21, and 22 package lines.\n\nThe demo and README now prefer [innerStyle], and tests cover the new input, the compatibility alias, and precedence when both are supplied.

@bzh2610 bzh2610 changed the title #287 Rename style property chore: #287 Rename style property (breaking change) Oct 7, 2025
@andrefarzat andrefarzat reopened this Aug 20, 2026
# Conflicts:
#	projects/plotly/src/lib/plotly.component.ts
@andrefarzat andrefarzat changed the title chore: #287 Rename style property (breaking change) feat: add innerStyle input without breaking style compatibility Aug 20, 2026
@andrefarzat
andrefarzat merged commit f0d03d8 into plotly:master Aug 20, 2026
1 check passed
andrefarzat added a commit that referenced this pull request Aug 20, 2026
Synchronizes package metadata and changelog for 22.0.1 after #289.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Input style conflicts with global style binding to native attribute

2 participants