Skip to content

Commit 7f56e6f

Browse files
committed
[VERSION] 4.3.1-r5 updated
1 parent c8af8f8 commit 7f56e6f

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ params:
4545

4646
current_version: "4.3.1"
4747
docs_version: "4.3"
48-
sncf_version: "4"
48+
sncf_version: "5"
4949
repo: "https://github.com/SNCFdevelopers/bootstrap-sncf"
5050
url_metier: "https://designmetier-bootstrap.sncf.fr"
5151
url_communication: "https://design-bootstrap.sncf.fr"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sncf/bootstrap-sncf",
33
"description": "SNCF frontend framework",
4-
"version": "4.3.1-r4",
4+
"version": "4.3.1-r5",
55
"sideEffects": false,
66
"main": "dist/bootstrap-sncf.min.js",
77
"style": "dist/bootstrap-sncf.min.css",

site/content/docs/4.3/about/versions.fr.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ toc: true
1818

1919
## v4.3.1
2020

21+
### Révision 5 _15/11/2019_
22+
- Correction du format de data-default-date format pour le picker (devrait être jj/mm/yyyy)
23+
- Correction des liens pour les favicons **MIGRATION NÉCESSAIRE** remplacez `docs` par `brand` dans le chemins des assets des favicons (consultez la documentation pour référence)
24+
2125
### Révision 4 _28/10/2019_
2226
- Correction bug Select Additionnal input
2327
- Correction bug positionnement des checkbox **MIGRATION NÉCESSAIRE** List-group, tables : il faut ajouter la classe `custom-checkbox-alone` au parent de `<input type="checkbox">`

site/content/docs/4.3/about/versions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ toc: true
1818

1919
## v4.3.1
2020

21-
### Révision 4 _28/10/2019_
21+
### Revision 5 _15/11/2019_
22+
- Corrected data-default-date format for picker (should be jj/mm/yyyy)
23+
- Corrected favicons links **MANDATORY MIGRATION** replace `docs` by `brand` in asset's path for favicons (see docs for reference)
24+
25+
### Revision 4 _28/10/2019_
2226
- Corrected bug Select Additionnal input
2327
- Corrected bug checkbox **MANDATORY MIGRATION** List-group, tables : you must add `custom-checkbox-alone` class to `<input type="checkbox">` parent
2428
- Added month/year chooser to datepicker

0 commit comments

Comments
 (0)