@dsivd/prestations-ng 19.0.0-beta.8 → 19.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.browserslistrc CHANGED
@@ -1,11 +1,24 @@
1
- # Se mettre à la racine du projet
2
- # Mettre à jour avec "npx browserslist --update-db"
3
- # Valider le contenu de ce fichier avec `npx browserslist --coverage=CH "> 2% in CH, last 2 versions, not dead, Firefox ESR, not IE_Mob <= 11, not IE <= 11"`
4
- # Le pourcentage accepté doit être supérieur à 80%
5
- # Regénérer le fichier "supported-browsers.ts" avec "npm run buildScript:generateBrowsersList"
1
+ # Se mettre a la racine du projet
2
+ # Mettre a jour avec "npx browserslist --update-db"
3
+ # Ce bloc par defaut est consomme par Angular CLI.
4
+ # Regenerer le fichier "supported-browser.ts" avec "npm run buildScript:generateBrowsersList"
6
5
  #######################################################################################################################################################################################
7
- # Liste des navigateurs supportés
6
+ # Liste des navigateurs supportes par Angular CLI (evite les warnings "Unsupported browsers")
8
7
  #######################################################################################################################################################################################
8
+ last 2 Chrome major versions
9
+ last 2 Edge major versions
10
+ last 2 Firefox major versions
11
+ Firefox ESR
12
+ last 2 and_chr major versions
13
+ not dead
14
+ # Maintenance: passer a 19.x (puis 20.x, ...) quand la matrice de support Angular l'autorise.
15
+ ios_saf 18.0-18.99
16
+ safari 18.0-18.99
17
+
18
+ [supportedBrowsersRegex]
19
+ # Valider ce bloc avec:
20
+ # npx browserslist --config=src/.browserslistrc --env=supportedBrowsersRegex --coverage=CH
21
+ # Le pourcentage accepte doit etre environ 80%
9
22
  > 2% in CH
10
23
  last 2 versions
11
24
  not dead
package/CHANGELOG.md CHANGED
@@ -25,6 +25,9 @@
25
25
  - [foehn-header.component.html](projects/prestations-ng/src/foehn-header/foehn-header.component.html)
26
26
  - Added a few more ids
27
27
 
28
+ - [formatAvs.pipe.ts](projects/prestations-ng/src/pipes/formatAvs.pipe.ts)
29
+ - Add a pipe to format an AVS number
30
+
28
31
  ### Updated
29
32
 
30
33
  - [foehn-footer.component.ts](projects/prestations-ng/src/foehn-footer/foehn-footer.component.ts)