Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Latest commit

 

History

History
77 lines (35 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

77 lines (35 loc) · 1.75 KB

6.0.3 (2020-01-08)

6.0.2 (2019-11-05)

6.0.1 (2019-04-23)

Bug Fixes

  • controller: set loading init to false correctly (#26) (cfe6060)

6.0.0 (2019-04-23)

Bug Fixes

  • remove form action when submit search (039eddb)

Code Refactoring

  • rename component and direct use of constants (cb45577)

BREAKING CHANGES

  • component is now named as ovhMondialRelay Before:

    <div data-mondial-relay
         data-ng-model="$ctrl.selectedRelay">
    </div>

    After:

    <ovh-mondial-relay data-ng-model="$ctrl.selectedRelay"></ovh-mondial-relay>

5.0.0 (2019-02-19)

Code Refactoring

  • update stack with component-rollup-config (#18) (d52ec1d)

BREAKING CHANGES

  • module is now named ngOvhMondialRelay

Changelog

[4.0.0] - 2018-04-05

  • Upgrade ovh-api-services to v3.0.0.

[3.0.0] - 2017-11-06

  • Remove OvhApiServices dependency.
  • Remove common-style classes and jshint.

[2.0.0]

  • Update ovh-api-services name into directive controller.