Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Addition: Product Experience #199

Merged
merged 37 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
9f0d79c
fix(SDK - 3413) : Added af for all requests
KambleSonam Nov 22, 2023
6e5015b
fix(SDK - 3413) : define, syncVariables, fetchVariables, callback imp…
KambleSonam Dec 28, 2023
f26e8e8
fix(SDK - 3413) : Added mergeVariables
KambleSonam Jan 8, 2024
b92a1d1
fix(SDK - 3413) : added retry logic for fetchvariables, added callbacks
KambleSonam Jan 15, 2024
cae19a3
fix(SDK - 3413) : Added callbacks and runtime package
KambleSonam Jan 16, 2024
f93ae8c
fix(SDK - 3413) : variable store logic fix
KambleSonam Jan 17, 2024
a9855c1
fix(SDK - 3413) : Error handling and comments added
KambleSonam Jan 23, 2024
5441735
fix(SDK - 3413) : Added log level 4
KambleSonam Jan 24, 2024
b73ce52
fix(SDK - 3413) : flutter fixes from prev version
KambleSonam Jan 24, 2024
579b2b7
fix(SDK - 3413) : Updated build files
KambleSonam Jan 24, 2024
0cdefcd
Merge branch 'develop' into task/SDK-3413/remote_config
KambleSonam Jan 24, 2024
dec9fa6
fix(SDK - 3413) : Build files update
KambleSonam Jan 24, 2024
13f89ab
Merge branch 'task/SDK-3413/remote_config' of https://github.com/Clev…
KambleSonam Jan 24, 2024
8029e34
fix(SDK - 3413) : Updated build files
KambleSonam Jan 24, 2024
43e7bcf
fix(SDK - 3413) : log level check removed for fetchVars
KambleSonam Jan 24, 2024
c4e4803
fix(SDK - 3413) : log level check removed from define
KambleSonam Jan 24, 2024
381e3a7
fix(SDK - 3413) : Added regenerator-runtime package
KambleSonam Jan 25, 2024
877b0bb
fix(SDK - 3413) : Code optimisation
KambleSonam Jan 31, 2024
9bc6d36
fix(SDK - 3413) : Added jsdoc for Variable class
KambleSonam Feb 5, 2024
96e8405
fix(SDK - 3413) : Added runtime dependency
KambleSonam Feb 5, 2024
f119fce
fix(SDK - 3413) : updated the type logic in variable.js
KambleSonam Feb 6, 2024
b65fc94
fix(SDK - 3413) : Updated package.json to version 1.7.0
KambleSonam Feb 8, 2024
85fa678
fixed carousel preview bug
AshwinSaxena01 Feb 15, 2024
7c37338
fix(SDK - 3413) : Updated type evaluate condition
KambleSonam Feb 19, 2024
6fcdc0d
Merge pull request #193 from CleverTap/task/WEB-2529/carousel-button-…
AshwinSaxena01 Feb 26, 2024
8073f7d
feat: created dynamic config based on env variables
kkyusuftk Feb 29, 2024
e520aac
fix: added jsdoc
kkyusuftk Feb 29, 2024
13b5470
fix: changed thownOnError to true
kkyusuftk Mar 1, 2024
fe340dc
Merge branch 'develop' into feat/merge-configs
kkyusuftk Mar 1, 2024
cf915cd
Merge pull request #194 from CleverTap/feat/merge-configs
kkyusuftk Mar 4, 2024
f46392c
fix(SDK - 3413) : Added a check for empty vars payload
KambleSonam Mar 5, 2024
976630a
Merge remote-tracking branch 'origin/develop' into task/SDK-3413/remo…
KambleSonam Mar 5, 2024
63ee89c
Merge pull request #188 from CleverTap/task/SDK-3413/remote_config
KambleSonam Mar 22, 2024
7e4c59a
Updated changelog
PraveenCTzen Mar 27, 2024
8249746
Merge pull request #198 from CleverTap/task/SDK-3413/remote_config
PraveenCTzen Mar 27, 2024
715c884
Updated date in changelog for 1.6.10
PraveenCTzen Mar 27, 2024
b907bfe
Merge pull request #200 from CleverTap/task/SDK-3413/remote_config
PraveenCTzen Mar 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.6.10] - 17 Jan, 2023
## [1.7.0] - 27 Mar, 2024
- Product experiences in Web SDK
- Carousel preview bug fix

## [1.6.10] - 17 Jan, 2024
- Fixes a bug related to Web Inbox rendering on mobile browser

## [1.6.9] - 6 Dec, 2023
Expand Down
Loading
Loading