Skip to content

v3.10.0

Choose a tag to compare

@JosefBud-olive JosefBud-olive released this 19 Jan 21:10
4ba8cba
  • Added a filterOptions object for the Autocomplete component. Using this, Loop Authors can leverage search filtering customizability outlined here https://v4.mui.com/components/autocomplete/#custom-filter
  • Included React dependencies in the LDK for using JSX whispers. If you were using React Whispers before this update, it will continue to work as intended. If you’d like to make use of these changes, you can now remove react, react-dom, and react-reconciler from your project’s dependencies, and import React from the LDK using import { React } from '@oliveai/ldk'
  • Added an export of the React Whisper renderer to the root, so it can be imported using import { ReactWhisper } from '@oliveai/ldk'
    • This is to replace using import * as ReactWhisper from '@oliveai/ldk/dist/whisper/react/renderer' but this way will still work to maintain backwards compatibility
  • Loop Authors can now programmatically set the text of RichTextEditor (value property)
  • Browser Aptitude can now grab the source HTML of an active tab or window and return it as a string
  • New Browser Aptitude functionlistenNetworkActivity allows Loop authors to access any of the API requests being made on a given browser page

https://docs.oliveai.dev/release-notes/whats-new/olive-helps-v0.30.2-and-ldk-v3.10.0