Skip to content

Commit fb11f5e

Browse files
Merge pull request #7596 from getkirby/release/5.1.1
5.1.1
2 parents 8777cfa + 9c2e3f0 commit fb11f5e

File tree

28 files changed

+98
-28
lines changed

28 files changed

+98
-28
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The Kirby core",
44
"license": "proprietary",
55
"type": "kirby-cms",
6-
"version": "5.1.0",
6+
"version": "5.1.1",
77
"keywords": [
88
"kirby",
99
"cms",

composer.lock

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

i18n/translations/ko.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,11 +450,11 @@
450450

451451
"language.variable.delete.confirm": "변수({key})를 삭제할까요?",
452452
"language.variable.entries": "",
453-
"language.variable.entries.help": "Each string will be used for its matching count, e.g. three strings will match in order to counts <code>0</code>, <code>1</code>, <code>2 and more</code>. Use the <code>{count}</code> placeholder to insert the actual count.",
453+
"language.variable.entries.help": "각 문자열은 해당하는 개수에 맞게 사용됩니다. 예를 들어 세 개의 문자열은 <code>0</code>, <code>1</code>, <code>2 및 그 이상</code>의 개수에 순서대로 대응합니다. 실제 개수를 표시하려면 <code>{Count}</code>를 사용하세요.",
454454
"language.variable.key": "",
455-
"language.variable.multiple": "Countable?",
455+
"language.variable.multiple": "셀 수 있나요?",
456456
"language.variable.multiple.text": "다른 번역 문자열을 사용하세요.",
457-
"language.variable.multiple.help": "You can use different values depending on a count you pass along with the language variable, allowing you to create dynamic translations, e.g. singular and plural.",
457+
"language.variable.multiple.help": "언어 변수와 함께 전달하는 개수에 따라 다른 값을 사용할 수 있으므로 단수형이나 복수형 같은 동적 번역을 구현할 수 있습니다.",
458458
"language.variable.notFound": "변수를 찾을 수 없습니다.",
459459
"language.variable.value": "",
460460

panel/dist/css/style.min.css

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

panel/dist/js/index.min.js

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

panel/dist/ui/BlockDrawer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"displayName":"BlockDrawer","description":"The Drawer mixin is intended for all components\nthat extend <k-drawer> It forwards the methods to\nthe <k-drawer> ref. Extending <k-drawer> directly\ncan lead to breaking methods when the methods are not\nwired correctly to the right elements and refs.","tags":{},"props":[{"name":"breadcrumb","description":"An array of breadcrumb items","type":{"name":"array"},"defaultValue":{"value":"[]"}},{"name":"tab","description":"The name of the currently active tab","type":{"name":"string"}},{"name":"tabs","description":"An object with tab definitions.","type":{"name":"object"},"defaultValue":{"value":"{}"}},{"name":"icon","description":"The default icon for the drawer header","type":{"name":"string"}},{"name":"id","description":"A unique ID for the drawer","type":{"name":"string"}},{"name":"options","description":"Option buttons for the drawer header","type":{"name":"array"}},{"name":"title","description":"The default title for the drawer header","type":{"name":"string"}},{"name":"visible","tags":{"internal":[{"description":true,"title":"internal"}]},"type":{"name":"boolean"},"defaultValue":{"value":"false"}},{"name":"disabled","type":{"name":"boolean"}},{"name":"empty","type":{"name":"string"},"defaultValue":{"value":"() => window.panel.t(\"drawer.fields.empty\")"}},{"name":"fields","type":{"name":"object"}},{"name":"value","type":{"name":"object"}},{"name":"hidden","type":{"name":"boolean"}},{"name":"next","type":{"name":"object"}},{"name":"prev","type":{"name":"object"}}],"events":[{"name":"cancel"},{"name":"crumb"},{"name":"input"},{"name":"submit"},{"name":"tab"},{"name":"show"},{"name":"prev"},{"name":"next"},{"name":"remove"}],"slots":[{"name":"default"}],"component":"k-block-drawer","sourceFile":"src/components/Drawers/BlockDrawer.vue"}
1+
{"displayName":"BlockDrawer","description":"The Drawer mixin is intended for all components\nthat extend <k-drawer> It forwards the methods to\nthe <k-drawer> ref. Extending <k-drawer> directly\ncan lead to breaking methods when the methods are not\nwired correctly to the right elements and refs.","tags":{},"props":[{"name":"breadcrumb","description":"An array of breadcrumb items","type":{"name":"array"},"defaultValue":{"value":"[]"}},{"name":"tab","description":"The name of the currently active tab","type":{"name":"string"}},{"name":"tabs","description":"An object with tab definitions.","type":{"name":"object"},"defaultValue":{"value":"{}"}},{"name":"current","tags":{"internal":[{"description":true,"title":"internal"}]},"type":{"name":"boolean"},"defaultValue":{"value":"true"}},{"name":"icon","description":"The default icon for the drawer header","type":{"name":"string"}},{"name":"id","description":"A unique ID for the drawer","type":{"name":"string"}},{"name":"options","description":"Option buttons for the drawer header","type":{"name":"array"}},{"name":"title","description":"The default title for the drawer header","type":{"name":"string"}},{"name":"visible","tags":{"internal":[{"description":true,"title":"internal"}]},"type":{"name":"boolean"},"defaultValue":{"value":"false"}},{"name":"disabled","type":{"name":"boolean"}},{"name":"empty","type":{"name":"string"},"defaultValue":{"value":"() => window.panel.t(\"drawer.fields.empty\")"}},{"name":"fields","type":{"name":"object"}},{"name":"value","type":{"name":"object"}},{"name":"hidden","type":{"name":"boolean"}},{"name":"next","type":{"name":"object"}},{"name":"prev","type":{"name":"object"}}],"events":[{"name":"cancel"},{"name":"crumb"},{"name":"input"},{"name":"submit"},{"name":"tab"},{"name":"show"},{"name":"prev"},{"name":"next"},{"name":"remove"}],"slots":[{"name":"default"}],"component":"k-block-drawer","sourceFile":"src/components/Drawers/BlockDrawer.vue"}

