Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

feat: Injectable MdcRipple + EventRegistry provider #181

Merged
merged 3 commits into from
Sep 15, 2017

Conversation

trimox
Copy link
Owner

@trimox trimox commented Sep 14, 2017

Removing MdcRippleModule and refactored MdcRipple into an @Injectable class. Developers no longer need to include a ripple import with each component that required it.

BREAKING CHANGE: MdcRippleModule was removed, please update your code accordingly.

Closes #164

Remove MdcRippleModule, making `MdcRipple` an Injectable class. No longer requiring developers to
include MdcRippleModule for each component with a dependency on it.

BREAKING CHANGE: `MdcRippleModule` has been removed, please update your code accordingly.

Closes #164
@codecov
Copy link

codecov bot commented Sep 14, 2017

Codecov Report

Merging #181 into master will increase coverage by 0.24%.
The diff coverage is 59.37%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #181      +/-   ##
==========================================
+ Coverage   63.97%   64.22%   +0.24%     
==========================================
  Files          75       75              
  Lines        3517     3502      -15     
  Branches      716      712       -4     
==========================================
- Hits         2250     2249       -1     
+ Misses       1267     1253      -14
Impacted Files Coverage Δ
src/lib/switch/switch.component.ts 58.46% <ø> (ø) ⬆️
src/lib/ripple/index.ts 100% <ø> (ø) ⬆️
src/lib/textfield/textfield-box.component.ts 77.77% <ø> (ø) ⬆️
src/lib/module.ts 100% <ø> (ø) ⬆️
src/lib/dialog/dialog.component.ts 51.23% <ø> (ø) ⬆️
src/lib/button/index.ts 100% <ø> (ø) ⬆️
src/lib/radio/radio.component.ts 50% <ø> (ø) ⬆️
src/lib/form-field/form-field.directive.ts 36.48% <0%> (ø) ⬆️
src/lib/menu/menu.component.ts 32.67% <0%> (ø) ⬆️
src/lib/textfield/textarea.component.ts 84.21% <0%> (ø) ⬆️
... and 32 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 74a626c...cbca6c9. Read the comment docs.

@trimox trimox merged commit 99923e7 into master Sep 15, 2017
@trimox trimox deleted the fix/ripple/dependency branch September 15, 2017 00:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant