Skip to content

Commit

Permalink
Merge pull request #58 from ctessier/1.x
Browse files Browse the repository at this point in the history
Release 1.2.1
  • Loading branch information
ctessier authored Oct 24, 2020
2 parents 8eb4244 + 3a9d481 commit 68d6c9b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/field.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Cropper.js v1.5.7
* Cropper.js v1.5.9
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2020-05-23T05:23:00.081Z
* Date: 2020-09-10T13:16:26.743Z
*/

/*!
Expand Down
7 changes: 6 additions & 1 deletion resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<template>
<default-field :field="field" :errors="errors">
<default-field
:field="field"
:errors="errors"
:full-width-content="true"
:show-help-text="!isReadonly && showHelpText"
>
<template slot="field">
<image-viewer
@image-deleted="imageDeleted"
Expand Down

0 comments on commit 68d6c9b

Please sign in to comment.