Skip to content

Latest commit

 

History

History
112 lines (65 loc) · 4.9 KB

CHANGELOG.md

File metadata and controls

112 lines (65 loc) · 4.9 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.

v1.2.2 - 2024-10-23

What's Changed

  • Fix tabs when not using models - refs #INF001-71 by @AngryMoustache in #25

Full Changelog: https://github.com/codedor/filament-translatable-tabs/compare/v1.2.1...v1.2.2

v1.2.1 - 2024-08-30

What's Changed

  • Check if state data isset before looping through it by @jyrkidn in #24

Full Changelog: https://github.com/codedor/filament-translatable-tabs/compare/v1.2.0...v1.2.1

v1.2.0 - 2024-08-29

What's Changed

  • Added an extraTabs function to the field by @AngryMoustache in #16
  • fix cancel button; refs #THS-89 by @kjellkeisse in #20
  • Hydrate and dehydrate the tabs using the field instead of a trait by @AngryMoustache in #21

New Contributors

  • @kjellkeisse made their first contribution in #20

Full Changelog: https://github.com/codedor/filament-translatable-tabs/compare/v1.1.0...v1.2.0

v1.1.0 - 2024-08-02

What's Changed

  • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #17
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in #18
  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #14
  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #22
  • Upgrade to L11 by @jyrkidn in #19

Full Changelog: https://github.com/codedor/filament-translatable-tabs/compare/v1.0.2...v1.1.0

v1.0.1 - 2023-12-08

Full Changelog: https://github.com/codedor/filament-translatable-tabs/compare/v1.0.0...v1.0.1

v1.0.0 - 2023-12-07

What's Changed

  • Bump actions/checkout from 3 to 4 by @dependabot in #9
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #10
  • Feature/filament v3.1 by @jyrkidn in #11

Full Changelog: https://github.com/codedor/filament-translatable-tabs/compare/v0.1.5...v1.0.0

v0.1.5 - 2023-11-06

Full Changelog: https://github.com/codedor/filament-translatable-tabs/compare/v0.1.4...v0.1.5

v0.1.4 - 2023-10-18

Full Changelog: https://github.com/codedor/filament-translatable-tabs/compare/v0.1.3...v0.1.4

v0.1.3 - 2023-10-17

Full Changelog: https://github.com/codedor/filament-translatable-tabs/compare/v0.1.2...v0.1.3

v0.1.2 - 2023-08-25

Full Changelog: https://github.com/codedor/filament-translatable-tabs/compare/v0.1.1...v0.1.2

v1.0.2 - 2024-02-19

Full Changelog: https://github.com/codedor/filament-translatable-tabs/compare/v1.0.1...v1.0.2

v0.1.1 - 2023-08-21

Changed

  • Add default column span

Full Changelog: https://github.com/codedor/filament-translatable-tabs/compare/v0.1.0...v0.1.1

v0.1.0 - 2023-08-18

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.3 to 1.4.0 by @dependabot in #1
  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #3
  • Bump aglipanci/laravel-pint-action from 0.1.0 to 2.3.0 by @dependabot in #4
  • Added functions to set icon & iconPosition on the tabs by @AngryMoustache in #5
  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #6
  • Filament v3 by @jyrkidn in #7
  • Bump ramsey/composer-install from 1 to 2 by @dependabot in #8

New Contributors

  • @dependabot made their first contribution in #1
  • @AngryMoustache made their first contribution in #5
  • @jyrkidn made their first contribution in #7

Full Changelog: https://github.com/codedor/filament-translatable-tabs/commits/v0.1.0

[Unreleased]