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

Issue #SB-10187 fix: updating angular version #6

Merged
merged 19 commits into from
Mar 25, 2019

Conversation

anoophm
Copy link

@anoophm anoophm commented Mar 23, 2019

Before submitting a pull request, please make sure you have at least performed the following:

  • read and followed the CONTRIBUTING.md guide.
  • linted, built and tested the changes locally.
  • added/updated any applicable API documentation.
  • added/updated any applicable demos.

edcarroll and others added 19 commits August 2, 2018 00:56
* 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`
@anoophm anoophm merged commit dc28efa into project-sunbird:master Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants