Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Breeze prefix and double name space some other components #3

Merged

Conversation

eugenefvdm
Copy link
Contributor

@eugenefvdm eugenefvdm commented Sep 16, 2022

This pull request is modelled after the official Laravel Breeze pull request #179.

The idea was to remove the word Breeze from BreezeComponentName and streamline this repo with the official Breeze one.

These two files are now similar to the Breeze counterparts, in both filename and component name.

  • BreezeAuthenticatedLayout => AuthenticatedLayout => AuthenticatedLayout.vue
  • BreezeGuestLayout => GuestLayout => GuestLayout.vue

To avoid components that overlap with native HTML elements, the following components have been renamed:

  • Input => TextInput
  • Label => InputLabel

This is a breaking change.

@vercel
Copy link

vercel bot commented Sep 16, 2022

Someone is attempting to deploy a commit to a Personal Account owned by @faisalfjri on Vercel.

@faisalfjri first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants