Release Summary for 4.2.0
  Difference between master and 4.1
  * docs/monster/ui/generateAppLayout().md
  * docs/monster/ui/insertTemplate().md
  * docs/monster/util/getFormatPhoneNumber().md
  * README.md
  * docs/gulpCommand.md
  * docs/handlebars.md
  * docs/javascriptStyleGuide.md
  * docs/kazooSdk.md
  * docs/monster/getTemplate().md
  * docs/monster/parallel().md
  * docs/monster/pub().md
  * docs/monster/request().md
  * docs/monster/series().md
  * docs/monster/template().md
  * docs/monster/ui.md
  * docs/monster/ui/alert().md
  * docs/monster/ui/codecSelector().md
  * docs/monster/ui/confirm().md
  * docs/monster/ui/datepicker().md
  * docs/monster/ui/dialog().md
  * docs/monster/ui/highlight().md
  * docs/monster/ui/loadTab().md
  * docs/monster/ui/mask().md
  * docs/monster/ui/protectField().md
  * docs/monster/ui/renderJSON().md
  * docs/monster/ui/renderPDF().md
  * docs/monster/ui/showPasswordStrength().md
  * docs/monster/ui/slider().md
  * docs/monster/ui/timepicker().md
  * docs/monster/ui/tooltips().md
  * docs/monster/ui/wysiwyg().md
  * docs/monster/util.md
  * docs/monster/util/dataFlags.md
  * docs/monster/util/dataFlags/add().md
  * docs/monster/util/dataFlags/get().md
  * docs/monster/util/dateToGregorian().md
  * docs/monster/util/formatPhoneNumber().md
  * docs/monster/util/formatPrice().md
  * docs/monster/util/formatVariableToDisplay().md
  * docs/monster/util/getAuthToken().md
  * docs/monster/util/getBusinessDate().md
  * docs/monster/util/getUrlVars().md
  * docs/monster/util/gregorianToDate().md
  * docs/monster/util/isAdmin().md
  * docs/monster/util/isSuperDuper().md
  * docs/monster/util/randomString().md
  * docs/monster/util/toFriendlyDate().md
  * docs/monster/util/unformatPhoneNumber().md
  * docs/monster/waterfall().md
  * docs/tutorial.md
  * docs/monster/util/dataFlags/destroy().md
  * Summary
      - As a FEE, I want to use Moment.js to handle dates so that date related bugs are avoided
  * Commits
      - [UI-2902: Use Moment.js for date management (#127)
  * UI-2902: Use momentjs to format `date_time` string
  * UI-2902: Use momentjs for more comprehensible date handling
  * UI-2902: Fix completion induced error](https://github.com/2600hz/monster-ui/commit/430c2be3a43710b1d26ce7824bb04ee9423d1bf2) by Joris Tirado
  * Summary
      - As a call center basic user, I would like the ability to set a shout stream as my hold music.
  * Commits
      - [UI-2893: update mediaSelect common control to support stream url and silence automatically](https://github.com/2600hz/monster-ui/commit/a7478024ae6e5168cd2b2b3a6b729d8bc4c6c4ed) by Jean-Roch Maitre
  * Summary
      - In the &quot;Per Minute&quot; section of MyAccount, when clicking the &quot;Load More&quot; button for Mobile Data, the total Data Used at the top right changes
  * Commits
      - [UI-2895: fix various issues with ledger display, sort issue with quantity not treated as numbers, tab not showing up, sum recomputed each time we loaded more data](https://github.com/2600hz/monster-ui/commit/a767c45bf79c8964855cad2920075bb692b99347) by Jean-Roch Maitre
  * Summary
      - As an admin, I want to set rates for Per-Minute Usage and ILD uplift in the UI, so I can charge for them.
  * Commits
      - [UI-2390: service plan overrides with new ledgers item](https://github.com/2600hz/monster-ui/commit/3a20cad6938acd46efce554d4f7be3203c499f1d) by JR Maitre
  * Summary
      - Remove popup for auto reconnect if user not using MFA
  * Commits
      - [UI-2896: remove popup asking for reconnect](https://github.com/2600hz/monster-ui/commit/ee0dbccbc6eee6cce8398fede13d377fcbfba7e0) by JR Maitre
  * Summary
      - As a user I want to see a graphical representation of the data range/view I&#039;ve chosen
  * Commits
      - [UI-2862: Update SDK and add color library (#125)
  * UI-2862: Add new API to retrieve qubicle reports
  * UI-2862: Add library to generate attractive colors](https://github.com/2600hz/monster-ui/commit/f5766972bb2d5ff73d93d129e88c9d82dab989ff) by Joris Tirado
  * Summary
      - Incorrect picture for phone on registrations section of Debugging app
  * Commits
      - [UI-2891 UI-2892: fix various issues with monster useragent](https://github.com/2600hz/monster-ui/commit/080fc90ea2025a7e5180af949e0b618a8e57c660) by Jean-Roch Maitre
  * Summary
      - Missing Phone Pictures in SmartPBX
  * Commits
      - [UI-2891 UI-2892: fix various issues with monster useragent](https://github.com/2600hz/monster-ui/commit/080fc90ea2025a7e5180af949e0b618a8e57c660) by Jean-Roch Maitre
  * Summary
      - Fix issues with transactions
  * Commits
      - [UI-2888: Added way to remove Load All button from paginated table, since it wasn&#039;t working properly with ledgers](https://github.com/2600hz/monster-ui/commit/68fa69a2ac6b62f2a012ca0a8ac88b5f977db1f6) by JR Maitre
  * Summary
      - As a FEE, I want to use a different md5 generator so that it does not rely on jQuery
  * Commits
      - [UI-2875: Upgrade to jQuery-less, vanilla javascript md5 library (#123)
  * UI-2875: Remove jquery md5 plugin
  * UI-2875: Use vanilla javascript md5 library
  * UI-2875: Create monster wrapper for md5 library
  * UI-2875: Update references to md5 generator and use helper](https://github.com/2600hz/monster-ui/commit/ce41828598ad3094eaf38d115638fa125facd608) by Joris Tirado
  * Summary
      - As a user, I want to hide internal kazoo calls from interactions in CDR tool, so that it&#039;s easier to read the logs
  * Commits
      - [UI-2870: add a way to retrieve formattedData from table after Initialization](https://github.com/2600hz/monster-ui/commit/bc2c21fa770f962702b5842a698167555a3a5e2a) by Jean-Roch Maitre
  * Summary
      - As a FEE, I want to use lodash instead of underscorejs so that I have access to more utilities
  * Commits
      - [UI-2866: Only subscribe to topic when callback is defined](https://github.com/2600hz/monster-ui/commit/6f47af05a5f47c57b32bc4c449c8693e707146f7) by Joris Tirado
      - [UI-2866: Upgrade postaljs and switch from underscorejs to lodash (#119)
  * UI-2866: Import lodash and remove underscore references
  * UI-2866: Upgrade postal to v2.0.4 and use lodash instead of underscore](https://github.com/2600hz/monster-ui/commit/fba82c8b74d31cc3a09161659155041fc433f81b) by Joris Tirado
  * Summary
      - As an account admin, I would like to logout agents from Call Center
  * Commits
      - [UI-2850: Add handlebars helper to check privileges (#120)
  * UI-2850: Add handlebars helper to check privileges
  * UI-2850: Check privileges directly in template](https://github.com/2600hz/monster-ui/commit/e793cfdcc3a2306497a84fefda37e741cc2c007e) by Joris Tirado
  * Summary
      - As a FEE, I want to add momentjs so that&#039;s it&#039;s simpler to do date/time manipulation in our helpers
  * Commits
      - [Merge branch &#039;UI-2856&#039;](https://github.com/2600hz/monster-ui/commit/cbbe5ae862987029f3300e79ac0ea404158ff9b3) by JR Maitre
      - [UI-2856: first commit of momentjs in monster](https://github.com/2600hz/monster-ui/commit/4dd442520629f29b9ce8bfe4882c25b50d8bd6ee) by JR Maitre
  * Summary
      - Numbers are not showing up due to number formatter
  * Commits
      - [UI-2852: fixed bug with number format](https://github.com/2600hz/monster-ui/commit/29bdee4de2edf445f71e21d9b9d864564b987a61) by JR Maitre
      - [UI-2852: fixed bug with number format](https://github.com/2600hz/monster-ui/commit/1d02cdc1d1e77d0372f5cfd1654410fd9b32ca8a) by JR Maitre
  * Summary
      - As a FEE, I want to add updated App Icons to the project so they look better to the end-user
  * Commits
      - [UI-2855: update new app icons](https://github.com/2600hz/monster-ui/commit/569fd955eb131681972e5335d95235c3d2df4dc4) by Jean-Roch Maitre
  * Summary
      - As a FEE, I want to upgrade Chart.js to latest so that it&#039;s easier to use
  * Commits
      - [UI-2853: Upgrade Chart.js to v2.6.0 (#118)](https://github.com/2600hz/monster-ui/commit/0597b9c14a1490d81fdd477087267a7d3e766c23) by Joris Tirado
  * Summary
      - As a FEE, I want ESLint errors/warnings to be fixed for the Migration app so that the codebase is consistent
  * Commits
      - [UI-2834: Fix switch statement keyword spacing (#117)](https://github.com/2600hz/monster-ui/commit/5009b3c1ac9f6a98ae47cee1bba792e1ac66d789) by Joris Tirado
  * Summary
      - As a FEE, I want ESLint errors/warnings to be fixed for monster core files so that the codebase is consistent
  * Commits
      - [UI-2847: Fix ESLint erros/warnings (#114)](https://github.com/2600hz/monster-ui/commit/fb8b524fed739e6d898e3c776d0b255f9a47e308) by Joris Tirado
  * Summary
      - As a FEE, I want ESLint errors/warnings to be fixed for the Common Controls so that the codebase is consistent
  * Commits
      - [UI-2830: Fix ESLint erros/warnings (#113)](https://github.com/2600hz/monster-ui/commit/c4dd3edf4aa713c703f8348b2269fecce2d2ee8b) by Joris Tirado
  * Summary
      - As a FEE, I want ESLint errors/warnings to be fixed for the App Loader so that the codebase is consistent
  * Commits
      - [UI-2824: Fix ESLint erros/warnings (#112)](https://github.com/2600hz/monster-ui/commit/c6e3a863db5f1995d860e8d76a4a301ffd458597) by Joris Tirado
  * Summary
      - As a FEE, I want ESLint errors/warnings to be fixed for the App Store so that the codebase is consistent
  * Commits
      - [UI-2823: Fix ESLint erros/warnings (#111)](https://github.com/2600hz/monster-ui/commit/ca493a01d2da8d77bf48fb842848848bbe4862d8) by Joris Tirado
  * Summary
      - As a FEE, I want to create a common control out of the Porting Manager so that it can be reused
  * Commits
      - [UI-2813: Create common control out of Porting Manager app (#110)
  * UI-2813: Create portListing common control from port app
  * UI-2813: Remove app related code + specify CC name for templates
  * UI-2813: Use common control name for i18n and methods
  * UI-2813: Register portListing common control
  * UI-2813: Add smart loader (as an app orcommon control)
  * UI-2813: Handle container of common control on loading
  * UI-2813: Handle resize for both app and common control](https://github.com/2600hz/monster-ui/commit/f35930ab58d4be46cfe8c6b0f7d9e9679fcc793c) by Joris Tirado
  * Summary
      - As an admin I want a new Monster UI application that lets me control the parameters for authentication with Kazoo so that I can keep myself secure
  * Commits
      - [UI-2672: adding endpoint for security auth](https://github.com/2600hz/monster-ui/commit/8977aa5afe07cda0f8e284d1200a8c350fde5a33) by Jean-Roch Maitre
      - [UI-2672: created a common control to pick choices in a full screen modal](https://github.com/2600hz/monster-ui/commit/a2592c0784d47cc651e92a0177eb510c3e4d8c6d) by Jean-Roch Maitre
      - [UI-2672: adding listing of auth modules api](https://github.com/2600hz/monster-ui/commit/495b471ede099979827849fd58a45efc6b1dd9c0) by Jean-Roch Maitre
      - [UI-2672: added api key reset references to sdk](https://github.com/2600hz/monster-ui/commit/b657c29eed139e40947b94f1088f61be96ff9574) by Jean-Roch Maitre
      - [UI-2672: add new security APIs](https://github.com/2600hz/monster-ui/commit/1bada9d46fc2c6806d0620da693ee12b53d12740) by Jean-Roch Maitre
  * Summary
      - As a user, I want a listing of existing blacklists so that I can manage them
  * Commits
      - [UI-2799: Add PATCH method for /accounts endpoint (#109)](https://github.com/2600hz/monster-ui/commit/c6d54b0984bdc67cdc852bdad93ddfe4603ceedd) by Joris Tirado
  * Summary
      - Icons of new apps are not added to monster-ui repo
  * Commits
      - [UI-2806: added call recording in list of hardcoded apps](https://github.com/2600hz/monster-ui/commit/d99f5f1642d90a3e81e869332d87ba7cd4420dfa) by Jean-Roch Maitre
  * Summary
      - As a user, I want to see information about the submission of a port so that I can make sens of it
  * Commits
      - [UI-2792: Add endpoint to list last submitted transitions (#108)](https://github.com/2600hz/monster-ui/commit/de6679c946eeb8899c8192a60d774a510a4254a3) by Joris Tirado
  * Summary
      - As an SDA, I want a way to add messages on status transition so that I can add an explanation
  * Commits
      - [UI-2793: Specify empty reason by default on status change](https://github.com/2600hz/monster-ui/commit/70799e36f83bb11f73c3fac698cf8174b0856021) by Joris Tirado
      - [UI-2793: Add `reason` as string request for PATCH endpoint (#107)](https://github.com/2600hz/monster-ui/commit/6e0362e038213a95bd504b4f8e3f6e1ed6ed87c2) by Joris Tirado
  * Summary
      - As a user I want to be able to set a storage plan as a storage configuration for faxes so that I can use my own storage
  * Commits
      - [UI-2789: create common control to pick storage plan](https://github.com/2600hz/monster-ui/commit/919ec4d5ca0f0e04755644065e43b14f8d5f61c9) by Jean-Roch Maitre
  * Summary
      - As a FEE, I want to use the new `timeline` API so status changes are displayed
  * Commits
      - [UI-2791: Add new timeline endpoint for port requests (#106)](https://github.com/2600hz/monster-ui/commit/db3e12c22b3d053e8c690701f27002aa42b0261a) by Joris Tirado
  * Summary
      - As a FEE, I want to improve the data flow between list and detail views so that the UI is ready to implement the timeline system
  * Commits
      - [UI-2790: Add option to remove background from loading view (#105)](https://github.com/2600hz/monster-ui/commit/949ead59f62bd57f9ed02b488d983dcfb861113a) by Joris Tirado
  * Summary
      - Pagination is broken for ledgers, next_start key as an array is not supported
  * Commits
      - [UI-2773: fix code with ledgers for pagination](https://github.com/2600hz/monster-ui/commit/1d0702bddbf8422dcbc2252ba7474c95e0eea92d) by Jean-Roch Maitre
  * Summary
      - e911 Invalid address causes unhandled UI error
  * Commits
      - [UI-2776: remove specific data structure since we don&#039;t handle it and it creates a js error when address not found](https://github.com/2600hz/monster-ui/commit/8bbcbc66aab172e3e54b9fafd66dca956510f1db) by Jean-Roch Maitre
  * Summary
      - after adding a new app, apploader doesn&#039;t display
  * Commits
      - [UI-2782: added way to fetch info about google user with link id](https://github.com/2600hz/monster-ui/commit/3f526390e962d98ee9e9e763bdfd15e4a706e7bb) by Jean-Roch Maitre
      - [UI-2782: fix an issue when adding/removing apps from app store and trying to display apploader after (fullScrenModal related)](https://github.com/2600hz/monster-ui/commit/f8b245e1aabbe77303b1d6df787e6899841ebeb7) by Jean-Roch Maitre
  * Summary
      - As a designer, I want the front-end engineers to re-design the subnav so that it looks better and is easier to use
  * Commits
      - [UI-2775: redesign subnav to match new mockups](https://github.com/2600hz/monster-ui/commit/1ab0424556f8fcfa0943c7e58f635b68ed845587) by Jean-Roch Maitre
  * Summary
      - As a user, I want to see the same control when I select a storage plan for call recordings or voicemails, so that I understand it easily
  * Commits
      - [UI-2765: finished porting images to svg for integrations logos](https://github.com/2600hz/monster-ui/commit/51db8c813cc2d3771f1d8ece3384d30c96e099fd) by Jean-Roch Maitre
      - [UI-2765: add a way to load global svg we can reuse across monster](https://github.com/2600hz/monster-ui/commit/79c8f004482e715717255da836121b5983f58d2f) by Jean-Roch Maitre
      - [UI-2765: Fixes for backend pagination handler of monster ui table element](https://github.com/2600hz/monster-ui/commit/fcd806b82bf3aa750f4b993703cbb5443cc680c2) by Jean-Roch Maitre
      - [UI-2765: fix a small issue with binds of backend pagination helper, and adds recordings api to sdk](https://github.com/2600hz/monster-ui/commit/1b335cb98fa09a318d9a4a32cd9a1e6bc703748b) by Jean-Roch Maitre
      - [UI-2765: fix issue with menus in generateAppLayout when app already initialized. Also add more logo for integrations](https://github.com/2600hz/monster-ui/commit/e43938904b24281f955f8e0ad86a86e4c00ddeb4) by Jean-Roch Maitre
      - [UI-2765: fix new ui helper for full screen modal](https://github.com/2600hz/monster-ui/commit/6aec01f7a19591f23677c933a460ed19f8b5ca87) by Jean-Roch Maitre
      - [UI-2765: fix wrong file committed](https://github.com/2600hz/monster-ui/commit/27a7fed884dd0c21974c2e42c418e3a72241861d) by Jean-Roch Maitre
      - [UI-2765: adds an option to hide generic close button so apploader functions as before.. might need to add a callback on close instead in the future!](https://github.com/2600hz/monster-ui/commit/b4f2dd31070d347e5c039ad5030066d45ccfec8b) by Jean-Roch Maitre
      - [UI-2765: updating apploader with new common control usage for overlay](https://github.com/2600hz/monster-ui/commit/e4a57e91b1e5409adb2e38bef21c84b7db3e547e) by Jean-Roch Maitre
      - [UI-2765: adding common control for modal full screen (think apploader, new storage plan selector)](https://github.com/2600hz/monster-ui/commit/58f176a3a04bfe4dfd9a8a963e7ac27bd1b504b9) by Jean-Roch Maitre
  * Summary
      - Shouldn&#039;t show port icon on in_service numbers
  * Commits
      - [UI-2748: fix issue with handlebars printing undefined undefined instead of comments](https://github.com/2600hz/monster-ui/commit/94f287cfe6aaa8bb4f4adff2d248f167873b6fa9) by Jean-Roch Maitre
      - [UI-2748: hide port feature if number is in service](https://github.com/2600hz/monster-ui/commit/b68a9aa97d56969c6d0c42eaa11161d57c3797de) by Jean-Roch Maitre
  * Summary
      - As an engineer, i want to be able to add custom scope when I use sso integrations, so that my apps are more powerful
  * Commits
      - [UI-2758: tweaked sso logic to allow for more generic code and additional parameters](https://github.com/2600hz/monster-ui/commit/6db2ef6f6e54ccf622c40f6d2231c4c9d9f6af6d) by Jean-Roch Maitre
      - [UI-2758: allow for additional scopes on sso login](https://github.com/2600hz/monster-ui/commit/c18839a28c192d1867e44f8d271db8962d028ac8) by Jean-Roch Maitre
  * Summary
      - Automatic reconnects doesn&#039;t work well if many requests ended up in 401
  * Commits
      - [UI-2745: added a locking mechanism to only re-try to fetch a new token once on 401](https://github.com/2600hz/monster-ui/commit/690661ef09f8d890a068a66bf38e9c98f66a5970) by Jean-Roch Maitre
  * Summary
      - Right account id isn&#039;t used on number features
  * Commits
      - [UI-2755: now properly sends account id of parent if we&#039;re using number manager to edit number features](https://github.com/2600hz/monster-ui/commit/4104022502c1e9df33e8a84be5f0fe02aaac50df) by Jean-Roch Maitre
  * Summary
      - As a user I want to be able to remove E911 data on a number that is not my main number
  * Commits
      - [UI-2753: fixed an issue with removing e911 on subaccounts](https://github.com/2600hz/monster-ui/commit/d83bba8a83fcdd42761fdb619973dcc0552af999) by Jean-Roch Maitre
  * Summary
      - As an admin I want to be able to change a number&#039;s carrier module even when it is not yet in_service 
  * Commits
      - [UI-2747: allow users to update rename carrier feature on numbers of any state](https://github.com/2600hz/monster-ui/commit/5145631dd3ed460b2a34c0d6459ffbb9f90e909d) by Jean-Roch Maitre
  * Summary
      - As a FEE, I want to use the portWizard common control to use our `insertTemplate` helper so that transitions between views are consistent
  * Commits
      - [UI-2744: Use insertTemplate helper for consistent transitions between views (#101)
  * UI-2744: Use insertTemplate helper on port info view
  * UI-2744: Use insertTemplate helper on account verification view
  * UI-2744: Use insertTemplate helper on upload form view
  * UI-2744: Use insertTemplate helper on sign form view
  * UI-2744: Use insertTemplate helper on port notify view
  * UI-2744: Use insertTemplate helper onport submit view](https://github.com/2600hz/monster-ui/commit/621c6e278bc94f5f93b6c1b5bcbf91da24ef230f) by Joris Tirado
  * Summary
      - Automatic reconnect to Kazoo API doesn&#039;t work with multi-factor
  * Commits
      - [UI-2741: fixed issue with automatic reconnect and MFA](https://github.com/2600hz/monster-ui/commit/143ef28247f2c4ee6d4f1150cb87b48d6bf9abc7) by Jean-Roch Maitre
  * Summary
      - As a user, I want the UI to display all the ledgers document in my system, so that I don&#039;t have to go into couch to check my own ledger&#039;s transactions
  * Commits
      - [UI-2736: rewrote the balance page to use generic ledger mechanic. still using specific function for our known ledgers to format data in a better way](https://github.com/2600hz/monster-ui/commit/526cefce6f9879c4878b2abcfca446bf2610fc99) by Jean-Roch Maitre
  * Summary
      - when deleting bulk numbers, there are errors but they are not reported back to the end-user
  * Commits
      - [UI-2734: fixed issue where error weren&#039;t sent to monster ui results helper](https://github.com/2600hz/monster-ui/commit/875449e3d3c2555a853275b7e7aa0b5da010840c) by Jean-Roch Maitre
  * Summary
      - As a user, I want a to see the details of a porting request so that I can manage it
  * Commits
      - [UI-2720: Changes to core for Port Manager detail view (#99)
  * UI-2720: Add calendar date format for friendly dates
  * UI-2720: Handle no data on `render`, remove classes if loaded as an app
  * UI-2720: Improve style for `docked` apps
  * UI-2720: Make core-content take all the available height
  * UI-2720: Allow port creation in different account that current](https://github.com/2600hz/monster-ui/commit/a2d18c2879cd8917bb47ea41ef60ab2cec402810) by Joris Tirado
  * Summary
      - As a developer, I should use the ledgers sum value instead of computing the results, so that it&#039;s more accurate and faster to load the balances in control center
  * Commits
      - [UI-2638: use new ledgers filter to display transactions](https://github.com/2600hz/monster-ui/commit/0fd615bb0c2b75ef322a7b2de3b7698346876c86) by Jean-Roch Maitre
  * Summary
      - As a reseller or an admin I want to be able to select the state of the numbers I am adding
  * Commits
      - [UI-2715: adding way to customize numbers state in number manager](https://github.com/2600hz/monster-ui/commit/989145b957e645fcd79b66169e9566bbe5f5317d) by Jean-Roch Maitre
  * Summary
      - Buying Sequential Numbers doesn&#039;t work
  * Commits
      - [UI-2732: fix crash when acquiring sequential numbers](https://github.com/2600hz/monster-ui/commit/3030c01f68c3146c3156ca83649478f3ff79af61) by Jean-Roch Maitre
  * Summary
      - SSO Loop issue
  * Commits
      - [UI-2733: adding httpErrorStatus to requests error payloads](https://github.com/2600hz/monster-ui/commit/86ce6c8e3f7664f17b23359edd2555e4d399e28c) by Jean-Roch Maitre
      - [UI-2733: delete cookie before redirecting in case of error to prevent loop. also add integer http request status to error payloads](https://github.com/2600hz/monster-ui/commit/b98e60da0b2d45da8c5eab7fda74c0729dd786c9) by Jean-Roch Maitre
  * Summary
      - When clicking on the reset password link for an account with multifactor auth no multifactor is preformed
  * Commits
      - [UI-2731: tweaked mfa authentication to be more generic and work the same way on login or password recovery](https://github.com/2600hz/monster-ui/commit/54a63df27096c76960e38064072b6b3490d4f2fa) by Jean-Roch Maitre
  * Summary
      - As a user I want to be able to prefix search numbers with more than 3 digits
  * Commits
      - [UI-2700: adding way to prefix with more than 3 digits if carrier allow](https://github.com/2600hz/monster-ui/commit/f98fd6e1d7cbebf8e65bd0fa892e768f21d3a256) by Jean-Roch Maitre
  * Summary
      - When removing only one country from number format exception, the array isn&#039;t updated properly on the user/account setting
  * Commits
      - [UI-2727: fix issue when updating partially the list of countries in number format exceptions](https://github.com/2600hz/monster-ui/commit/3a2282726cf771b4fe2be1956560c374cebc8f44) by Jean-Roch Maitre
  * Summary
      - As a user, I want a sortable list of my port requests so that I can manage them
  * Commits
      - [UI-2717: Add option to hide realm in `accountBrowser` (#98)](https://github.com/2600hz/monster-ui/commit/a5ee6a3d89946d9bceefd1b052c217c2a58b33d4) by Joris Tirado
  * Summary
      - As an engineer, I want to add the new numberWrapper control in new places, so the UI is more consistent
  * Commits
      - [UI-2726: adding formatted numbers in monsterlisting number](https://github.com/2600hz/monster-ui/commit/322b9909fce4b8c7d88f355eadda0530bd43b9c9) by Jean-Roch Maitre
  * Summary
      - As a user I want to improve the number selection of advanced callflows to use extension picker, and chosen, so that it&#039;s easier to select a phone number
  * Commits
      - [UI-2723: various fixes for common controls](https://github.com/2600hz/monster-ui/commit/1e0a7da91db423d153d68f492640dfdda4ab79fe) by Jean-Roch Maitre
  * Summary
      - As a FEE, I want to use the new recipients endpoint so that the UI works
  * Commits
      - [UI-2725: Update endpoint to retrieve queue recipients (#97)](https://github.com/2600hz/monster-ui/commit/1a197f4edb8a8077ac77cb2d8ff792f53fbb7b4f) by Joris Tirado
  * Summary
      - pageSize messes up the Show X entries of footable if we provide a custom size
  * Commits
      - [UI-2716: providing a custom page size now works properly with paging component](https://github.com/2600hz/monster-ui/commit/039fe03e49e31f103f10aca2f23216de79a9719b) by Jean-Roch Maitre
  * Summary
      - As a user, I want to specify the losing carrier when creating a porting request so that it can be submitted properly
  * Commits
      - [UI-2719: Add `carrier` field on porting request wizard (#96)](https://github.com/2600hz/monster-ui/commit/fb1b3298d58e420132f9b23a24a9448a473fa670) by Joris Tirado
  * Summary
      - As a user of CSV jobs I have some suggestions
  * Commits
      - [UI-2701: quick changes for improvements to CSV tasks](https://github.com/2600hz/monster-ui/commit/61c269b4a068ed3e97f3c640cc58a15d9052a4d1) by Jean-Roch Maitre
  * Summary
      - CM: servers page show N number of entities of elements to display does not work
  * Commits
      - [UI-2714: fixed an issue with pagesize helper that bugged when jquery selector provided included more than 1 table](https://github.com/2600hz/monster-ui/commit/810bf9f21f5c6d771d80cd6e1c54a917168dc706) by Jean-Roch Maitre
  * Summary
      - As a developer I want to be able to delete my customize templates or see and reset to system_config
  * Commits
      - [UI-2677: adding global template apis](https://github.com/2600hz/monster-ui/commit/8764ab01e5501708c7cd6c87fb7a8a315bb38a58) by Jean-Roch Maitre
  * Summary
      - As a FEE, I&#039;d like to be able to double click on linked columns element to move them to the other column, so that it&#039;s easier to use the control
  * Commits
      - [UI-2706: added a way to switch elements from one column to another by dblclick instead of drag / drop](https://github.com/2600hz/monster-ui/commit/a6418da44799c8a0dd4893626db899794f546be8) by Jean-Roch Maitre
  * Summary
      - As a user I want to be able to create a number and select the carrier module to create it with
  * Commits
      - [UI-2708: prevent standard users from adding carrier name when adding numbers](https://github.com/2600hz/monster-ui/commit/75bd7f9bfc05ac2eb7658722f0f46e3cd8c8c844) by Jean-Roch Maitre
  * Summary
      - As an admin I want an advanced callflow action to support the missed call alert feature so that I can use it
  * Commits
      - [UI-2702: add skinny mode to linked columns](https://github.com/2600hz/monster-ui/commit/a4ebdab5b992831047f2e52b943ac59ae89bc217) by Jean-Roch Maitre
  * Summary
      - As a FEE, I want a UI helper to handle animations/loading views on template rendering so that I can improve the UX
  * Commits
      - [UI-2693: Add documentation for monster.ui.insertTemplate() (#93)
  * OOB: Update `parameters` section for wyswyg doc
  * UI-2693: Reference documentation in index
  * UI-2693: Add examples and description to doc](https://github.com/2600hz/monster-ui/commit/42b36f32f2cc0a76a9c300add3a73c1a5d5f189b) by Joris Tirado
      - [UI-2693: Separate spinner and request timing logic (#88)
  * UI-2692: Publish event when API request starts
  * UI-2693: Add helper to insert templates with animations
  * UI-2315: Separate spinner and request timing logic
  * OOB: Enforce ESLint rules](https://github.com/2600hz/monster-ui/commit/61190a545671b7bd48d6326b1e172cd8de4eef66) by Joris Tirado
      - [UI-2693: Add helper to insert templates with animations (#85)
  * UI-2692: Publish event when API request starts
  * UI-2693: Add helper to insert templates with animations](https://github.com/2600hz/monster-ui/commit/f4f3dfe224c9983efff4aa4225daccdc9d2682b1) by Joris Tirado
  * Summary
      - Bind/unbind issue for onRequestStart with insertTemplate() helper
  * Commits
      - [UI-2699: Fix event binding on spinner start (#92)
  * UI-2699: Add logs to understand bug
  * UI-2699: Simplify insertTemplate function
  * UI-2699: Remove logs and clean up spinner flags
  * UI-2699: Add logs to see fadeIn timing issue
  * UI-2699: Only insert loading template if a request is in progress](https://github.com/2600hz/monster-ui/commit/12a2092556cafcc8e88f28211aaebcac8cae30e2) by Joris Tirado
  * Summary
      - As a FEE, I want a universal phone number formatter so that it is easier to manage numbers
  * Commits
      - [UI-2596: update doc to be formatted properly](https://github.com/2600hz/monster-ui/commit/f33f4025eaccbe840ce19ec21eb5f957c7d81993) by Jean-Roch Maitre
      - [Ui 2596- update doc tree (#91)
  * Add documentation for different helpers, also add a default mode to the formatting function, to work as it used to with us phone numbers
  * UI-2596: updated docs tree to update doc website](https://github.com/2600hz/monster-ui/commit/2eb814e0175f3ca8514cfe75c51f2b59d496c34e) by JRMaitre
      - [UI-2596: added way to customize numbers format setting at account level](https://github.com/2600hz/monster-ui/commit/2cdc9f8c330f62d47f879d1bc45e707eee1a6418) by Jean-Roch Maitre
      - [UI-2596: add new code to show option to let user select how they want to display phone numbers](https://github.com/2600hz/monster-ui/commit/446b68ed2b0d2ec29b5c4f07af9177bb01b77625) by Jean-Roch Maitre
      - [UI-2596: implement new format numbers helper in number manager](https://github.com/2600hz/monster-ui/commit/2b7f69e7d68e350e9d5af409aee148769fc1d63b) by Jean-Roch Maitre
      - [UI-2596: first step at new helpers to format phone numbers](https://github.com/2600hz/monster-ui/commit/03959bec7a762ca7a139c5058f3340e369e7bc4d) by Jean-Roch Maitre
  * Summary
      - As a FEE, I want the core-content id to use snake case so that all ids are in the format
  * Commits
      - [UI-2694: Normalize core content id name to snake case (#89)](https://github.com/2600hz/monster-ui/commit/3b07fc804cc8a1982057f2c4dd37c8f067e2f031) by Joris Tirado
  * Summary
      - As a FEE, I want a to know when an API request is in progress so that I can trigger conditional actions
  * Commits
      - [UI-2693: Separate spinner and request timing logic (#88)
  * UI-2692: Publish event when API request starts
  * UI-2693: Add helper to insert templates with animations
  * UI-2315: Separate spinner and request timing logic
  * OOB: Enforce ESLint rules](https://github.com/2600hz/monster-ui/commit/61190a545671b7bd48d6326b1e172cd8de4eef66) by Joris Tirado
      - [UI-2693: Add helper to insert templates with animations (#85)
  * UI-2692: Publish event when API request starts
  * UI-2693: Add helper to insert templates with animations](https://github.com/2600hz/monster-ui/commit/f4f3dfe224c9983efff4aa4225daccdc9d2682b1) by Joris Tirado
  * Summary
      - As a developer, I&#039;d like to have some documentation available about the Monster-UI apps layouts, so I know how to use them and the different settings available
  * Commits
      - [UI-2693: Separate spinner and request timing logic (#88)
  * UI-2692: Publish event when API request starts
  * UI-2693: Add helper to insert templates with animations
  * UI-2315: Separate spinner and request timing logic
  * OOB: Enforce ESLint rules](https://github.com/2600hz/monster-ui/commit/61190a545671b7bd48d6326b1e172cd8de4eef66) by Joris Tirado
      - [UI-2315: Reference doc in mkdocs about app layout generator (#87)](https://github.com/2600hz/monster-ui/commit/483dcf931821109194b3eb064bd172bd4242c4da) by Joris Tirado
      - [UI-2315: Add documentation for app layout generator (#84)
  * UI-2315: Reference missing `monster.ui` helper in doc
  * UI-2315: Add doc page for app layout generation
  * UI-2315: Add method parameters and their type
  * UI-2315: Add a `docked` mode for app layout
  * UI-2315: Use `pull` to let navbar menus float
  The previous keyword used to define floating menus was `float`, which is a reserved
  word in JavaScript.
  * UI-2315: Add examples with images
  * UI-2315: Restructue parameters definition
  * UI-2315: Clean up unnecessary markup/css in app header
  * UI-2315: Add preview image and description
  * UI-2315: Improve description wording](https://github.com/2600hz/monster-ui/commit/2cc7a8318007be9d2a3a6959ded6a86435fbb8f7) by Joris Tirado
  * Summary
      - As a FEE, I want spaced tables so that I can match mockups
  * Commits
      - [UI-2686: Remove spacing from filtering form in monster tables](https://github.com/2600hz/monster-ui/commit/e83535523461b3556d2b35d72a76f0732bebe4a7) by Joris Tirado
      - [UI-2686: Add spaced style to monster tables rows (#83)
  * UI-2686: Clean up monster-table style and use variables
  * UI-2686: Add monster table style for spaced and skinny rows
  * UI-2686: Override nested form style in monster-table
  * UI-2686: Use new monster table markup for balances submodule](https://github.com/2600hz/monster-ui/commit/7b201891d0b8609d502cb1d93d7f43732bc2c0f0) by Joris Tirado
  * [Update portListing.js (#126)  dateObj.getMonth() is an integer number, between 0 and 11. You should add 1 in order to get correct date string.](https://github.com/2600hz/monster-ui/commit/f5c34269576862d7900ac6ea8e465e64f936d529) by Arek
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/cf33c7fb975ae07ce0dcc2d5bd0c7b95b72c37d2) by Jean-Roch Maitre
  * [OOB: Allow multiple values to be selected on select init](https://github.com/2600hz/monster-ui/commit/2703f61828e882867e99ffed3383961c50015c8c) by Joris Tirado
  * [OOB: Adding caller-id, callee-id fiels to per minute view](https://github.com/2600hz/monster-ui/commit/f84471ae664eb8d49662bc9bd6e1314963a72405) by Jean-Roch Maitre
  * [OOB: prevent white-space breaks in th of monster-tables](https://github.com/2600hz/monster-ui/commit/800abd0149f3b79c9bcd270a17d4b9389efa2250) by Jean-Roch Maitre
  * [OOB: Adding more global variables to eslinter, Handlebars, monster](https://github.com/2600hz/monster-ui/commit/faec590d27071495dfb7eb98a6c4ba971ff26f9d) by Jean-Roch Maitre
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/37a5a19384ee980c739396a3c4576bb60c6f06b3) by Jean-Roch Maitre
  * [OOB: Update kazoo sdk api with serviceplanner](https://github.com/2600hz/monster-ui/commit/948c6dd98725f0bb68639141e3e46e0477aad295) by Jean-Roch Maitre
  * [OOB: Add tryI18n helper to monster util](https://github.com/2600hz/monster-ui/commit/f35e1a940f55eab730f23ddc9e4acec5d8681c51) by Jean-Roch Maitre
  * [More succinct gulp command description (#124)](https://github.com/2600hz/monster-ui/commit/67eeb0f50de9225ca21b49c10a8e5fe14317c1c7) by Joris Tirado
  * [OOB: Adding customizations to monster-table for skinny class, and no header class](https://github.com/2600hz/monster-ui/commit/f8b66d27b6b9b56511b60095fd8448367f8f91b9) by Jean-Roch Maitre
  * [OOB: adding missing APIs to kazoo sdk](https://github.com/2600hz/monster-ui/commit/e94aa8b843a1dcbc2cd94f319cc9e092ab0bc6d5) by JR Maitre
  * [Add mising documentaion for `build-app` gulp command (#122)  Add missing documentaion for `build-app` gulp command](https://github.com/2600hz/monster-ui/commit/bdb275302791da1e2eb95ef76ac3390705cf8669) by Joris Tirado
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/1a54648812c62cec63623c79e1eb888c9d2e2ff0) by Jean-Roch Maitre
  * [OOB: fix line breaking in th of table](https://github.com/2600hz/monster-ui/commit/ff9201456f09fa9ef087a39babb2daf41f11598b) by Jean-Roch Maitre
  * [OOB: Documentation improvments (#121)  * OOB: Improve parameters doc for `monster.ui` helpers    * OOB: Improve parameters doc for `monster.util` helpers    * OOB: Improve parameters doc for `monster` helpers    * OOB: Fix wording of Readme](https://github.com/2600hz/monster-ui/commit/1388b881525b8d33d3c4ce762f2d6e77f566a841) by Joris Tirado
  * [OOB: Fix issue with handlebars helper and new moment format](https://github.com/2600hz/monster-ui/commit/d03bc2ec6111cfc83bb13ce63bcb4eb6375012ed) by Jean-Roch Maitre
  * [OOB: Updating security APIs](https://github.com/2600hz/monster-ui/commit/03b01bde1134c6724cde88fcb42b785f6e2abcbf) by JR Maitre
  * [OOB: Remove mobile hack and config settings](https://github.com/2600hz/monster-ui/commit/eda80eb545b7ed01dfbd2927fc26c8cdc78974ab) by Joris Tirado
  * [OOB: Enforce snake case for app container id attribute](https://github.com/2600hz/monster-ui/commit/8d9941201c6345379cc305431253a4ffb70be7e9) by Joris Tirado
  * [OOB: tweaking helpers to make better use of momentjs and timezones](https://github.com/2600hz/monster-ui/commit/62c9f6c55190427a1ee0b6a28324cc6f43c3dc97) by JR Maitre
  * [OOB: Use basic Charts.js version  Moment.js is now part of the project and do not need to be bundled with the Chart.js library](https://github.com/2600hz/monster-ui/commit/85523dd4e7b1ccbe691a103723e146a618aaae1a) by Joris Tirado
  * [UI-2817: adding interaction api per user](https://github.com/2600hz/monster-ui/commit/7607b6bf43b9199ae9b9689704cf35e5c4bc8fed) by Jean-Roch Maitre
  * [OOB: address gulp issues with pdfjs](https://github.com/2600hz/monster-ui/commit/1f48c18a453dac52dda38d753dd1277c590369dd) by Jean-Roch Maitre
  * [OOB: Linted routing file](https://github.com/2600hz/monster-ui/commit/94d270fcadc343485eed440fbf9276dbaf7450bd) by Jean-Roch Maitre
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/599d43997d3caaf58504db9b6c50f0bf04dd4a6a) by Jean-Roch Maitre
  * [UI-2805: fix folder path wrong variable](https://github.com/2600hz/monster-ui/commit/e8300f6c39277abe00903d2ad46f3ecaa63f91cb) by Jean-Roch Maitre
  * [Merge remote-tracking branch &#039;origin/master&#039;](https://github.com/2600hz/monster-ui/commit/dae02e0e9d31ab3c53e605a1458f632eca2fbaaa) by Jean-Roch Maitre
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/56c197672c03d4f8d6576dd62e395d5eef6bdf94) by Jean-Roch Maitre
  * [OOB: fix issues with new apploader](https://github.com/2600hz/monster-ui/commit/2c97db12afd5379289818300ad2cdada83de5592) by Jean-Roch Maitre
  * [OOB: Remove useless CSS rule following 9c6a3f8](https://github.com/2600hz/monster-ui/commit/83daca9642dc76d6853a9479eb7dd1deb5cd130e) by Joris Tirado
  * [OOB: Update dialpad common control to support hiding keys](https://github.com/2600hz/monster-ui/commit/b43bfefb4de6c36bb2bca2fa3aea11a9b7648461) by Jean-Roch Maitre
  * [OOB: Fix css logic to properly display header borders](https://github.com/2600hz/monster-ui/commit/9c6a3f870b4954d37af4aa45ced447859cc9cc48) by Jean-Roch Maitre
  * [WIP common control storage selector, apploader](https://github.com/2600hz/monster-ui/commit/0937fed38bd34135791122ba2cc76d685725c84e) by Jean-Roch Maitre
  * [PROV-324: adding new yealink model images (#104)](https://github.com/2600hz/monster-ui/commit/65518125a34ff66941c50881b4dfaa634a698d5b) by plau
  * [UI-2577: cleaned up sso providers login, allow for other apps to use it too via events](https://github.com/2600hz/monster-ui/commit/c36bc38ab07597169cbf0f0cd6d576821751c884) by Jean-Roch Maitre
  * [OOB: adding gulp task to serve a prod build to make testing faster](https://github.com/2600hz/monster-ui/commit/9b8f6d31e62fe88f759f031ff67b38073982dbeb) by Jean-Roch Maitre
  * [OOB: remove hardcoded sso providers](https://github.com/2600hz/monster-ui/commit/837a653d4e95c4eb57990498a85e600752abfaad) by Jean-Roch Maitre
  * [OOB: Fix for formatting SSO Providers in bundled install](https://github.com/2600hz/monster-ui/commit/38147d50031858a2eabd7eecfc14429936f459c7) by Jean-Roch Maitre
  * [UI-2577: remove hardcoded providers](https://github.com/2600hz/monster-ui/commit/25aef960a0df321b40a43a6795d78ad484afcaa7) by Jean-Roch Maitre
  * [UI-2577: WIP on sso login in popup](https://github.com/2600hz/monster-ui/commit/5554c73aca0f80eb2723e09d51465da4397bdcb7) by Jean-Roch Maitre
  * [UI-2577: adding way to login without redirect in same page, using popup instead](https://github.com/2600hz/monster-ui/commit/17fb32c39a6f4dbb9948be1361823a2c671d2a7a) by Jean-Roch Maitre
  * [UI-2577: Linting auth file](https://github.com/2600hz/monster-ui/commit/d561b1a1db1768fc8a8f1df97f95c052f371cd1c) by Jean-Roch Maitre
  * [UI-2577: WIP for in-page auth with sso provider](https://github.com/2600hz/monster-ui/commit/1cf8618e6f1af158064e47c190f4566c4b8cd867) by Jean-Roch Maitre
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/7b4207fd40c18d02c2f1c30da4f63a6fca193a55) by Jean-Roch Maitre
  * [OOB: Fixed common control for account ancestors to include all information needed by Monster](https://github.com/2600hz/monster-ui/commit/0b8f46c6dd8cbfad0c951add4e1899a74d93020d) by Jean-Roch Maitre
  * [PROV-299: adds images for new vvx models (#102)](https://github.com/2600hz/monster-ui/commit/e26cdf2d50022412e55467b6a5c5e3ac217d0d8c) by plau
  * [OOB: Fix form attachment upload specifically](https://github.com/2600hz/monster-ui/commit/57761e391039d74de37163509515250b1877916a) by Joris Tirado
  * [OOB: Fix attchment upload on port request update](https://github.com/2600hz/monster-ui/commit/f3c5f510518ae26085084e7f72db848079ff615a) by Joris Tirado
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/b2a690a067570d0c9f66253a58e65a28a4e29428) by Jean-Roch Maitre
  * [UI-2576: adding storage APIs to core](https://github.com/2600hz/monster-ui/commit/973e31008b07c7a6f2f0091c70fd019e8da6d424) by Jean-Roch Maitre
  * [OOB: Init numbers collection as an object if non existing (#100)](https://github.com/2600hz/monster-ui/commit/98c6b873e82eea6326aadd5531e9ee5a2539139e) by Joris Tirado
  * [OOB: Linting kazoosdk](https://github.com/2600hz/monster-ui/commit/061a7e82f121b72b15ef72d63bdff56a5c763cc7) by Jean-Roch Maitre
  * [OOB: clean up auth cookie if no account id was found from sso](https://github.com/2600hz/monster-ui/commit/ea31bb25b59e6706c78b1c2de93f50e1680a00f7) by Jean-Roch Maitre
  * [OOB: change range to monthly](https://github.com/2600hz/monster-ui/commit/71a168cc838b70231243967321cf0b0442b0bd92) by Jean-Roch Maitre
  * [OOB: updating http error to be a 403 instead of 404 for the sso redirect](https://github.com/2600hz/monster-ui/commit/d2fdfea833e2970573a20af0e44f3f81911d5348) by Jean-Roch Maitre
  * [OOB: fix issue where identify doesn&#039;t return state of a number](https://github.com/2600hz/monster-ui/commit/f2faf60e23aa202a382ac1cf07a410a367359936) by Jean-Roch Maitre
  * [OOB: pull carrier list from api instead of hardcoded js](https://github.com/2600hz/monster-ui/commit/e9141ab70b68df38e9c6e86024994eedddb56dcb) by Jean-Roch Maitre
  * [Merge remote-tracking branch &#039;origin/master&#039;](https://github.com/2600hz/monster-ui/commit/fac5e7fc30596b361e033b764a8ad79398b4e754) by Jean-Roch Maitre
  * [Merge remote-tracking branch &#039;origin/master&#039;](https://github.com/2600hz/monster-ui/commit/f15a682f53204364f669aebeb167246fae9d5716) by Jean-Roch Maitre
  * [OOB: Execute insertTemplate() callback without delay  The only restriction on this callback is to call it once the template is inserted in the DOM. Before, it would wait to be called until the fadeIn animation ended, adding an unnecessary delay of 250ms in its execution. Now, it is called right after the insertion of the template, with no delay.](https://github.com/2600hz/monster-ui/commit/af3d4e4b087b94f7b3da6bc9a316b94ac28a130e) by Joris Tirado
  * [Merge remote-tracking branch &#039;origin/master&#039;](https://github.com/2600hz/monster-ui/commit/98d8fe3f874fae0580747dabef444b83e6e8900b) by Jean-Roch Maitre
  * [Merge remote-tracking branch &#039;origin/master&#039;](https://github.com/2600hz/monster-ui/commit/f342b78aa55d72e149ea5889e27cd2d452685158) by Jean-Roch Maitre
  * [OOB: Update dev dependencies following warnings on build](https://github.com/2600hz/monster-ui/commit/2aa64a3278cdd87acfaa277a24bfe5ecb5a92114) by Joris Tirado
  * [OOB: Add missing peer dependency jshint for gulp-jshint](https://github.com/2600hz/monster-ui/commit/e4eed7e7cfa98c12d8d4635f201ec1c9e00db886) by Joris Tirado
  * [OOB: Define gulp as a dev dependency](https://github.com/2600hz/monster-ui/commit/9316490a3306b9e7a2a228612340cbc41df10962) by Joris Tirado
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/2f4dd4c23a8692c974047786ea56c33a704f8a98) by Jean-Roch Maitre
  * [OOB: Allow custom CSS class for loading template (#95)](https://github.com/2600hz/monster-ui/commit/8dcec938d0e918551f4f4af4c3381c4256355e39) by Joris Tirado
  * [Do not try to parse empty string as JSON in response error. (#94)  Thanks for the PR! :)](https://github.com/2600hz/monster-ui/commit/c0a446d359cd9204d864a3ab9fa6eca84f9c91fa) by Ben Partridge
  * [UI-2705: fix search number on disabled account to work properly](https://github.com/2600hz/monster-ui/commit/8e38db4eb43e0caecf7731b2b051a093cb2e57c5) by Jean-Roch Maitre
  * [Merge remote-tracking branch &#039;origin/master&#039;](https://github.com/2600hz/monster-ui/commit/af3a7475e375cbc97ecf8a447103e53a71a82b7b) by Jean-Roch Maitre
  * [Add documentation for different helpers, also add a default mode to the formatting function, to work as it used to with us phone numbers (#90)](https://github.com/2600hz/monster-ui/commit/50e8cde8d99745b83b8a0db3142fdfa4b6921931) by JRMaitre
  * [Merge branch &#039;master&#039; into oauth2](https://github.com/2600hz/monster-ui/commit/cbdc07f6e50217b8547434da81057d38481d4809) by Jean-Roch Maitre
  * [OOB: removing useless console.log](https://github.com/2600hz/monster-ui/commit/8d8a9799c9189cd768ca3e8d8502722381c611bc) by Jean-Roch Maitre
  * [updated code to fix spacing, some eslint validation issues, and cleaning up some code](https://github.com/2600hz/monster-ui/commit/9f3a603d605ee6c667b8f95ac97960da9fbc757d) by Jean-Roch Maitre
  * [add linkedin](https://github.com/2600hz/monster-ui/commit/6e7d54cee02b40c69361f4df88b4bde49c1a27a1) by lazedo
  * [use location.search for parameters  http://xxx.yyy.www/?ww=1&amp;qq=3#! would append ! to qq](https://github.com/2600hz/monster-ui/commit/f15f494a952c3ace77606a3fba14b5b3a01d9993) by lazedo
  * [OOB: Use new markup/style for loading spinner](https://github.com/2600hz/monster-ui/commit/6e85a1c14c247f5713bb8e5fd75a308ddfed8a1e) by Joris Tirado
  * [remove log lines](https://github.com/2600hz/monster-ui/commit/d33d7d13c2a607e8da0254190380998ba971cba4) by lazedo
  * [add displayName and photoUrl to sso](https://github.com/2600hz/monster-ui/commit/3f9ad9ec3600467df76fee7cd12b2614e8cb99a8) by lazedo
  * [Merge remote-tracking branch &#039;origin/master&#039;](https://github.com/2600hz/monster-ui/commit/f153ecdfba022d6f5067d3802e654dd9c9c6752d) by Jean-Roch Maitre
  * [OOB: remove useless libraries](https://github.com/2600hz/monster-ui/commit/ffdc08f0c2b24c074226a5c3d5a405da45a84347) by Jean-Roch Maitre
  * [Merge remote-tracking branch &#039;origin/master&#039;](https://github.com/2600hz/monster-ui/commit/7bd7ae26ac63b35d19b32e16c8cd3ca16785692b) by Jean-Roch Maitre
  * [OOB: Adding a way to return dynamic value to monster.ui.clipboard](https://github.com/2600hz/monster-ui/commit/9a47764721dfdb460b73f71e3e597500cd331fdc) by Jean-Roch Maitre
 -- 2600Hz Offical <packages@2600hz.com>  Tue, 26 Sep 2017 20:20:38 +0000
