build-travis-ci
released this
02 Oct 13:56
·
6 commits
to master
since this release
Major Changes
-
78b4dbf: [BREAKING] Move the function createTqlQuery to a dedicated package (@talend/react-faceted-search-query-client).
You will need to adapt your code to use this lib
before
import { createTqlQuery } from '@talend/react-faceted-search/lib/queryClient'; import { queryClient } from '@talend/react-faceted-search';
after
import { createTqlQuery } from '@talend/react-faceted-search-query-client' import * as queryClient from '@talend/react-faceted-search-query-client'