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

Drop mixins #58

Merged
merged 10 commits into from
Jul 28, 2019
Merged

Drop mixins #58

merged 10 commits into from
Jul 28, 2019

Conversation

sandydoo
Copy link
Owner

@sandydoo sandydoo commented Apr 21, 2019

Also fixes #45.

@sandydoo sandydoo added this to the 3.0 milestone Apr 21, 2019
@sandydoo sandydoo changed the base branch from master to release-3.0 May 6, 2019 22:56
@sandydoo sandydoo added the enhancement New feature or request label May 7, 2019
Deprecate the old mixins. These mixins are hard to maintain and reason
about because they hold to much state and are run implicitly, without
an explicit order.
- Improve component lifecycle control.
- Remove possibility of running initial component setup twice.
- Make lifecycle hooks return promises to allow fetching external data.
- Add `_createOptions` hook to allow component creators to modify the options before using them. This replaces and improves the ignored/required mixins functionality.
Improve the flow of initial setup of the Overlay component.
@sandydoo sandydoo merged commit ae99235 into release-3.0 Jul 28, 2019
@sandydoo sandydoo deleted the drop-mixins branch October 12, 2019 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant