Skip to content

Commit

Permalink
Updated changelog to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lagarda committed Nov 4, 2019
1 parent 8c88ba7 commit f8a5ffa
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to `nova-filemanager` will be documented in this file

## v2.5 - 2019-11-04

#### Improvements
* Upload validation rules added #72
* Multi select deletion (Thanks to #83 @godkinmo)
* New buttons options to hide buttons on tool or field #84

#### Fixes

* Fix nova 2.5 modals. Now all modals open in a custom portal.
* Events properties are now public #80


## v2.3 - 2019-07-24

#### Improvements
Expand Down
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions resources/js/components/ConfirmModalMultiDelete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<heading :level="2" class="mb-6">
{{ __('Remove selected?') }}
</heading>
<p class="text-80">{{__('Are you sure you want to remove selecetd files or folders?')}}</p>
<p class="text-sm text-80 mt-2">{{ __('Remember: The file or folder and all his contents will be delete from your storage') }}</p>
<p class="text-80">{{__('Are you sure you want to remove selected files or folders?')}}</p>
<p class="text-sm text-80 mt-2">{{ __('Remember: The file and folder and all his contents will be delete from your storage') }}</p>
</div>

<div class="bg-30 px-6 py-3 flex">
Expand Down
1 change: 0 additions & 1 deletion resources/js/components/Manager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ export default {
required: false,
},
buttons: {
type: Object,
default: () => [],
required: true,
},
Expand Down

0 comments on commit f8a5ffa

Please sign in to comment.