Skip to content

Commit

Permalink
Merge pull request #6496 from getkirby/v5/release/5.0.0-alpha-1
Browse files Browse the repository at this point in the history
5.0.0-alpha.1
  • Loading branch information
bastianallgeier authored Jun 18, 2024
2 parents f9df95a + bb49143 commit 90eb62f
Show file tree
Hide file tree
Showing 129 changed files with 1,010 additions and 844 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Kirby core",
"license": "proprietary",
"type": "kirby-cms",
"version": "4.3.0",
"version": "5.0.0-alpha.1",
"keywords": [
"kirby",
"cms",
Expand Down Expand Up @@ -46,7 +46,7 @@
"phpmailer/phpmailer": "6.9.1",
"symfony/polyfill-intl-idn": "1.29.0",
"symfony/polyfill-mbstring": "1.29.0",
"symfony/yaml": "6.4.8"
"symfony/yaml": "7.1.1"
},
"replace": {
"symfony/polyfill-php72": "*"
Expand Down
88 changes: 10 additions & 78 deletions composer.lock

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

2 changes: 1 addition & 1 deletion panel/dist/css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion panel/dist/js/Docs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion panel/dist/js/DocsView.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 panel/dist/js/Highlight.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion panel/dist/js/IndexView.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 panel/dist/js/PlaygroundView.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 panel/dist/js/index.min.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions panel/dist/js/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ window.panel.plugins = {
textareaButtons: {},
thirdParty: {},
use: [],
viewButtons: {},
views: {},
writerMarks: {},
writerNodes: {}
Expand Down Expand Up @@ -48,6 +49,11 @@ window.panel.plugin = function (plugin, extensions) {
};
});

// View Buttons
resolve(extensions, "viewButtons", (name, options) => {
window.panel.plugins.components[`k-view-${name}-button`] = options;
});

// `Vue.use`
resolve(extensions, "use", (name, options) => {
window.panel.plugins.use.push(options);
Expand Down
7 changes: 7 additions & 0 deletions panel/dist/js/sortable.esm.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions panel/dist/js/vendor.min.js

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions panel/dist/js/vuedraggable.min.js

This file was deleted.

1 change: 1 addition & 0 deletions panel/dist/ui/AddButton.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"displayName":"AddButton","description":"","tags":{},"events":[{"name":"action"}],"component":"k-add-button","sourceFile":"src/components/View/Buttons/AddButton.vue"}
1 change: 1 addition & 0 deletions panel/dist/ui/AddLanguagesButton.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"displayName":"AddLanguagesButton","description":"","tags":{},"component":"k-add-languages-button","sourceFile":"src/components/View/Buttons/AddLanguagesButton.vue"}
1 change: 1 addition & 0 deletions panel/dist/ui/AddUsersButton.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"displayName":"AddUsersButton","description":"","tags":{},"component":"k-add-users-button","sourceFile":"src/components/View/Buttons/AddUsersButton.vue"}
Loading

0 comments on commit 90eb62f

Please sign in to comment.