Skip to content

v3.3.4

Choose a tag to compare

@slowlyo slowlyo released this 01 Mar 16:06

❗ 注意, 此版本更新对于 [ Excel 导出 ] 功能是破坏性的, 从低版本升级需要手动处理历史的导出逻辑代码


  • 调整

    • 默认使用的 Excel 导出扩展替换为 rap2hpoutre/fast-excel ( laravel-excel经常由于各种依赖版本问题导致安装失败 )
      • 新增: exportMap 方法
      • 移除: exportHeadings & exportColumns 方法
    • 优化导出菜单只能点击文字的问题
  • 升级步骤

    • 获取最新版本: composer update slowlyo/owl-admin
    • 发布资源: php artisan admin:publish --lang --assets --force