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

[TECH] Montée de version d'Ember pour Pix Certif de la 3.18 à 3.21 (PIX-1302) #1867

Merged
merged 4 commits into from
Sep 23, 2020

Commits on Sep 23, 2020

  1. Upgrade Ember from 3.18 to 3.19

    Issues encountered with ESLint
    no-mixin rule deactivated for Ember Simple Auth
    Ember getters replaced with ES5 getters
    Use new import format for Ember Data properties
    P-Jeremy authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    69e27d0 View commit details
    Browse the repository at this point in the history
  2. Upgrade Ember from 3.19 to 3.20

    - fix problem with deprecated autotracking for @sort computed property (see emberjs/ember.js#19101
    - replace relative environment config file import (ex: '../config/environment') by namespace import (ex: 'pix-certif/config/environment') in order to simplify future upgrade
    - add ember-cli-update.json file in order to improve upgrade experience
    - fix problem with Ember Mirage request object that now use PascalCase HTTP headers instead of greek-case request headers
    - bump dependencies rspecting Ember CLI Update program
    jbuget authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    1701a92 View commit details
    Browse the repository at this point in the history
  3. Fix Font Awesome warnings due to Ember 3.20 bumping

    - bump ember-fontawesome from 0.2.1 to 0.2.2
    - replace component use style from Mustache-format to AngleBracket-format ; ex: {{fa-icon 'plus'}} → <FaIcon 'plus'/>
    - fix deprecation warning for positionned param ; ex: <FaIcon 'plus'/> → <FaIcon @ICON='plus'/>
    jbuget authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    112bc77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ea3dfb View commit details
    Browse the repository at this point in the history