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

Prepare Release 1.21.0 #1270

Merged
merged 2 commits into from
Jun 22, 2017
Merged

Prepare Release 1.21.0 #1270

merged 2 commits into from
Jun 22, 2017

Conversation

cmslewis
Copy link
Contributor

@cmslewis cmslewis commented Jun 22, 2017

🎆 Highlights: TagInput component, Table column reorder handles, Tab/Enter to navigate Table focus cell

📖 Latest docs: blueprintjs.com/docs

@blueprintjs/core 1.21.0

@blueprintjs/labs 0.2.0

  • 🌟 NEW TagInput component ([Labs] new TagInput component! #1232)
    • Renders Tags inside an input, followed by an actual (ghosted) text input.
    • On Enter, the inputted text is displayed in a new tag.
    • This component is fully controlled, and all tags are individually customizable via tagProps.

taginput

@blueprintjs/table 1.18.0

Documentation

@blueprint-bot
Copy link

Prepare Release 1.21.0

Preview: documentation | table | github pages
Coverage: core | datetime

Copy link
Contributor

@adidahiya adidahiya left a comment

Choose a reason for hiding this comment

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

lgtm


small Q: is this intended? all column headers get loading state?

image

@cmslewis
Copy link
Contributor Author

@adidahiya I asked about that in #1230. :)

* Add Utils.some

* [Temporary] Change feature flags in Table example

* Add new classes for reorder handle

* Add ignoredSelector prop to DragSelectable

* Add preliminary styles for reorder handle

* Add reorder handle to column interaction bar

* Ignore reorder handle selector

* Reorder handle works

* Renable drag-reordering on rows

* Delete commented code

* Show column grab cursor only over reorder handle

* Move selection only if it existed before reorder

* Don't disable drage selection for column headers

* Different handle colors on :hover and :active

* Delete console.logs

* Select clicked handle's column if not selected

* Reenable old reordering interaction if useInteractionBar={false}

* Delete reorderHandle.tsx, put Orientation back in resizeHandle.tsx

* Code cleanups

* Rename to isEntireCellTargetReorderable

* Delete orientation.ts

* Have Header apply the TABLE_HEADER_REORDERABLE class

* Reply to CR feedback

* Fix tests

* Write new tests, fix bug

* Add deprecation warning to HeaderCell#isReorderable

* Fix lint

* Fix deprecation version

* Fix deprecation message

* Add reorderable example to site-docs
@blueprint-bot
Copy link

[Table] Add docs about reorderable content (#1271)

Preview: documentation | table | github pages
Coverage: core | datetime

@cmslewis cmslewis merged commit 482e7df into master Jun 22, 2017
@cmslewis cmslewis deleted the release/1.21.0 branch June 22, 2017 23:43
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.

3 participants