File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ phpMyAdmin - ChangeLog
33
445.3.0 (not yet released)
55
6- 5.2.0 (not yet released)
6+ 5.2.1 (not yet released)
7+
8+ 5.2.0 (2022-05-10)
79- issue #16521 Upgrade Bootstrap to version 5
810- issue #16521 Drop support for Internet Explorer and others
911- issue Upgrade to shapefile 3
Original file line number Diff line number Diff line change 6060 },
6161 "scripts" : {
6262 "postinstall" : " yarn run build" ,
63+ <<<<<<< HEAD
6364 "build" : " webpack" ,
65+ =======
66+ "build" : " yarn run css-compile --style=compressed && yarn run css-prefix && yarn run css-rtl && yarn run js-compile" ,
67+ "css-compile" : " sass themes/pmahomme/scss:themes/pmahomme/css themes/original/scss:themes/original/css themes/metro/scss:themes/metro/css themes/bootstrap/scss:themes/bootstrap/css setup/scss:setup" ,
68+ >>>>>>> QA_5_2
6469 "css-lint" : " stylelint -s scss \" themes/**/scss/*.scss\" \" setup/scss/*.scss\" " ,
6570 "js-lint" : " eslint js/src test/javascript test/jest jest.config.js" ,
6671 "test" : " jest"
You can’t perform that action at this time.
0 commit comments