panel/dist/ui/Drawer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"displayName":"Drawer","description":"The Drawer mixin is intended for all components\nthat extend <k-drawer> It forwards the methods to\nthe <k-drawer> ref. Extending <k-drawer> directly\ncan lead to breaking methods when the methods are not\nwired correctly to the right elements and refs.","tags":{},"props":[{"name":"breadcrumb","description":"An array of breadcrumb items","type":{"name":"array"},"defaultValue":{"value":"[]"}},{"name":"tab","description":"The name of the currently active tab","type":{"name":"string"}},{"name":"tabs","description":"An object with tab definitions.","type":{"name":"object"},"defaultValue":{"value":"{}"}},{"name":"icon","description":"The default icon for the drawer header","type":{"name":"string"}},{"name":"id","description":"A unique ID for the drawer","type":{"name":"string"}},{"name":"options","description":"Option buttons for the drawer header","type":{"name":"array"}},{"name":"title","description":"The default title for the drawer header","type":{"name":"string"}},{"name":"visible","tags":{"internal":[{"description":true,"title":"internal"}]},"type":{"name":"boolean"},"defaultValue":{"value":"false"}}],"events":[{"name":"submit"},{"name":"crumb"},{"name":"tab"},{"name":"cancel"}],"slots":[{"name":"options"},{"name":"default"}],"component":"k-drawer","sourceFile":"src/components/Drawers/Drawer.vue"}
1+
{"displayName":"Drawer","description":"The Drawer mixin is intended for all components\nthat extend <k-drawer> It forwards the methods to\nthe <k-drawer> ref. Extending <k-drawer> directly\ncan lead to breaking methods when the methods are not\nwired correctly to the right elements and refs.","tags":{},"props":[{"name":"breadcrumb","description":"An array of breadcrumb items","type":{"name":"array"},"defaultValue":{"value":"[]"}},{"name":"tab","description":"The name of the currently active tab","type":{"name":"string"}},{"name":"tabs","description":"An object with tab definitions.","type":{"name":"object"},"defaultValue":{"value":"{}"}},{"name":"current","tags":{"internal":[{"description":true,"title":"internal"}]},"type":{"name":"boolean"},"defaultValue":{"value":"true"}},{"name":"icon","description":"The default icon for the drawer header","type":{"name":"string"}},{"name":"id","description":"A unique ID for the drawer","type":{"name":"string"}},{"name":"options","description":"Option buttons for the drawer header","type":{"name":"array"}},{"name":"title","description":"The default title for the drawer header","type":{"name":"string"}},{"name":"visible","tags":{"internal":[{"description":true,"title":"internal"}]},"type":{"name":"boolean"},"defaultValue":{"value":"false"}}],"events":[{"name":"submit"},{"name":"crumb"},{"name":"tab"},{"name":"cancel"}],"slots":[{"name":"options"},{"name":"default"}],"component":"k-drawer","sourceFile":"src/components/Drawers/Drawer.vue"}

