-
Notifications
You must be signed in to change notification settings - Fork 357
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
Feature/upgrade RC6 #37
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…er class for loading
…for ripple/menu bugs
…changes in AM2 2.0.0-alpha.8
…to feature/upgrade-rc5
- adding ripples, slider, button toggles, menus, and tooltips
… and prev hadnt finished
…alent into feature/upgrade-rc5
emoralesb05
added a commit
that referenced
this pull request
Jul 25, 2019
* perf(chart): make sure only to render chart when necessary add a debounce and combine all options fed by subcomponents to render the chart only once.. before it was rerendered multiple times depending on changes on subcomponents * fix(): remove xAxis/yAxis from demo in tree/treemap * fix(): make demo fit screen better in treemap * fix(): change readme
kriswinbush
pushed a commit
to kriswinbush/covalent
that referenced
this pull request
Feb 20, 2020
* perf(chart): make sure only to render chart when necessary add a debounce and combine all options fed by subcomponents to render the chart only once.. before it was rerendered multiple times depending on changes on subcomponents * fix(): remove xAxis/yAxis from demo in tree/treemap * fix(): make demo fit screen better in treemap * fix(): change readme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Updated angular to latest releases of angular and material.
#36
What's included?
Breaking Changes
RC6
alpha.8-1
hammerjs
dependency for material.NgModule
decorator.TdLoadingDirective
's creation to be sync so it can be accessed in thengAfterViewInit
hook.Bug Fixes
Internal
docs
to remove the majority of the index.ts files and less explicit declarations insystem-config.ts
.karma-test-shim
changes to set up test environment.TestBed
and remove importsdescribe
/it
/beforeEach
since they are taken as global.core.css
andoverlay.css
as a workaround for ripple and menu into index.html Weird ripple effect angular/components#972Known Issues
modules
Internal Known Issues
--prod
not working well (not even with latest CLI), need to dive in more to see if its the way modules were defined or if its actually a bug.Test Steps
npm i
ng serve