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

Update Core and Common #628

Merged
merged 2 commits into from Aug 27, 2021
Merged

Update Core and Common #628

merged 2 commits into from Aug 27, 2021

Conversation

macdrevx
Copy link
Contributor

@macdrevx macdrevx commented Aug 27, 2021

Fixes: #626

Pull request checklist:

  • Briefly describe the changes in this PR.
  • Document any changes to public APIs.
  • Apply changelog label ('breaking change', 'bug 🪲', 'build', 'docs', 'feature 🍏', 'performance ⚡', 'testing 💯') or use the label 'skip changelog'
  • Update the changelog
  • Update the migration guide, API Docs, Markdown files - Readme, Developing, etc

Summary of changes

Updates Core and Common

@macdrevx macdrevx added bug 🪲 Something is broken! feature 🍏 When working on a new feature or feature enhancement skip changelog Add this label if this item does not need to be included in the changelog breaking change ⚠️ If your pull request introduces a breaking change and updates are required when version is published dependencies Pull requests that update a dependency file labels Aug 27, 2021
@macdrevx macdrevx requested review from neelmistry94 and nishant-karajgikar and removed request for neelmistry94 August 27, 2021 15:45
@macdrevx macdrevx force-pushed the update_dependencies_for_CoreCommon branch from 0a5c5b9 to d4af6da Compare August 27, 2021 15:48
@macdrevx macdrevx force-pushed the update_dependencies_for_CoreCommon branch from d4af6da to 0d0807c Compare August 27, 2021 15:57
@@ -531,7 +531,7 @@ public class PointAnnotationManager: AnnotationManager {
switch result {

case .success(let queriedFeatures):
if let annotationIds = queriedFeatures.compactMap(\.feature.properties["annotation-id"]) as? [String] {
if let annotationIds = queriedFeatures.compactMap({ $0.feature?.properties?["annotation-id"] }) as? [String] {
Copy link
Contributor

Choose a reason for hiding this comment

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

were these changes propagated from stylegen?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes

Copy link
Contributor

@neelmistry94 neelmistry94 left a comment

Choose a reason for hiding this comment

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

No concerns from me, seems like a simple enough update.

@macdrevx macdrevx enabled auto-merge (squash) August 27, 2021 18:17
@macdrevx macdrevx merged commit 500e8f3 into main Aug 27, 2021
@macdrevx macdrevx deleted the update_dependencies_for_CoreCommon branch August 27, 2021 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change ⚠️ If your pull request introduces a breaking change and updates are required when version is published bug 🪲 Something is broken! dependencies Pull requests that update a dependency file feature 🍏 When working on a new feature or feature enhancement skip changelog Add this label if this item does not need to be included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Layer expressions only re-evaluate feature state changes when camera moves
2 participants