panel/dist/ui/FormControls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"description":"","displayName":"FormControls","tags":{"since":[{"description":"5.0.0","title":"since"}]},"props":[{"name":"editor","type":{"name":"string"}},{"name":"hasDiff","type":{"name":"boolean"}},{"name":"isLocked","type":{"name":"boolean"}},{"name":"modified","type":{"name":"string|date"}},{"name":"preview","description":"Preview URL for changes","type":{"name":"string|boolean"}},{"name":"size","type":{"name":"string"},"defaultValue":{"value":"\"sm\""}}],"events":[{"name":"discard"},{"name":"submit"}],"component":"k-form-controls","sourceFile":"src/components/Forms/FormControls.vue"}
1+
{"description":"","displayName":"FormControls","tags":{"since":[{"description":"5.0.0","title":"since"}]},"props":[{"name":"editor","type":{"name":"string"}},{"name":"hasDiff","type":{"name":"boolean"}},{"name":"isLocked","type":{"name":"boolean"}},{"name":"isProcessing","type":{"name":"boolean"}},{"name":"modified","type":{"name":"string|date"}},{"name":"preview","description":"Preview URL for changes","type":{"name":"string|boolean"}},{"name":"size","type":{"name":"string"},"defaultValue":{"value":"\"sm\""}}],"events":[{"name":"discard"},{"name":"submit"}],"component":"k-form-controls","sourceFile":"src/components/Forms/FormControls.vue"}

