forked from edcarroll/ng2-semantic-ui
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Issue #SB-10187 fix: updating angular version #6
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
* chore: Moved to newest Angular CLI * fix: Fixed rxjs references * chore: Deleted migration folder * style: Fixed tslint errors in test * fix: Updated all class HostBindings to be public * fix: Updated all HostListener bindings to be public * fix(collapse): Fixed HostBinding modifiers * fix(collapse): Fixed isCollapsed HostBinding * fix: Updated remaining HostBindings to be public * feat: Made all hasClasses properties readonly * revert: "feat: Made all hasClasses properties readonly" This reverts commit 2f78b5c. * feat: Updated getter only properties to use readonly modifier * fix(demo): Fixed ApiDefinition typings * fix(localization): Fixed compilation of locales * chore: Moved some deps from peer to normal * fix: Added library dependencies to whitelist * test: Fixed all tests * style(demo): Fixed polyfill lint errors * test: Updated Travis to use NPMv6 * test: Removed superfluous lint from Travis config * chore: Fixed loop in package scripts * test: Reverted to npm@5 for Travis * chore: Added conf.js ignore to gitignore
* fix: Fixed AOT when imported as library Fixes edcarroll#209 * fix(demo): Fixed SuiPopupConfig injector error * refactor: Renamed all `index` files to `internal` This will ensure that no imports are accidentally created using just the directory name, which causes endless problems with Angular's CLI * fix(demo): Fixed stack overflow in compilation
…oses edcarroll#284) * Fix issue with slow typeaheads * Remove check for contains since listener is now on native element * feat(search): Remove reliance on document event * fix(popup): Fixed performance issues due to excessive document listeners * fix(popup): Fixed missing nullcheck * feat(select): Removed reliance on separate keydown listener * chore(demo): Updated environment config to match latest angular * feat(demo): Removed dev environment file * feat(dropdown): Fully removed document listener * fix: Broken merge
…ll#401) * fix(dropdown): Fixed parentElement being accessed before initialisation * chore: Bumped version
…ll#408) * fix(dropdown): Fixed parentElement being accessed before initialisation * chore: Bumped version
…oll#350) * feat(popup): Added size and width properties * feat(popup): Added arrow centering on small popup anchors * fix(popup): Corrected popup positioning, removed double popper update * fix(popup): Added timeout for positioning service create
edcarroll#371) * fix(dimmer): Fixed dimmer to work correctly with SUI v2.3.0 * fix(modal): Fixed modal positioning for SUI v2.3.0 * chore: Updated SUI version to 2.3.1 * chore: Fixed typescript dependency version * feat(modal): Added isCentered property * doc(modal): Updated API description * docs(modal): Fixed a typo in a property description * fix(modal): Fixed barrel reference & private `HostBinding`
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.
Before submitting a pull request, please make sure you have at least performed the following: