Skip to content

Latest commit

 

History

History
102 lines (60 loc) · 3.99 KB

File metadata and controls

102 lines (60 loc) · 3.99 KB

Changelog

All notable changes to :package_name will be documented in this file.

v1.1.0 - 2026-04-14

What's Changed

  • Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in #18
  • Bump ramsey/composer-install from 3 to 4 by @dependabot[bot] in #17
  • Add Laravel 13 support by @swilla in #20
  • Upgrade Tailwind CSS from v3 to v4 by @swilla in #21

Full Changelog: https://github.com/TappNetwork/Filament-Library/compare/v1.0.6...v1.1.0

v1.0.6 - 2026-02-05

What's Changed

  • Fix: Use migration stubs and avoid duplicate migrations on republish by @scottgrayson in #16

Full Changelog: https://github.com/TappNetwork/Filament-Library/compare/v1.0.5...v1.0.6

v1.0.5 - 2026-01-22

What's Changed

  • Update media library to v5 by @andreia in #15

Full Changelog: https://github.com/TappNetwork/Filament-Library/compare/v1.0.4...v1.0.5

v1.0.4 - 2026-01-22

What's Changed

  • build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #10
  • Add Filament 5 support by @andreia in #14

Full Changelog: https://github.com/TappNetwork/Filament-Library/compare/v1.0.3...v1.0.4

v1.0.3 - 2026-01-07

What's Changed

  • Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #13
  • Multi-tenancy support by @andreia in #6

New Contributors

  • @dependabot[bot] made their first contribution in #13

Full Changelog: https://github.com/TappNetwork/Filament-Library/compare/v1.0.2...v1.0.3

v1.0.2 - 2025-12-12

What's Changed

  • Update navigation items and permissions check by @andreia in #12

New Contributors

  • @andreia made their first contribution in #12

Full Changelog: https://github.com/TappNetwork/Filament-Library/compare/v1.0.1...v1.0.2

v1.0.1 - 2025-12-03

What's Changed

  • Fix: Add validation for duplicate tags when creating new tags by @scottgrayson in #11

Full Changelog: https://github.com/TappNetwork/Filament-Library/compare/v1.0.0...v1.0.1

v1.0.0 - 2025-11-13

What's Changed

  • feat: Plugin Foundation & Basic Models by @scottgrayson in #2
  • Feature/migration by @scottgrayson in #3
  • Laravel 12 Support, and Dependencies by @swilla in #5
  • Increase file upload size limits from 10MB to 500MB by @scottgrayson in #8
  • Add tags field to edit resource forms (EditFile, EditLink, EditFolder) by @scottgrayson in #9

New Contributors

  • @scottgrayson made their first contribution in #2
  • @swilla made their first contribution in #5

Full Changelog: https://github.com/TappNetwork/Filament-Library/commits/v1.0.0

1.0.0 - 2025-01-16

Added

  • Initial release of Filament Library plugin
  • File and folder management with Google Drive-style permissions
  • External link support
  • Advanced permission system with inheritance
  • Multiple library views (Public, My Documents, Shared with Me, Created by Me, Search All, Favorites)
  • Bulk permission management
  • Configurable admin access
  • Filament integration with native UI components