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

[resources] update core sketch kit with symbols for components #4007

Merged
merged 303 commits into from
Apr 14, 2020
Merged

[resources] update core sketch kit with symbols for components #4007

merged 303 commits into from
Apr 14, 2020

Conversation

terpimost
Copy link
Contributor

Fixes #0000

Sketch elements are symbols now

Checklist

  • Includes tests
  • Update documentation

Changes proposed in this pull request:

Reviewers should focus on:

Screenshot

adidahiya and others added 20 commits March 9, 2020 07:34
 - @blueprintjs/core@3.24.0
 - @blueprintjs/docs-app@3.24.0
 - @blueprintjs/icons@3.14.0
 - @blueprintjs/select@3.12.0
* [core] feat(NumericInput): supply input element in onValueChange callback

* small refactor, use optional chaining to invoke callback

* fix lint

* fix more tests

* fix lint, remove describe.only
Allows users to press `DELETE` on their keyboards to delete
an item from `<TagInput />`, which in turn is used by the
`Select` family of components.

Handling `DELETE` to remove item mimics the way `DELETE` works
in a text editor, where an user can delete from the beginning
of the line forward. Reaching the end of the line, in our
case passing the last selected item in `<TagInput />` will stop
deleting. Moving the selection to the first item and deleting
from that point onwards repeatedly will delete all the selected
items.
update INVALID_PROPS list used by removeNonHTMLProps() utility fn
@terpimost
Copy link
Contributor Author

#2817

Copy link
Contributor

@aycai aycai left a comment

Choose a reason for hiding this comment

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

I'll approve to get the changes in (and iterate on tweaks over time), but defer to @adidahiya to merge!

@adidahiya adidahiya changed the title Sketch symbols [resources] update core sketch kit with symbols for components Apr 14, 2020
@adidahiya adidahiya merged commit 8325cc7 into palantir:develop Apr 14, 2020
@adidahiya
Copy link
Contributor

thanks @terpimost!

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.