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

Update core version to support rich text featured snippets #1437

Merged
merged 9 commits into from
Jun 18, 2021

Conversation

cea2aj
Copy link
Member

@cea2aj cea2aj commented Jun 17, 2021

Point to core v1.2.0-alpha.2 to support rich text featured snippets

When we release v1.2, we will update to use that one instead

J=SLAP-1385
TEST=manual

Use this version of the SDK with the theme and see rich text featured snippets come through

package.json Show resolved Hide resolved
@coveralls
Copy link

coveralls commented Jun 18, 2021

Coverage Status

Coverage remained the same at 56.849% when pulling 95466c1 on dev/core-1.2.0-alpha.1 into 4d7c0cb on develop.

@cea2aj cea2aj merged commit 5929fc2 into develop Jun 18, 2021
@cea2aj cea2aj deleted the dev/core-1.2.0-alpha.1 branch June 18, 2021 18:00
@tmeyer2115 tmeyer2115 mentioned this pull request Jun 23, 2021
tmeyer2115 added a commit that referenced this pull request Jun 23, 2021
## Version 1.9.0
### Changes
- The call to the `Master Switch API` which blocked the `onReady` has been removed. (#1377)
- A couple of performance optimizations were made to this SDK. This includes progressive rendering of child components, avoidance of unnecessary `cloneDeep` calls,  and the removal of an extraneous, expensive `DOM.create` call. Note that the progressive rendering is opt-in. (#1397, #1411)
- Code coverage reports of the SDK are now generated automatically. (#1409)
- The outdated `sample-app` was removed and the contents of `docs` is now up-to-date. (#1420)
- If an `addComponent` call fails, it no longer blocks subsequent `addComponent` calls. An error is simply printed to the console and the SDK attempts to render
the other components. (#1426)
- The `Core` version was updated to support rich text featured snippets. (#1437)

### Bug Fixes
- Fixed an IE11 console error that appeared when providing `DirectAnswer` feedback. (#1416)
- The clear button no longer appears for an empty query in IE11. (#1418)
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.

None yet

3 participants