Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

MessageBanner: Make both hide and show public #322

Merged
merged 11 commits into from
Jun 7, 2017

Commits on Jun 3, 2017

  1. hideBanner Private to Pubic method change and rename

    _hidebanner is private method not public
    As public should be hideBanner() not private _hideBanner()
    Renamed methods as no other component included component name in their
    public methods
    PRIMETSS committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    0b4d4fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c43eef View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2017

  1. Remove white space and rename event handler

    Removed white spaces as per gulp warnings.
    Updated event handler method name in _setListners with new method name
    'hide', was '_hide'
    PRIMETSS committed Jun 4, 2017
    Configuration menu
    Copy the full SHA
    bd586ef View commit details
    Browse the repository at this point in the history
  2. Reinstated showBanner()

    Reinstated showBanner() as deprecated method, as not to break existing
    dep.
    Calls new method show()
    PRIMETSS committed Jun 4, 2017
    Configuration menu
    Copy the full SHA
    52e1985 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Update HB/Docs & Test fix for GitHub .md pages showing inline <script…

    …> tags
    
    Update HB/Docs & Test fix for GitHub .md files all showing <script> tags
    at bottom of all .md pages
    PRIMETSS committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    3be0502 View commit details
    Browse the repository at this point in the history
  2. Revert "Update HB/Docs & Test fix for GitHub .md pages showing inline…

    … <script> tags"
    
    This reverts commit 3be0502.
    PRIMETSS committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    8c6c146 View commit details
    Browse the repository at this point in the history
  3. Update HB/Docs & Trial fix GitHub .md pages showing inline <script> tags

    Update HB/Docs & Test fix for GitHub .md files showing <script> tags
    at bottom of all .md pages on github site and also tested with two
    online editors and they also show <script> as plain text
    PRIMETSS committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    2e16c60 View commit details
    Browse the repository at this point in the history
  4. .md file cleanup

    Button , Callout, CheckBox, ChoiceFieldGroup, CommandBar,CommandButton,
    ContextualMenu, Dialog & MessageBanner
    PRIMETSS committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    31c2107 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. GHDocs Components Clean Up

    Decoded html encoded strings back to tags.
    FacePile.md still needs work
    PRIMETSS committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    b37c3d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. GHDocs Compnents MarkDown Cleanup

    Edited all components MD
    Note: Dialog Component MD needing help to fix broken Button layout
    PRIMETSS committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    c199144 View commit details
    Browse the repository at this point in the history
  2. Fix Dialog MarkDown

    Found format error
    PRIMETSS committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    fed79cd View commit details
    Browse the repository at this point in the history