Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Dec 23, 2023
1 parent cd70c3a commit 69386a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `.oauth-button` class renamed to `.auth-button`
- `<x-waterhole::oauth-buttons>` component renamed to `<x-waterhole::auth-buttons>`
- `Waterhole\OAuth\Payload` class renamed to `Waterhole\Auth\SsoPayload`
- Gate abilities are now prefixed with `waterhole.`
- Waterhole Gate abilities are now prefixed with `waterhole.`
- Waterhole routes no longer use the `web` route middleware group

### Added
Expand All @@ -23,11 +23,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Database connection can be configured by setting `waterhole.system.database`
- Support implicit authentication from existing user base by implementing `Waterhole\Auth\AuthenticatesWaterhole` interface
- Automatically create the formatter and translation cache directories if they don't exist
- Laravel Socialite is now included by default

### Changed

- If there is a single auth provider and passwords are disabled, the login and registration pages will now automatically redirect to the provider
- Laravel Socialite is now included by default
- Add color to inline code spans
- Reduce size of the Create Post button

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
Expand Down

0 comments on commit 69386a2

Please sign in to comment.