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

Merge dev -> master #1020

Merged
merged 24 commits into from
Oct 8, 2019
Merged

Merge dev -> master #1020

merged 24 commits into from
Oct 8, 2019

Commits on Sep 25, 2019

  1. Merge pull request #7 from HealthCatalyst/dev

    Merge latest from upstream
    isaaclyman committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    168953c View commit details
    Browse the repository at this point in the history
  2. style(tile): remove underscore from css file

    fixes #530
    Isaac Lyman committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    895559d View commit details
    Browse the repository at this point in the history
  3. refactor(tab): convert tabs to mixins

    fixes #529
    Isaac Lyman committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    cce14be View commit details
    Browse the repository at this point in the history
  4. refactor(radio): convert radio to mixins

    fixes #524
    Isaac Lyman committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    bf654a6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1002 from isaaclyman/530-convert-tile-to-mixins

    530 convert tile to mixins
    andrew-frueh committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    06eed9a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1003 from isaaclyman/529-convert-tabs-to-mixins

    529 convert tabs to mixins
    andrew-frueh committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    4bcac1e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Merge pull request #1004 from isaaclyman/524-convert-radio-to-mixins

    524 convert radio to mixins
    joeskeen committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    22c2a1d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. fix(modal): click drag outside modal

    prevents a click drag outside a modal from accidentally closing it
    
    closes #998
    andrew-frueh committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    3139cb3 View commit details
    Browse the repository at this point in the history
  2. fix(radio): match margins to checkbox

    adjusts the spacing between radio buttons to match checkboxes
    
    closes #955
    andrew-frueh committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    86e4aad View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1011 from andrew-frueh/modal-clicks

    fix(modal): click drag outside modal
    joeskeen committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    a54f623 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1012 from andrew-frueh/radio-margins

    fix(radio): match margins to checkbox
    joeskeen committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    5e1f5a9 View commit details
    Browse the repository at this point in the history
  5. refactor(popover): menu directives

    moves split button menu directives to popover and updates examples
    
    closes #676
    andrew-frueh committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    d28fc99 View commit details
    Browse the repository at this point in the history
  6. style(navbar): updated menus

    updates suggested help menu and converts navbar menus to hcMenu
    
    closes #961
    andrew-frueh committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    1a48982 View commit details
    Browse the repository at this point in the history
  7. refactor(pop): revert constructor

    revert changes made to constructor
    andrew-frueh committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    d4e6282 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. fix(pagination): initial value of pageSize

    stops initial value of pageSize from being overwritten to the default
    
    closes #776
    andrew-frueh committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    73f388d View commit details
    Browse the repository at this point in the history
  2. fix(pagination): corrected emitters

    corrects behavior of pageNumberChange and pageSizeChange
    andrew-frueh committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    cf36a59 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1015 from andrew-frueh/pagesize-binding

    fix(pagination): initial value of pageSize
    andrew-frueh committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    da0cd4b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. refactor(popover): button-item to menu-item

    converts hcButtonItem to hcMenuItem in hcMenu for consistency
    andrew-frueh committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    0bef04f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1013 from andrew-frueh/hc-menu

    hcMenu Directives
    andrew-frueh committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    2553364 View commit details
    Browse the repository at this point in the history
  3. feat(tab): remove tabs service

    Remove dependency on TabsService
    pheebner committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    911c62c View commit details
    Browse the repository at this point in the history
  4. feat(tab): fix tests

    Fix tests so that they do not reference TabService
    pheebner committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    65c0af7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1017 from pheebner/user/philip.heebner/remove_tab…

    …s_service
    
    feat(tab): remove tabs service
    joeskeen committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    701c45f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. fix(toasts): closing multiple toasts

    ensures cleanup functions are called on close with multiple toasts
    
    closes #1018
    andrew-frueh committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    704b13e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1019 from andrew-frueh/toast-cleanup

    fix(toasts): closing multiple toasts
    andrew-frueh committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    2811014 View commit details
    Browse the repository at this point in the history