Skip to content

Commit 09a07fc

Browse files
committed
4.35.3
1 parent b7790a2 commit 09a07fc

File tree

12 files changed

+27
-16
lines changed

12 files changed

+27
-16
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@
123123
],
124124
"minimum-stability": "dev",
125125
"prefer-stable": true,
126-
"version": "4.35.2"
126+
"version": "4.35.3"
127127
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@vueuse/core": "^10.4.1",
4949
"@vueuse/integrations": "^10.4.1",
5050
"autosize": "^4.0.2",
51-
"browser-sync": "^3.0.1",
51+
"browser-sync": "^3.0.3",
5252
"browser-sync-v3-webpack-plugin": "^0.1.0",
5353
"chartist": "^0.11.0",
5454
"chartist-plugin-tooltips-updated": "^0.1.4",

public/app.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.

public/app.css.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.

public/app.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.

public/app.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.

public/mix-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"/app.js": "/app.js?id=0a4ad560fcc255e7028cb5030c9519b1",
2+
"/app.js": "/app.js?id=dadf1eaa10ca78750ebccc9f412a8d84",
33
"/manifest.js": "/manifest.js?id=61f2d62cc41feccba141cbb9c3075397",
4-
"/app.css": "/app.css?id=02ef6075442a7edd474ef9e675829356",
4+
"/app.css": "/app.css?id=9b1252527557e1ad56a5399f3afae262",
55
"/vendor.js": "/vendor.js?id=f0fcc0009a11b23cfd75d04cea46c932",
66
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae",
77
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a",

resources/js/components/Markdown/MarkdownEditorToolbar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
:key="tool.action"
55
@click.prevent="handleAction(tool.action)"
66
v-for="tool in tools"
7+
type="button"
78
class="rounded-none w-10 h-10 fill-gray-500 dark:fill-gray-400 hover:fill-gray-700 dark:hover:fill-gray-600 active:fill-gray-800 inline-flex items-center justify-center px-2 text-sm border-l border-gray-200 dark:border-gray-700 focus:outline-none focus:ring ring-primary-200 dark:ring-gray-600"
89
>
910
<component :is="tool.icon" :dusk="tool.action" class="w-4 h-4" />

resources/js/fields/Form/BelongsToField.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@ export default {
386386
}
387387
},
388388
389+
revertSyncedFieldToPreviousValue(field) {
390+
this.syncedField.belongsToId = field.belongsToId
391+
},
392+
389393
onSyncedField() {
390394
if (this.viaRelatedResource) {
391395
return

0 commit comments

Comments
 (0)