Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
-“23.2.0”
+“23.3.0”
-
+
- SPASDK-215 Upgrade ng-sdk angular version to 17
#171
+ - SPASDK-215 Add styles for edit button
#SPASDK-215
+ - SPASDK-215 Fix linting issue
#SPASDK-215
+ - SPASDK-215 Add request object in both server and browser versions
#SPASDK-215
+ - SPASDK-215 Add heroku ssr deployment file
#SPASDK-215
+ - SPASDK-215 Add stateKey description to ng-sdk README file
#SPASDK-215
+ - SPASDK-215 Fix linting issues
#SPASDK-215
+ - SPASDK-215 Add angular 15 and 16 support
#SPASDK-215
+ - SPASDK-215 Add browser & server folders in dist build output directory
#SPASDK-215
+ - SPASDK-215 Add ssr commands to angular example
#SPASDK-215
+ - SPASDK-215 Add prebuild command to generate environments file in angular example
#SPASDK-215
+ - SPASDK-215 Remove request from configuration builder
#SPASDK-215
+ - SPASDK-215 Remove linting issues & add relevance to server
#SPASDK-215
+ - SPASDK-215 Remove unit testing from angular example
#SPASDK-215
+ - SPASDK-215 Add new angular 17 example and remove the angular 16 example
#SPASDK-215
+ - SPASDK-215 Upgrade ng-sdk angular version to 17
#SPASDK-215
+
spa-sdk-23.2.0
+++13 May 2024
+
-
+
- SPASDK-211 Support angular v16 in ng-sdk
#169
- SPASDK-211 Update angular sdk and example version to 16
#161
+ - SPASDK-211 Bumping versions to 23.2.0
#SPASDK-211
- SPASDK-211 Fix linting issues
#SPASDK-211
- SPASDK-211 Add empty lines at the begining of html files
#SPASDK-211
- SPASDK-211 Update angular example to version 16
#SPASDK-211
@@ -1088,7 +1112,7 @@
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface Handler
Hierarchy
Callable
Express middleware for seamless integration with the Relevance Module.
Parameters
request: HandlerRequest
Incoming HTTP request.
diff --git a/interfaces/express.Internals.HandlerRequest.html b/interfaces/express.Internals.HandlerRequest.html index 226d9481..e89af2d3 100644 --- a/interfaces/express.Internals.HandlerRequest.html +++ b/interfaces/express.Internals.HandlerRequest.html @@ -1 +1 @@ -- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface HandlerRequest
Hierarchy
Index
Properties
Methods
Properties
Optional visitor
Methods
Optional once
Parameters
event: string | symbol
listener: ((...args: any[]) => void)
Parameters
Rest ...args: any[]
Returns void
Returns any
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface HandlerRequest
Hierarchy
Index
Properties
Methods
Properties
Optional visitor
Methods
Optional once
Parameters
event: string | symbol
listener: ((...args: any[]) => void)
Parameters
Rest ...args: any[]
Returns void
Returns any
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface HandlerWithOptions
Hierarchy
Callable
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface HandlerWithOptions
Hierarchy
Callable
Express middleware for seamless integration with the Relevance Module.
Parameters
request: HandlerRequest
Incoming HTTP request.
diff --git a/interfaces/express.Internals.Options.html b/interfaces/express.Internals.Options.html index c257e536..8963f173 100644 --- a/interfaces/express.Internals.Options.html +++ b/interfaces/express.Internals.Options.html @@ -1 +1 @@ -- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface Options
Hierarchy
Index
Properties
Properties
Optional name
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface Options
Hierarchy
Index
Properties
Properties
Optional name
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface Visitor
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface Visitor
Meta-data of a visitor.
https://documentation.bloomreach.com/library/enterprise/enterprise-features/targeting/visitors-visits-and-cookies.html
Hierarchy
Index
Properties
Properties
header
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface Component
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface Component
A component in the current page.
Hierarchy
Index
Methods
Methods
get Children
Returns Component[]
The direct children of the component.
get Component
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface Container
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface Container
A component that holds an ordered list of container item components.
Hierarchy
Index
Methods
Methods
get Children
Returns ContainerItem[]
The children of a container.
get Component
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface ContainerItem
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface ContainerItem
A component that can be configured in the UI.
Hierarchy
Index
Methods
Methods
get Children
Returns Component[]
The direct children of the component.
get Component
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface Content
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface Content
Content used on the page.
Hierarchy
Index
Methods
Methods
get Data
Returns ContentModel
The content data as it is returned in the Page Model API.
Type Parameters
T extends Record<string, any>
Returns T & ContentModel
get Id
Returns string
The content id.
diff --git a/interfaces/index.Document.html b/interfaces/index.Document.html index 428cef1b..f1f4f064 100644 --- a/interfaces/index.Document.html +++ b/interfaces/index.Document.html @@ -1,4 +1,4 @@ -- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface Document
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface Document
Document used on the page.
Hierarchy
Index
Methods
Methods
get Data
Returns DocumentDataModel
The document data.
Type Parameters
T extends Record<string, any>
Returns T & DocumentDataModel
get Id
Returns string
The document id.
diff --git a/interfaces/index.Image.html b/interfaces/index.Image.html index f9967c2f..7a81d67e 100644 --- a/interfaces/index.Image.html +++ b/interfaces/index.Image.html @@ -1,4 +1,4 @@ -- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface Image
Hierarchy
Index
Methods
Methods
get Display Name
Returns string
The image display name.
+- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface Image
Hierarchy
Index
Methods
Methods
get Display Name
Returns string
The image display name.
get File Name
Returns undefined | string
The image file name.
get Height
Returns number
The image height.
get Mime Type
Returns string
The image mime-type.
diff --git a/interfaces/index.ImageSet.html b/interfaces/index.ImageSet.html index abe59fc0..67cba10d 100644 --- a/interfaces/index.ImageSet.html +++ b/interfaces/index.ImageSet.html @@ -1,4 +1,4 @@ -- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface ImageSet
Hierarchy
Index
Methods
Methods
get Description
Returns undefined | string
The image set description.
+- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface ImageSet
Hierarchy
Index
Methods
Methods
get Description
Returns undefined | string
The image set description.
get Display Name
Returns string
The image set display name.
get File Name
Returns string
The image set file name.
get Id
Returns string
The image set id.
diff --git a/interfaces/index.Internals.ApiOptions.html b/interfaces/index.Internals.ApiOptions.html index e64ffa5a..9604ba36 100644 --- a/interfaces/index.Internals.ApiOptions.html +++ b/interfaces/index.Internals.ApiOptions.html @@ -1,4 +1,4 @@ -- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface ApiOptions
Hierarchy
Index
Properties
Properties
Optional api Version
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface ApiOptions
Hierarchy
Index
Properties
Properties
Optional api Version
Current API version. By default, the compatible with the current setup version will be chosen.
Optional api Version Header
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface ChannelInfoModel
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface ChannelInfoModel
Current channel info.
Hierarchy
Index
Properties
Properties
props
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface ChannelModel
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface ChannelModel
Current channel of a page.
Hierarchy
Index
Properties
Properties
info
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface CmsOptions
Hierarchy
Index
Properties
Properties
Optional window
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface CmsOptions
Hierarchy
Index
Properties
Properties
Optional window
The window reference for the CMS integration. By default the global window object will be used.
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface ComponentMeta
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface ComponentMeta
Meta-data of a component.
Hierarchy
Index
Properties
Properties
Optional begin Node Span
Optional end Node Span
Optional params
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface ComponentModel
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface ComponentModel
Model of a component.
Hierarchy
Index
Properties
Properties
_links
_meta
Optional components
id
Optional models
Optional name
type
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface ComponentModel
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface ComponentModel
Model of a component.
Hierarchy
Index
Properties
Properties
Optional children
id
links
meta
Optional models
Optional name
type
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface ConfigurationWithJwt
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface ConfigurationWithJwt
Configuration of the SPA SDK using the JWT token-based setup.
Hierarchy
Index
Properties
Properties
Optional NBRMode
The NBRMode parameter used to indicate whether the children of the BrPage component should be rendered diff --git a/interfaces/index.Internals.ConfigurationWithJwt09.html b/interfaces/index.Internals.ConfigurationWithJwt09.html index 7e42544c..c7991c3f 100644 --- a/interfaces/index.Internals.ConfigurationWithJwt09.html +++ b/interfaces/index.Internals.ConfigurationWithJwt09.html @@ -1,4 +1,4 @@ -
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface ConfigurationWithJwt09
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface ConfigurationWithJwt09
Configuration of the SPA SDK using the JWT token-based setup and the Page Model API v0.9.
Hierarchy
Index
Properties
Properties
Optional NBRMode
The NBRMode parameter used to indicate whether the children of the BrPage component should be rendered diff --git a/interfaces/index.Internals.ConfigurationWithJwt10.html b/interfaces/index.Internals.ConfigurationWithJwt10.html index ead5d399..4bca7410 100644 --- a/interfaces/index.Internals.ConfigurationWithJwt10.html +++ b/interfaces/index.Internals.ConfigurationWithJwt10.html @@ -1,4 +1,4 @@ -
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.2.0Interface ConfigurationWithJwt10
- Preparing search index...
- The search index is not available
@bloomreach/spa-sdk - v23.3.0Interface ConfigurationWithJwt10
Configuration of the SPA SDK using the JWT token-based setup and the Page Model API v1.0.
Hierarchy
Index
Properties