Skip to content

chore: update changelog with breaking changes and update docs #345

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

Merged
merged 2 commits into from
Jun 17, 2025

Conversation

serikjensen
Copy link
Member

This PR

  • Updates the changelog to include breaking changes around component renaming and flow component restructuring introduced here
  • Updates docs to include updated references to GustoProvider instead of GustoApiProvider
  • Removes documentation on block level customization (ex. Component.Head, Component.Body, Component.Actions etc) since that's a pattern we have opted to move away from

@@ -53,46 +53,3 @@ function MyApp({ employeeId, startDate }) {
Each step of the employee onboarding flow can be imported like this in isolation and used directly as needed. (For a comprehensive list of employee onboarding components available [see the Employee Onboarding documentation here](?tab=t.ueez3pueaqpd#heading=h.ojoq455ctuev)).

Because each step is available for direct use in isolation, it is also possible to rearrange steps, compose them with your own content, or [integrate them with your routing infrastructure as outlined here](?tab=t.kl25ghwrpy9i#heading=h.n2ha5hq6v67a). For example, we could place this compensation form inside of an existing page inline with our own components, or we could use this as a step in a different flow entirely.

### Further customization
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing as an outcome of our discussion to move away from the compound component pattern

@scally scally merged commit 36c4ab0 into main Jun 17, 2025
3 checks passed
@scally scally deleted the chore/GWS-5081 branch June 17, 2025 17:28
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.

3 participants