-
Notifications
You must be signed in to change notification settings - Fork 30
/
changelog.yml
174 lines (174 loc) · 5.83 KB
/
changelog.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
url: https://github.com/AsgardCms/Media
versions:
"1.26.0":
added:
- Option to set the image quality of thumbnails
"1.25.8":
changed:
- Using correct class to remove a file
"1.25.7":
changed:
- Fixing missing <code>"</code>
"1.25.6":
changed:
- Make styling consistent across media partials
"1.25.5":
changed:
- Fixed edit partials for media module
"1.25.4":
changed:
- Typo fixes
"1.25.3":
changed:
- Allow usage of multiple media partials on create views
"1.25.2":
changed:
- Ck editor inline file input not refering to proper data attribute
"1.25.1":
changed:
- Fixing setting default to empty array of getting the files of the form
"1.25.0":
changed:
- Use <code>$router</code> variable in routes file
"1.24.0":
changed:
- Add thumbnail helper into File model
"1.23.1":
changed:
- Set default argument to handle method on event handlers
"1.23.0":
changed:
- Removing the need of adding the events in <code>events.php</code>
"1.22.1":
changed:
- Fix thumbnail include
- Hide thumbnail dropdown on include partial if it's not via wysiwyg
"1.22.0":
added:
- Way to handle media on create views (multiple images and single image)
- FTP media file adapter
changed:
- Fixed bug in filename slug when file extension is uppercase
"1.21.0":
changed:
- Using the validator::extend instead of resolve.
- Renamed the <code>$thumbnail</code> variable in partial view of linking media
- Include data file attribute to non image files
"1.20.1":
changed:
- Re-releasing
"1.20.0":
added:
- Drag & drop on the multi file relation file
changed:
- A <code>thumbnail</code> option can be sent to the file partials to decide which thumbnail to use on display
- Added file path data attribute on the media grid popup
"1.19.0":
changed:
- Adding the publishing of the media main config file in the media module
"1.18.1":
changed:
- Fixing instantiation of the <code>RefreshThumbnailCommand</code>
"1.18.0":
changed:
- Queue closures in the <code>FileService</code> has ben extracted to a queued job
- The refresh thumbnail command now uses a queued job
"1.17.2":
added:
- Method to get the file path as a string using <code>$file->path_string</code>
"1.17.1":
changed:
- Fixed extension guessing
- Fixed file location for non images files
"1.17.0":
changed:
- Hiding the thumbnail display if file is not an image
- Fixing the filename property on the edit view
- Removed language files, they are now in the translation module
"1.16.0":
added:
- Adding the timesteamps on the morph files relation
- Adding support for local and s3 file storage!
changed:
- If file with already present filename, new unique filename will be generated instead of throwing error
"1.15.1":
changed:
- Including the Asgard js global definition
"1.15.0":
changed:
- Read the dropzone post URL from the Asgard global object
"1.14.2":
changed:
- Fixing the display of the max file size error message
"1.14.1":
changed:
- Fixed the include media pop up link to assets
"1.14.0":
changed:
- Use the new datatables way of marking column not sortable
- Use the single removal modal setup
"1.13.0":
changed:
- Allow multiple upload from media library fields on one page
- Allow media zone names to have multiple words separated with underscore
"1.12.0":
changed:
- The clic event on the <code>x</code> to unlink an image has been bound to a container to allow removal after dom generation
"1.11.0":
changed:
- Getting the correct field for the description input
- Naming the CkEditor route
"1.10.0":
added:
- Added Russian translations
"1.9.0":
added:
- Chinese Simplified language
changed:
- Setting default folder id to 0
- Fixed bug where thumbnails for images with uppercase extension wouldn't get created
"1.8.0":
added:
- Dutch and Portuguese language
"1.7.0":
added:
- Spanish translations
"1.6.0":
added:
- Added Brazilian Portuguese translations
"1.5.0":
changed:
- Added <code>$attributes</code> to validator resolver
"1.4.0":
changed:
- Use the manual route binding
"1.3.1":
changed:
- Fixing alt atribute display error
"1.3.0":
changed:
- Use the helper functions in controller
- Use manual route definition over the route resource shortcut
"1.2.0":
changed:
- Remove the <code>du</code> function usage for non *nix systems
"1.1.0":
changed:
- Adding table engine into migrations
"1.0.4":
changed:
- Change column ordering on index view
"1.0.3":
added:
- Using new sidebar extender class
removed:
- Old SidebarViewComposer
"1.0.2":
changed:
- Adding a changelog file
"1.0.1":
changed:
- Using tagged version of modules
"1.0.0":
changed:
- Initial release