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(IE11): Platform & Docs support for IE11 #831

Merged
merged 32 commits into from
Aug 30, 2017
Merged

Commits on Aug 24, 2017

  1. feat(docs): home IE11 layout & icon flex fixes #199

    KL186023 authored and KL186023 committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    9376c1a View commit details
    Browse the repository at this point in the history
  2. feat(navigation-drawer): remove unnecessary flex for IE11 support

    KL186023 authored and KL186023 committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    3366ff6 View commit details
    Browse the repository at this point in the history
  3. feat(styles): overflow-visible on notification button for IE11 support

    KL186023 authored and KL186023 committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    7865738 View commit details
    Browse the repository at this point in the history
  4. feat(docs): apply overflow-visible to notification button for IE11 su…

    …pport
    KL186023 authored and KL186023 committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    9e8d2bb View commit details
    Browse the repository at this point in the history
  5. feat(docs): height for layout demos for IE11 support

    KL186023 authored and KL186023 committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    4ed7e50 View commit details
    Browse the repository at this point in the history
  6. feat(docs): proper rows for inputs for IE11 support

    KL186023 authored and KL186023 committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    5d022a0 View commit details
    Browse the repository at this point in the history
  7. feat(chips): update flex layout for IE11 support

    KL186023 authored and KL186023 committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    419e079 View commit details
    Browse the repository at this point in the history
  8. feat(styles): height fix for logo for IE11 support

    KL186023 authored and KL186023 committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    e5f3276 View commit details
    Browse the repository at this point in the history
  9. feat(styles): layout align center overflow fix for IE11

    KL186023 authored and KL186023 committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    3e7ee0c View commit details
    Browse the repository at this point in the history
  10. feat(messages): vertical center wrapper layout=column IE11 fix

    KL186023 authored and KL186023 committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    cdf890f View commit details
    Browse the repository at this point in the history
  11. feat(docs): search demo layout fix for IE11 support

    KL186023 authored and KL186023 committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    5dc2d35 View commit details
    Browse the repository at this point in the history
  12. feat(docs): additional polyfills for NGX-Charts IE11 support

    KL186023 authored and KL186023 committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    0840441 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. feat(docs): IE11 requirements & best practices

    KL186023 authored and KL186023 committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    845baf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2063db View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Configuration menu
    Copy the full SHA
    574a48c View commit details
    Browse the repository at this point in the history
  2. merge develop

    emoralesb05 committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    567b4ee View commit details
    Browse the repository at this point in the history
  3. chore(): update yarn.lock with latest dependencies

    emoralesb05 committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    bf3a186 View commit details
    Browse the repository at this point in the history
  4. fix(chips): fix autocomplete click selection for chips

    emoralesb05 committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    cbc9852 View commit details
    Browse the repository at this point in the history
  5. chore(build): add autoprefixer to build process to ensure all css is …

    …prefixed for every browser.
    emoralesb05 committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    fae7742 View commit details
    Browse the repository at this point in the history
  6. chore(): point autoprefixer to IE11 specifically

    emoralesb05 committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    0cb8c3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    025e79b View commit details
    Browse the repository at this point in the history
  8. fix(chips): make sure the template is wrapped in an element so it doe…

    …snt get spaced when stacked
    emoralesb05 committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    aa36aef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b168d5c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a37e79c View commit details
    Browse the repository at this point in the history
  11. feat(prompt-dialog): proper flex layout for IE11 support

    KL186023 authored and KL186023 committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    dd76149 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'feature/ie11' of https://github.com/Teradata/covalent i…

    …nto feature/ie11
    emoralesb05 committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    4c4e2ce View commit details
    Browse the repository at this point in the history
  13. feat(docs): proper layout for expansion demo form in IE11

    KL186023 authored and KL186023 committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    2c41491 View commit details
    Browse the repository at this point in the history
  14. feat(docs): dynamic form correct responsive layout for IE11

    KL186023 authored and KL186023 committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    e9ac1b6 View commit details
    Browse the repository at this point in the history
  15. feat(docs): code-editor: proper demo select flex for IE11

    KL186023 authored and KL186023 committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    8334178 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. feat(docs): datatable template demo fix for IE11

    KL186023 authored and KL186023 committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    c4ab524 View commit details
    Browse the repository at this point in the history
  2. feat(data-table): column heading sorting wrapper to support IE11

    KL186023 authored and KL186023 committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    b4a06c8 View commit details
    Browse the repository at this point in the history
  3. fix(): paging issue with select width

    emoralesb05 committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    d088a87 View commit details
    Browse the repository at this point in the history