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 Merge #279

Merged
merged 10 commits into from
Dec 20, 2023
Merged

Release Merge #279

merged 10 commits into from
Dec 20, 2023

Conversation

TimPurdum
Copy link
Collaborator

@TimPurdum TimPurdum commented Dec 19, 2023

Release Notes

New Features

  • Added Graphic.Visible parameter

Bug Fixes

Breaking Change

  • Due to a serialization bug, we had to replace Label.LabelPlacement with an enum

@TimPurdum TimPurdum self-assigned this Dec 19, 2023
/// </summary>
[Parameter]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? Visible { get; set; }
Copy link
Collaborator

Choose a reason for hiding this comment

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

so it default to true in JS if its null?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, using the copyValuesIfExist pattern in the TypeScript, we only set this if the user does, otherwise we leave it unset and the ArcGIS defaults take over.

@TimPurdum TimPurdum merged commit 5480b08 into main Dec 20, 2023
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.

2 participants