Releases: craftercms/js-sdk
Releases · craftercms/js-sdk
Release v4.1.0
@craftercms/classes
- Update search API endpoint from
/api/1/site/search/search.json
toapi/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 toSEARCH
.
@craftercms/search
- Remove ElasticQuery query implementation for ElasticSearch.
- Use
Query
class instead of removedElasticQuery
class increateQuery
function. - Update createQuery usage examples without SearchEngine parameter.
v4.0.3: Merge pull request #71 from rart/4.0.3
Release v2.0.7
2.0.7
@craftercms/content
- Fix
getDescriptor
crashing whenconfig
isn't supplied.
Release v2.0.6
2.0.6
@craftercms/content
- Add
fetchModelByPath
andfetchModelByUrl
shortcuts methods - Improve
parseDescriptor
typings - Improve
urlTransform
typings
@craftercms/classes
- Add basic
crafterConf
docs
Release v2.0.5
2.0.5
@craftercms/content
- Add prop data type parsing to
parsedDescriptor
@craftercms/ice
- Add v4 support to
addAuthoringSupport
Release v2.0.4
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
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)
2.0.2
- Allow CORs
- Use
crafterConf.configure({ cors: true, ... })
to enable CORs mode.
- Use
- Fix
fetchIsAuthoring
andaddAuthoringSupport
not retrieving for baseUrl fromcrafterConf
.
Release 2.0.1
@craftercms/redux
- Upgrade to redux-observable 2
Release 2.0.0
All packages
- Update to rxjs @ ^7
@craftercms/search
- Remove support for Solr