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(datepicker): datepicker now is a directive not a component #3125

Merged
merged 1 commit into from
Nov 28, 2017

Conversation

valorkin
Copy link
Member

serving datepicker as a component will get back as an inline more only

BREAKING CHANGE:

  • datepicker and daterange component selectors was removed
  • now datepicker available only as directive

PR Checklist

Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.

  • read and followed the CONTRIBUTING.md guide.
  • built and tested the changes locally.
  • added/updated tests.
  • added/updated API documentation.
  • added/updated demos.

serving datepicker as a component will get back as an inline more only

 BREAKING CHANGE:
  - datepicker and daterange component selectors was removed
  - now datepicker available only as directive
@codecov
Copy link

codecov bot commented Nov 28, 2017

Codecov Report

Merging #3125 into development will not change coverage.
The diff coverage is 80%.

Impacted file tree graph

@@             Coverage Diff              @@
##           development    #3125   +/-   ##
============================================
  Coverage        65.31%   65.31%           
============================================
  Files              209      209           
  Lines             5628     5628           
  Branches           990      990           
============================================
  Hits              3676     3676           
  Misses            1689     1689           
  Partials           263      263
Impacted Files Coverage Δ
src/datepicker/bs-daterangepicker.component.ts 34.66% <100%> (ø) ⬆️
src/datepicker/bs-datepicker.module.ts 93.33% <100%> (ø) ⬆️
src/datepicker/bs-datepicker.component.ts 36% <100%> (ø) ⬆️
src/datepicker/index.ts 100% <100%> (ø) ⬆️
src/datepicker/bs-datepicker-input.directive.ts 29.09% <50%> (ø) ⬆️
...c/datepicker/bs-daterangepicker-input.directive.ts 26.66% <50%> (ø) ⬆️

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 080d89a...7db77ae. Read the comment docs.

@YevheniiaMazur
Copy link

Tested, looks good.

@valorkin valorkin merged commit d9822f0 into development Nov 28, 2017
@ghost ghost removed the ready for merge label Nov 28, 2017
@valorkin valorkin deleted the breaking-datepicker-directive branch November 28, 2017 14:36
@valorkin
Copy link
Member Author

@YevheniiaMazur thanks :)

@maxyharr
Copy link

Did this remove the ability to create an inline datepicker?

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.

3 participants