Skip to content

Releases: craftercms/js-sdk

Release v4.1.0

19 Jun 17:06
11689bf
Compare
Choose a tag to compare

@craftercms/classes

  • Update search API endpoint from /api/1/site/search/search.json to api/1/site/elasticsearch/search.

@craftercms/content

  • urlTransform, getTree, getItem, getChildren fix config argument to accept partial CrafterConfig
  • Update createQuery usage examples without SearchEngine parameter.

@craftercms/models

  • Update Endpoints interface ELASTICSEARCH property to SEARCH.

@craftercms/search

  • Remove ElasticQuery query implementation for ElasticSearch.
  • Use Query class instead of removed ElasticQuery class in createQuery function.
  • Update createQuery usage examples without SearchEngine parameter.

v4.0.3: Merge pull request #71 from rart/4.0.3

01 Mar 13:27
c362220
Compare
Choose a tag to compare

Release v2.0.7

02 Sep 16:17
523a4ed
Compare
Choose a tag to compare

2.0.7

@craftercms/content

  • Fix getDescriptor crashing when config isn't supplied.

Release v2.0.6

02 Sep 16:15
d564a10
Compare
Choose a tag to compare

2.0.6

@craftercms/content

  • Add fetchModelByPath and fetchModelByUrl shortcuts methods
  • Improve parseDescriptor typings
  • Improve urlTransform typings

@craftercms/classes

  • Add basic crafterConf docs

Release v2.0.5

02 Sep 16:10
223bb59
Compare
Choose a tag to compare

2.0.5

@craftercms/content

  • Add prop data type parsing to parsedDescriptor

@craftercms/ice

  • Add v4 support to addAuthoringSupport

Release v2.0.4

02 Sep 16:08
d5c853a
Compare
Choose a tag to compare

2.0.4

@craftercms/content

  • Fix flatten argument to getDescriptor getting lost/ignored

@craftercms/models

  • Move types from other files into models package
  • Adding missing properties to NavigationItem interface

Release v2.0.3

02 Sep 16:01
ad75bd0
Compare
Choose a tag to compare

2.0.3

@craftercms/classes

  • Change SDKService.httpGet to use fetch instead of rxjs.ajax
  • Fix fetch's mode (for cors)
  • Extend support for other fetch modes
  • Switch from using URLSearchParams to using query-string for the same purpose

v2.0.2: ## 2.0.2 (#60)

19 Jan 21:36
4e52ac1
Compare
Choose a tag to compare

2.0.2

  • Allow CORs
    • Use crafterConf.configure({ cors: true, ... }) to enable CORs mode.
  • Fix fetchIsAuthoring and addAuthoringSupport not retrieving for baseUrl from crafterConf.

Release 2.0.1

27 Oct 14:56
cc48228
Compare
Choose a tag to compare

@craftercms/redux

  • Upgrade to redux-observable 2

Release 2.0.0

21 Oct 18:04
372dbc4
Compare
Choose a tag to compare

All packages

  • Update to rxjs @ ^7

@craftercms/search

  • Remove support for Solr