This file tracks releases in the GitHub Package Registry, and will mostly include notable changes to the Vue/React components and CSS of laravel-media-library-pro.
For the changelog for Composer versions, look in CHANGELOG.md.
- Typescript upgraded to 5.3
- Dragula removed in favor of SortableJS
- Vue 2 is no longer supported
- Support React 18
- Pass Axios instance in
beforeUpload
- Allow adding custom headers to file upload
- Make React subscribers reactive
- Add missing translation for "Download" in JS components
- (React/Vue) Add
fileTypeHelpTextprop to override accepted filetypes helper
- fix for draggable rows in Vue 3 (#199)
- update js dependencies
- fix translation warnings in vue collection component
- properly add
withCredentialsprop
- add
withCredentialsprop
- add translation for
name
- remove stray console.log
- fix icons in Vue 2
- Vue2: fix icons
- React: Properly use the initial value of
validationErrors
- enable
withCredentialsfor all Axios calls
- add an
uploadDomainprop to allow uploading files to a separate (sub)domain (JS components)
- fix Vue attachment import bug
- fix Vue 3 emits option (#68)
- fix Vue 2 dragula warning (#56)
- use
grid-template-areason attachment component
- use
grid-template-areason component - move SVG symbols outside component for React and Vue
- add default exports to React UI components for Next.js dynamic imports
- add CommonJS build for React components
- fix adding same image twice (JS components)
- fix empty helper text when no validation rules are passed (JS components)
- allow setting translations globally (JS components)
- fix emits option in Vue 3 renderless component
- fix translations in Vue attachment component
- update translations in Vue/React components
- add support for translations in the frontend components
- fix small issues with CSS from 1.0.8
- CSS fixes for better compatability with Bootstrap (#38)