Skip to content

Update JS and Fomantic UI to 2.8.8 #1647

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

Merged
merged 1 commit into from
Jul 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions js/Release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Release note

### version 1.19.3 (2021-07-09)

- Update package dependencies.

### version 1.19.2 (2021-02-05)

- Fix issue in js-search plugin when not using ajax request.
Expand Down
4,140 changes: 2,147 additions & 1,993 deletions js/package-lock.json

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atkjs-ui",
"version": "1.19.2",
"version": "1.19.3",
"description": "Agile Toolkit Javascript library.",
"main": "lib/atkjs-ui.js",
"scripts": {
Expand All @@ -22,34 +22,34 @@
},
"homepage": "http://www.agiletoolkit.org/",
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.14.1",
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"eslint": "^7.26.0",
"css-loader": "^5.2.6",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-vue": "^7.9.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-vue": "^7.13.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"terser-webpack-plugin": "^5.1.4",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0"
"vue-template-compiler": "^2.6.14",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.6",
"column-resizer": "^1.3.6",
"core-js": "^3.12.1",
"core-js": "^3.15.2",
"debounce": "^1.2.1",
"locutus": "^2.0.14",
"locutus": "^2.0.15",
"lodash.throttle": "^4.1.1",
"mitt": "^2.1.0",
"semantic-ui-vue": "^0.11.0",
"vue": "^2.6.12",
"vue-flatpickr-component": "^8.1.6",
"vue": "^2.6.14",
"vue-flatpickr-component": "^8.1.7",
"vue-query-builder": "^0.8.2"
}
}
2 changes: 1 addition & 1 deletion public/atk-vue-tree-item-selector.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/atkjs-ui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/vendors.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class App
'atk' => 'https://raw.githack.com/atk4/ui/develop/public',
'jquery' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1',
'serialize-object' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery-serialize-object/2.5.0',
'semantic-ui' => 'https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.7',
'semantic-ui' => 'https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.8',
'flatpickr' => 'https://cdnjs.cloudflare.com/ajax/libs/flatpickr/4.6.6',
];

Expand Down