-
Notifications
You must be signed in to change notification settings - Fork 174
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
Fix client half init state #1356
Fix client half init state #1356
Conversation
…s/luigi into 1350-fix-client-half-init-state
…s/luigi into 1350-fix-client-half-init-state
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so far looks good, not able to break it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
* master: Update dependencies from GitHub (#1395) Update dependency in Landingpage (#1387) update versions for fiddle and website (#1391) New FAQ - How can I style the Luigi core elements? (#1354) add Out of the box section to the About page (#1365) Release v1.2.1 (#1385) Add onNodeChange hook (#1316) Fix client half init state (#1356) fix title propagation issue (#1374) Add testing production build capability (#1367) removing iframe properly (#1364) add viewport meta tag for devtools (#1379) Show warning if sendCustomMessage id does not exist (#1351) Fix left-nav flyout (#1376) ContextSwitcher bugfix (#1368) fix for fiddle styling issue style according to new FD Styles mock examples (#1353)
* feature-globalsearch: Update dependencies from GitHub (SAP#1395) Update dependency in Landingpage (SAP#1387) update versions for fiddle and website (SAP#1391) New FAQ - How can I style the Luigi core elements? (SAP#1354) add Out of the box section to the About page (SAP#1365) Release v1.2.1 (SAP#1385) Add onNodeChange hook (SAP#1316) Fix client half init state (SAP#1356) fix title propagation issue (SAP#1374) Add testing production build capability (SAP#1367) removing iframe properly (SAP#1364) add viewport meta tag for devtools (SAP#1379) Show warning if sendCustomMessage id does not exist (SAP#1351) Fix left-nav flyout (SAP#1376) ContextSwitcher bugfix (SAP#1368) fix for fiddle styling issue style according to new FD Styles mock examples (SAP#1353)
Unfortunately it seems not to be possible to fix incomplete Client state only on Core side.
Requires to check the
clientVersion
to decide if we do the handshake verfication to prevent a breaking change.Fixes #1350