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

feat(Table) add missing Table alignment props #1411

Merged
merged 5 commits into from
Mar 2, 2017

Conversation

ctlusto
Copy link
Contributor

@ctlusto ctlusto commented Mar 2, 2017

Add textAlign and verticalAlign props to the Table component.

Fixes #1389

@codecov-io
Copy link

codecov-io commented Mar 2, 2017

Codecov Report

Merging #1411 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1411   +/-   ##
=======================================
  Coverage   99.74%   99.74%           
=======================================
  Files         140      140           
  Lines        2347     2347           
=======================================
  Hits         2341     2341           
  Misses          6        6
Impacted Files Coverage Δ
src/collections/Table/Table.js 100% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6eda458...37592da. Read the comment docs.

Add `textAlign` and 'verticalAlign' props to the Table component.

ref: Semantic-Org#1389
Add tests for 'textAlign' and 'verticalAlign' props

ref: Semantic-Org#1389
Document that the  `textAlign` and `verticalAlign` props can be
applied to the Table component.

ref: Semantic-Org#1389
@levithomason
Copy link
Member

Superb thanks! We just refactored the typings so I rebased this branch and moved the index.d.ts updates to the new Table.d.ts file.

Will merge on pass.

@levithomason
Copy link
Member

😊

Copy link
Member

@layershifter layershifter left a comment

Choose a reason for hiding this comment

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

Fixed last lint issue, LGTM 👍

@levithomason levithomason merged commit ce7301b into Semantic-Org:master Mar 2, 2017
@ctlusto ctlusto deleted the table-alignment branch March 2, 2017 20:41
harel pushed a commit to harel/Semantic-UI-React that referenced this pull request Mar 8, 2017
* feat(Table): add missing Table alignment props

Add `textAlign` and 'verticalAlign' props to the Table component.

ref: Semantic-Org#1389

* test(Table): add tests for Table alignment props

Add tests for 'textAlign' and 'verticalAlign' props

ref: Semantic-Org#1389

* docs(Table): document Table text alignment props

Document that the  `textAlign` and `verticalAlign` props can be
applied to the Table component.

ref: Semantic-Org#1389

* Fix linting errors (missing trailing commas)

* Update Table.d.ts
harel pushed a commit to harel/Semantic-UI-React that referenced this pull request Mar 8, 2017
* feat(Table): add missing Table alignment props

Add `textAlign` and 'verticalAlign' props to the Table component.

ref: Semantic-Org#1389

* test(Table): add tests for Table alignment props

Add tests for 'textAlign' and 'verticalAlign' props

ref: Semantic-Org#1389

* docs(Table): document Table text alignment props

Document that the  `textAlign` and `verticalAlign` props can be
applied to the Table component.

ref: Semantic-Org#1389

* Fix linting errors (missing trailing commas)

* Update Table.d.ts
@levithomason
Copy link
Member

Released in [email protected].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants