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

chore: release v1.8.0 #367

Merged
merged 36 commits into from
Aug 14, 2020
Merged

chore: release v1.8.0 #367

merged 36 commits into from
Aug 14, 2020

Conversation

unix
Copy link
Member

@unix unix commented Aug 14, 2020

Checklist

  • Fix linting errors
  • Tests have been added / updated (or snapshots)

Change information

@codecov
Copy link

codecov bot commented Aug 14, 2020

Codecov Report

Merging #367 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #367   +/-   ##
=======================================
  Coverage   99.95%   99.95%           
=======================================
  Files         186      186           
  Lines        2373     2421   +48     
  Branches      546      568   +22     
=======================================
+ Hits         2372     2420   +48     
  Misses          1        1           
Impacted Files Coverage Δ
components/button/button.tsx 100.00% <ø> (ø)
components/description/description.tsx 100.00% <ø> (ø)
components/modal/modal-actions.tsx 100.00% <ø> (ø)
components/modal/modal-content.tsx 100.00% <ø> (ø)
components/popover/popover-item.tsx 100.00% <ø> (ø)
components/select/select-dropdown.tsx 100.00% <ø> (ø)
components/select/select.tsx 100.00% <ø> (ø)
components/table/table-context.ts 100.00% <ø> (ø)
components/tabs/tabs-context.ts 100.00% <ø> (ø)
components/button/button-icon.tsx 100.00% <100.00%> (ø)
... and 13 more

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 3c0fa08...e3db55b. Read the comment docs.

AugustoConti and others added 29 commits August 14, 2020 16:56
* feat(button): center the icon if the button is empty

* test(button): add testcase for icon only

* docs(button): add example for icon only
* fix(snippet): remove space when the symbol is empty

style(snippet): remove unnecessary escape symbols

* fix(snippet): ignore spaces in symbol

style: fix lint warning
* feat(tabs): sync the label and set value to required

* test(tabs): add testcase for label sync

* docs(tabs): update value to required
* feat(modal): use Button to reconstrust Modal.Action

* docs(modal): add example for action loading

* test: update snapshots
* fix(input): always synchronize external value and ignore changes

* feat(input): support imperative API to update
* feat(dropdown): allow dropdown to set the specified container

* test(modal): update snapshots

* docs(select): add example for custom popup container

* fix(dropdown): fix type of getPopupContainer

* test(dropdown): add testcase for specified container rendering
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