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

Drop support for passing a string to the title attribute, and drop support for deprecated attributes titlefont, titleposition, titleside, and titleoffset #7212

Merged
merged 13 commits into from
Oct 9, 2024

Conversation

emilykl
Copy link
Contributor

@emilykl emilykl commented Oct 7, 2024

Closes: #7177

  • Drop support for passing a string to the title attribute (use title.text instead)
  • Drop support for deprecated titlefont attribute (use title.font instead)
  • Drop support for deprecated titleposition attribute (use title.position instead)
  • Drop support for deprecated titleside attribute (use title.side instead)
  • Drop support for deprecated titleoffset attribute (use title.offset instead)
  • Apply these changes apply to everywhere the above attributes appear(layout, colorbar, axis, etc.)

Also:

  • Remove jasmine tests corresponding to the removed attributes
  • Remove functions used for converting old attributes to new attributes

@emilykl
Copy link
Contributor Author

emilykl commented Oct 7, 2024

@archmoj Thanks very much for the review. I've removed the empty _deprecated keys. Do you have any other comments?

@gvwilson gvwilson added feature something new P1 needed for current cycle labels Oct 8, 2024
Copy link
Contributor

@archmoj archmoj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃

@archmoj
Copy link
Contributor

archmoj commented Oct 8, 2024

@emilykl Do you need my help resolving the conflicts with master?

@emilykl
Copy link
Contributor Author

emilykl commented Oct 8, 2024

@emilykl Do you need my help resolving the conflicts with master?

@archmoj Nope, all good!

@archmoj
Copy link
Contributor

archmoj commented Oct 9, 2024

💃

@emilykl emilykl merged commit 7916edf into master Oct 9, 2024
1 check passed
@emilykl emilykl deleted the drop-title-text-str branch October 9, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new P1 needed for current cycle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop support of setting title to string (instead of title.text) as well as titlefont in v3?
3 participants