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

Fastboot fixes #21

Merged
merged 1 commit into from
Oct 3, 2016
Merged

Conversation

billdami
Copy link

@billdami billdami commented Oct 3, 2016

Switch buildChildLinkViews to use didInsertElement since it uses jQuery/ect (#19).

Also adjusted the allLinksDisabled CP since it returns a bit of a false positive in cases where the component contains no child link views (such as in fastboot, since the link views array is not built in this case), as isEvery() returns true if the array is empty. In fastboot apps, this causes the server rendered page to have the disabled class applied to all {{active-link}}s until the app boots on the client.

@alexspeller alexspeller merged commit 77acca0 into alexspeller:master Oct 3, 2016
@alexspeller
Copy link
Owner

Looks great, thanks!

@alexspeller
Copy link
Owner

Version 0.3.2 now published including these changes

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