Skip to content

Latest commit

 

History

History
170 lines (104 loc) · 8.24 KB

CHANGELOG.md

File metadata and controls

170 lines (104 loc) · 8.24 KB

Changelog

All notable changes to filament-socialite will be documented in this file.

What's Changed

  • Revert model property changes by @bert-w in #110

What's Changed

  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #106
  • Add new callback route for stateless OAuth flows by @bert-w in #105

What's Changed

  • Improve Socialite driver typings + callable typings by @juliangums in #103

New Contributors

  • @juliangums made their first contribution in #103
  • Add Authorization Callback by @petecoop in #100
  • Please check the revised README.md and UPGRADE.md! Many functions have been renamed.
  • Refactor package for better consistency with Filament code standards #90
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #89
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #91
  • Compatible with Stateless Authentication by @LittleHans8 in #96
  • Provide oauth user to login event by @dcc-bjorn in #88
  • Laravel 11 support by @dododedodonl in #87
  • Add $provider as required by the callback by @phh in #83
  • Never use SPA mode for oauth links + spacing by @bert-w in #85
  • Update CHANGELOG.md by @bramr94 in #70
  • Add socialite test by @bert-w in #78
  • Improve actions by @bert-w in #79
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #51
  • feature: allow socialite user model customization by @kykurniawan in #72
  • Add registration enabled callable by @bert-w in #80
  • Multi-tenancy support by @bramr94 in #76
  • Add option to add optional parameters in #69
  • Improve domain routing in #61
  • Update README in #64
  • Add button customization options in #59
  • Resolve plugin registration issue #54
  • Added support for Filament v3 through the plugin setup
  • Added support for multiple panels
  • See UPGRADE.md

0.2.2 - 2022-06-14

What's Changed

  • Fix readme by @dododedodonl in #15
  • use Filament-fortify render hook by @wychoong in #16

New Contributors

  • @wychoong made their first contribution in #16

Full Changelog: https://github.com/DutchCodingCompany/filament-socialite/compare/0.2.1...0.2.2

0.2.1 - 2022-05-25

What's Changed

  • Fix user model instantiating by @marcoboers in #14

Full Changelog: https://github.com/DutchCodingCompany/filament-socialite/compare/0.2.0...0.2.1

0.2.0 - 2022-05-24

Breaking changes

  • Events\DomainFailed renamed to Events\UserNotAllowed
  • Events\RegistrationFailed renamed to Events\RegistrationNotEnabled

What's Changed

  • Refactor the controller for extendability and customization by @dododedodonl in #13

New Contributors

  • @dododedodonl made their first contribution in #13

Full Changelog: https://github.com/DutchCodingCompany/filament-socialite/compare/0.1.5...0.2.0

0.1.5 - 2022-05-20

What's Changed

  • Fix missing variable for registered event by @marcoboers in #11

Full Changelog: https://github.com/DutchCodingCompany/filament-socialite/compare/0.1.4...0.1.5

0.1.4 - 2022-05-06

What's Changed

  • Feature: Adds buttons blade component by @oyepez003 in #8
  • Feature: Add login events dispatching by @marcoboers in #5

Full Changelog: https://github.com/DutchCodingCompany/filament-socialite/compare/0.1.3...0.1.4

0.1.3 - 2022-05-04

What's Changed

  • Bugfix: Avoid returning 403 when a user exists based on the oauth-email . by @oyepez003 in #7

New Contributors

  • @oyepez003 made their first contribution in #7

Full Changelog: https://github.com/DutchCodingCompany/filament-socialite/compare/0.1.2...0.1.3

0.1.2 - 2022-05-03

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in #2
  • Add Laravel 8 support and make fontawesome icons optional by @marcoboers in #4

New Contributors

  • @marcoboers made their first contribution in #4

Full Changelog: https://github.com/DutchCodingCompany/filament-socialite/compare/0.1.1...0.1.2

0.1.1 - 2022-04-11

What's Changed

  • Fix registration flow

0.1.0 - 2022-04-08

Initial Release

  • Add social login links to login page
  • Support Socialite OAuth flow
  • Support registration flow
  • Support domain allowlist for internal use
  • Dark mode support
  • Blade Font Awesome brand icons