Skip to content

Latest commit

 

History

History
96 lines (52 loc) · 3.55 KB

CHANGELOG.md

File metadata and controls

96 lines (52 loc) · 3.55 KB

Changelog

All notable changes to filament-password-input will be documented in this file

v2.0.2 - 2024-10-01

What's Changed

  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #15
  • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #16
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #17
  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #19
  • Adds Brazilian Portuguese translation by @patriciomartinns in #18

New Contributors

  • @patriciomartinns made their first contribution in #18

Full Changelog: https://github.com/rawilk/filament-password-input/compare/v2.0.1...v2.0.2

v2.0.1 - 2024-03-05

What's Changed

  • Laravel 11.x Compatibility by @laravel-shift in #13
  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #14

New Contributors

  • @laravel-shift made their first contribution in #13

Full Changelog: https://github.com/rawilk/filament-password-input/compare/v2.0.0...v2.0.1

v2.0.0 - 2024-01-23

What's Changed

  • Use filament revealable flag on input instead by @rawilk in #10
  • Cleanup actions by @rawilk in #11

See Upgrade guide for more changes.

Full Changelog: https://github.com/rawilk/filament-password-input/compare/v1.1.3...v2.0.0

v1.1.3 - 2023-12-28

What's Changed

  • Renamed folder name (for pt) to match Filaments i18n structure by @Corvisier in #9

Full Changelog: https://github.com/rawilk/filament-password-input/compare/v1.1.2...v1.1.3

v1.1.2 - 2023-12-26

What's Changed

  • European Portuguese by @Corvisier in #7

New Contributors

  • @Corvisier made their first contribution in #7

Full Changelog: https://github.com/rawilk/filament-password-input/compare/v1.1.1...v1.1.2

v1.1.1 - 2023-12-04

What's Changed

  • Load CSS for input on demand

Full Changelog: https://github.com/rawilk/filament-password-input/compare/v1.1.0...v1.1.1

v1.1.0 - 2023-10-29

What's Changed

New Contributors

  • @EGYWEB-Mohamed made their first contribution in #3

Full Changelog: https://github.com/rawilk/filament-password-input/compare/v1.0.1...v1.1.0

v1.0.1 - 2023-10-19

What's Changed

  • Bug fix: Use $getExtraInputAttributeBag() instead of $getExtraAttributeBag() on the input element to pull in the correct attributes

Full Changelog: https://github.com/rawilk/filament-password-input/compare/v1.0.0...v1.0.1

v1.0.0 - 2023-10-19

initial release