panel/dist/ui/FormDrawer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"displayName":"FormDrawer","description":"The form drawer can be used to display longer, more complex\nforms than a form dialog.","tags":{},"props":[{"name":"breadcrumb","description":"An array of breadcrumb items","type":{"name":"array"},"defaultValue":{"value":"[]"}},{"name":"tab","description":"The name of the currently active tab","type":{"name":"string"}},{"name":"tabs","description":"An object with tab definitions.","type":{"name":"object"},"defaultValue":{"value":"{}"}},{"name":"icon","description":"The default icon for the drawer header","type":{"name":"string"}},{"name":"id","description":"A unique ID for the drawer","type":{"name":"string"}},{"name":"options","description":"Option buttons for the drawer header","type":{"name":"array"}},{"name":"title","description":"The default title for the drawer header","type":{"name":"string"}},{"name":"visible","tags":{"internal":[{"description":true,"title":"internal"}]},"type":{"name":"boolean"},"defaultValue":{"value":"false"}},{"name":"disabled","type":{"name":"boolean"}},{"name":"empty","type":{"name":"string"},"defaultValue":{"value":"() => window.panel.t(\"drawer.fields.empty\")"}},{"name":"fields","type":{"name":"object"}},{"name":"value","type":{"name":"object"}}],"events":[{"name":"cancel"},{"name":"crumb"},{"name":"submit"},{"name":"tab"},{"name":"input"}],"slots":[{"name":"options"},{"name":"default"}],"component":"k-form-drawer","sourceFile":"src/components/Drawers/FormDrawer.vue"}
1+
{"displayName":"FormDrawer","description":"The form drawer can be used to display longer, more complex\nforms than a form dialog.","tags":{},"props":[{"name":"breadcrumb","description":"An array of breadcrumb items","type":{"name":"array"},"defaultValue":{"value":"[]"}},{"name":"tab","description":"The name of the currently active tab","type":{"name":"string"}},{"name":"tabs","description":"An object with tab definitions.","type":{"name":"object"},"defaultValue":{"value":"{}"}},{"name":"current","tags":{"internal":[{"description":true,"title":"internal"}]},"type":{"name":"boolean"},"defaultValue":{"value":"true"}},{"name":"icon","description":"The default icon for the drawer header","type":{"name":"string"}},{"name":"id","description":"A unique ID for the drawer","type":{"name":"string"}},{"name":"options","description":"Option buttons for the drawer header","type":{"name":"array"}},{"name":"title","description":"The default title for the drawer header","type":{"name":"string"}},{"name":"visible","tags":{"internal":[{"description":true,"title":"internal"}]},"type":{"name":"boolean"},"defaultValue":{"value":"false"}},{"name":"disabled","type":{"name":"boolean"}},{"name":"empty","type":{"name":"string"},"defaultValue":{"value":"() => window.panel.t(\"drawer.fields.empty\")"}},{"name":"fields","type":{"name":"object"}},{"name":"value","type":{"name":"object"}}],"events":[{"name":"cancel"},{"name":"crumb"},{"name":"submit"},{"name":"tab"},{"name":"input"}],"slots":[{"name":"options"},{"name":"default"}],"component":"k-form-drawer","sourceFile":"src/components/Drawers/FormDrawer.vue"}

panel/dist/ui/PreviewBrowser.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"displayName":"PreviewBrowser","description":"","tags":{},"props":[{"name":"editor","type":{"name":"string"}},{"name":"hasDiff","type":{"name":"boolean"}},{"name":"isLocked","type":{"name":"boolean"}},{"name":"modified","type":{"name":"string|date"}},{"name":"preview","description":"Preview URL for changes","type":{"name":"string|boolean"}},{"name":"size","type":{"name":"string"},"defaultValue":{"value":"\"sm\""}},{"name":"label","type":{"name":"string"}},{"name":"src","type":{"name":"string"}},{"name":"versionId","type":{"name":"string"}}],"events":[{"name":"discard"},{"name":"submit"}],"component":"k-preview-browser","sourceFile":"src/components/Views/Preview/PreviewBrowser.vue"}
1+
{"displayName":"PreviewBrowser","description":"","tags":{},"props":[{"name":"editor","type":{"name":"string"}},{"name":"hasDiff","type":{"name":"boolean"}},{"name":"isLocked","type":{"name":"boolean"}},{"name":"isProcessing","type":{"name":"boolean"}},{"name":"modified","type":{"name":"string|date"}},{"name":"preview","description":"Preview URL for changes","type":{"name":"string|boolean"}},{"name":"size","type":{"name":"string"},"defaultValue":{"value":"\"sm\""}},{"name":"label","type":{"name":"string"}},{"name":"src","type":{"name":"string"}},{"name":"versionId","type":{"name":"string"}}],"events":[{"name":"discard"},{"name":"submit"}],"component":"k-preview-browser","sourceFile":"src/components/Views/Preview/PreviewBrowser.vue"}

0 commit comments

Comments
 (0)