Skip to content

Latest commit

 

History

History
132 lines (71 loc) · 2.69 KB

File metadata and controls

132 lines (71 loc) · 2.69 KB

Changelog

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.

1.3.0

  • Typescript upgraded to 5.3
  • Dragula removed in favor of SortableJS
  • Vue 2 is no longer supported

1.2.4 - 2021-10-20

  • Support React 18

1.2.3 - 2021-10-20

  • Pass Axios instance in beforeUpload

1.2.2 - 2021-10-14

  • Allow adding custom headers to file upload

1.2.0 - 2021-06-17

  • Make React subscribers reactive

1.1.13 - 2021-04-14

  • Add missing translation for "Download" in JS components

1.1.12 - 2021-03-22

  • (React/Vue) Add fileTypeHelpText prop to override accepted filetypes helper

1.1.11 - 2021-03-18

  • fix for draggable rows in Vue 3 (#199)

1.1.10 - 2021-02-24

  • update js dependencies

1.1.9 - 2020-02-03

  • fix translation warnings in vue collection component

1.1.8 - 2020-01-25

  • properly add withCredentials prop

1.1.7 - 2020-01-25

  • add withCredentials prop

1.1.6 - 2020-01-25

  • add translation for name

1.1.5 - 2020-01-13

  • remove stray console.log

1.1.4 - 2020-01-13

  • fix icons in Vue 2

1.1.3 - 2020-12-29

  • Vue2: fix icons

1.1.2 - 2020-12-23

  • React: Properly use the initial value of validationErrors

1.1.1 - 2020-11-26

  • enable withCredentials for all Axios calls

1.1.0 - 2020-11-25

  • add an uploadDomain prop to allow uploading files to a separate (sub)domain (JS components)

1.0.18 - 2020-11-23

  • fix Vue attachment import bug

1.0.17 - 2020-11-21

  • fix Vue 3 emits option (#68)
  • fix Vue 2 dragula warning (#56)

1.0.16 - 2020-11-18

  • use grid-template-areas on attachment component

1.0.15 - 2020-11-17

  • use grid-template-areas on component
  • move SVG symbols outside component for React and Vue

1.0.14 - 2020-11-16

  • 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)

1.0.13 - 2020-11-16

  • allow setting translations globally (JS components)

1.0.12 - 2020-11-16

  • fix emits option in Vue 3 renderless component

1.0.11 - 2020-11-13

  • fix translations in Vue attachment component

1.0.10 - 2020-11-13

  • update translations in Vue/React components

1.0.9 - 2020-11-13

  • add support for translations in the frontend components
  • fix small issues with CSS from 1.0.8

1.0.8 - 2020-11-13

  • CSS fixes for better compatability with Bootstrap (#38)