Skip to content

Latest commit

 

History

History
106 lines (62 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

106 lines (62 loc) · 2.75 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[3.4.3] - 17-03-2023

Added

  • Added Italian translations (thanks to @trippo)

Changed

  • Fixed item duplication on drag-and-drop move
  • Fixed update order failing with global scopes (thanks to @kiritokatklian)
  • Fixed light/dark theme handling when set to "System"
  • Updated packages

[3.4.2] - 16-01-2023

Changed

  • Fixed issue with resource overflow not being scrollable when using alongside other outl1ne packages.

[3.4.1] - 13-01-2023

Changed

  • Removed o1- prefix from gray colors. Allows package to use nova's color configuration.

Added

  • Added MutationObserver to observer dark theme.

[3.4.0] - 12-01-2023

Added

  • Updated components to nova: 4.20.2 version.

[3.3.1] - 11-01-2023

Added

  • Added Arabic language support (thanks to @Abather)
  • Added tailwind config. (thanks to @JonErickson)
  • Updated packages

[3.3.0] - 28-10-2022

Changed

  • Rearranged :key on ResourceTable in a theoretical fix for sorting not working
  • Fixed "load more" pagination not working
  • Fixed duplicated "moveToStart" and "moveToEnd" messages
  • Fixed table heading row breaking when there's no checkboxes (thanks to @shaffe-fr)
  • Bumped minimum Nova version to 4.17
  • Updated packages

[3.2.1] - 19-07-2022

Changed

  • Fixed console error 'reading stopPropagation of undefined'

[3.2.0] - 19-07-2022

Added

  • Added Slovak language support (thanks to @wamesro)

Changed

  • Fixed visual duplicate rows appearing when reordering items
  • Fixed deprecation warnings (thanks to @mihai-stancu)
  • Updated packages

[3.1.0] - 19-07-2022

Changed

  • Updated components to nova: 4.12.0 version. (thanks to @stefblokdijk)

[3.0.1] - 24-05-2022

Changed

  • Bumped Nova requirement to 4.6.0 (thanks to @mertasan)
  • Fixed click events firing twice (thanks to @ramcda)

[3.0.0] - 13-05-2022

NB! Will not working until Nova releases a fix for Vue component overriding. Possibly coming in ^4.5.5.

Added

Changed

  • Dropped PHP 7.X support
  • Dropped Nova 3.0 support
  • Changed namespace from OptimistDigital to Outl1ne
  • Updated packages