Skip to content

Commit 068879b

Browse files
committed
Updated lin3s-front-foundation dependency from v0.5.0 to v0.6.0
1 parent 091e6e9 commit 068879b

7 files changed

Lines changed: 11 additions & 48 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ To get the diff for a specific change, go to https://github.com/LIN3S/AdminBundl
66
To get the diff between two versions, go to https://github.com/LIN3S/AdminBundle/compare/v0.4.0...v0.5.0
77

88
* 0.6.0
9+
* Updated lin3s-front-foundation dependency from v0.5.0 to v0.6.0.
910
* Made translatable the value of the string list field content.
1011
* Moved the `javascripts` Twig block from top to bottom in the body.
1112
* Extracted panel independent Twig component.

src/LIN3S/AdminBundle/Resources/private/js/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
import {onDomReady} from 'lin3s-event-bus';
14-
import {initParsley} from 'lin3s-front-foundation';
14+
import {Parsley} from 'lin3s-front-foundation';
1515
import FastClick from 'fastclick';
1616

1717
import './components/Filter';
@@ -21,7 +21,7 @@ import './components/Panel';
2121
import './polyfills';
2222

2323
const onReady = () => {
24-
initParsley();
24+
Parsley.setLocale();
2525
new FastClick(document.body);
2626
};
2727

src/LIN3S/AdminBundle/Resources/private/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"fastclick": "^1.0.6",
2424
"lin3s-css-grid": "^0.3.0",
2525
"lin3s-event-bus": "^0.6.0",
26-
"lin3s-front-foundation": "^0.5.0"
26+
"lin3s-front-foundation": "^0.6.0"
2727
},
2828
"devDependencies": {
2929
"autoprefixer": "^6.7.2",

src/LIN3S/AdminBundle/Resources/private/scss/components/_form-error.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
//
88
// @author Beñat Espiña <benatespina@gmail.com>
99

10-
@import '../../node_modules/lin3s-front-foundation/src/scss/atoms/_parsley-form-error.scss';
10+
@import '../../node_modules/lin3s-front-foundation/src/scss/atoms/parsley';

src/LIN3S/AdminBundle/Resources/private/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2871,9 +2871,9 @@ lin3s-event-bus@^0.6.0:
28712871
dependencies:
28722872
lodash.debounce "^4.0.8"
28732873

2874-
lin3s-front-foundation@^0.5.0:
2875-
version "0.5.0"
2876-
resolved "https://registry.yarnpkg.com/lin3s-front-foundation/-/lin3s-front-foundation-0.5.0.tgz#11b3c04b442ecf7f03e3f583f310202e791cebfc"
2874+
lin3s-front-foundation@^0.6.0:
2875+
version "0.6.0"
2876+
resolved "https://registry.yarnpkg.com/lin3s-front-foundation/-/lin3s-front-foundation-0.6.0.tgz#8cd7cc38d4372dcefa1bfae8b721a833f1026b8a"
28772877
dependencies:
28782878
parsleyjs "^2.7.2"
28792879

src/LIN3S/AdminBundle/Resources/public/js/bundle.min.js

Lines changed: 2 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/LIN3S/AdminBundle/Resources/public/js/bundle.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)