-
Notifications
You must be signed in to change notification settings - Fork 44
Release for 2.3.0-beta.o #812
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
Open
lposen
wants to merge
76
commits into
master
Choose a base branch
from
release/2.3.0-beta
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
76 commits
Select commit
Hold shift + click to select a range
b9fbb06
feat: add IterableEmbedded components and view type enumeration for e…
lposen 3b252d1
feat: export embedded components and types
lposen 8b6f82c
feat: enhance Embedded component with view type selection and styling
lposen 628a4c2
chore: update version to 2.3.0-beta.0 in package.json and itblBuildIn…
lposen 79f71ec
chore: update CHANGELOG.md for version 2.3.0-beta.0
lposen a5558d6
Merge branch 'master' into loren/embedded/MOB-12270-new-embedded-view…
lposen d74383f
refactor: clean up Embedded component by removing commented-out code …
lposen a8d3008
test: add unit tests for IterableEmbeddedView component rendering and…
lposen ba7fccc
docs: add JSDoc comments to IterableEmbeddedView component for better…
lposen 95e8d92
feat: add IterableEmbeddedNotification component for displaying notif…
lposen ef7cf1d
feat: add utility functions and styles for embedded views
lposen 980123d
feat: implement useEmbeddedView hook for managing embedded view lifec…
lposen 917835b
feat: enhance IterableEmbeddedNotification with styles and button fun…
lposen 4a47ef2
feat: add hooks for managing embedded view styles and media
lposen 85b18fa
Merge pull request #748 from Iterable/loren/embedded/MOB-12270-new-em…
lposen fb1e938
feat: implement useEmbeddedView hook and associated styles for embedd…
lposen c474b93
test: add unit tests for getStyles function in useEmbeddedView hook
lposen e0c0a24
feat: add configuration modal to Embedded component for dynamic view …
lposen 05114b1
refactor: extract modal styles into a separate file and update Embedd…
lposen d097190
refactor: simplify jsonEditor styles in Embedded component by removin…
lposen 7de5d61
refactor: remove configError state, replacing error handling with an …
lposen 015f8fa
refactor: streamline modal button styles and ensure config editor vis…
lposen 2385cc0
fix: correct syntax in JSDoc example for useEmbeddedView hook
lposen 44ffd76
feat: enhance IterableEmbeddedView to display media content and add g…
lposen d5c4c04
test: add unit tests for getMedia function in useEmbeddedView hook
lposen f0cdd24
Merge branch 'loren/embedded/SDK-367-parse-media-for-components' into…
lposen 8df3131
test: add unit tests for IterableEmbeddedNotification component
lposen 47a283d
refactor: remove media display logic
lposen 7278e0c
test: add unit tests for useEmbeddedView hook functionality
lposen a22a039
refactor: replace IterableEmbeddedBanner component with a new impleme…
lposen 2f06661
test: add unit tests for IterableEmbeddedBanner component functionality
lposen b6d5354
feat: add embedded view default styles and update imports in getStyle…
lposen fd91c2b
refactor: remove unused media image border and background color const…
lposen 6cd11bb
Merge pull request #817 from Iterable/loren/embedded/SDK-366-new-pars…
lposen 7374226
Merge branch 'emb-ootb/master' into loren/embedded/SDK-367-parse-medi…
lposen 4b2dff4
Merge branch 'loren/embedded/SDK-367-parse-media-for-components' into…
lposen 82f9b15
feat: update getMedia function with return type
lposen a41952d
Merge pull request #818 from Iterable/loren/embedded/SDK-367-parse-me…
lposen 4623abe
Merge branch 'emb-ootb/master' into loren/embedded/SDK-248-notificati…
lposen 82b2cda
feat: enhance IterableEmbeddedNotification styles with shadow propert…
lposen be76f7e
Merge branch 'master' into emb-ootb/master
lposen 7890401
Merge branch 'emb-ootb/master' into loren/embedded/SDK-248-notificati…
lposen 2abe457
Merge branch 'master' into release/2.3.0-beta
lposen e609aa1
Merge branch 'release/2.3.0-beta' into emb-ootb/master
lposen 094fa0c
Merge branch 'emb-ootb/master' into loren/embedded/SDK-248-notificati…
lposen 028323f
refactor: update default props for onButtonClick and onMessageClick i…
lposen 9b76334
Apply suggestion from @joaodordio
lposen 7c4f984
Merge pull request #814 from Iterable/loren/embedded/SDK-248-notifica…
lposen 2cffe33
Merge branch 'emb-ootb/master' into loren/embedded/SDK-245-banner-com…
lposen 573db46
style: enhance IterableEmbeddedBanner with shadow properties and elev…
lposen 2ba364f
refactor: remove redundant default callbacks and failing test
lposen dfc6a16
feat: add logo-grey image and TypeScript declaration for PNG assets
lposen df4ae5e
feat: add IterableEmbeddedCard component with default export
lposen 2e983a8
feat: implement IterableEmbeddedCard component
lposen 96ad2c6
test: add unit tests for IterableEmbeddedCard component
lposen c72f9d1
Potential fix for pull request finding
lposen 9067981
Merge branch 'loren/embedded/SDK-245-banner-component-stretch' into l…
lposen 9097428
Merge pull request #819 from Iterable/loren/embedded/SDK-245-banner-c…
lposen 17deaef
Merge pull request #825 from Iterable/loren/embedded/SDK-246-card-com…
lposen 2db3ae7
refactor: remove TODO comments
lposen 83f65b4
docs: enhance IterableEmbedded components with documentation
lposen 186e9d9
docs: update IterableEmbeddedViewType enum with detailed descriptions…
lposen c758bcb
docs: improve IterableEmbeddedView documentation and update prop inte…
lposen d94b4d3
docs: remove campaignId from IterableEmbeddedViewProps documentation …
lposen edcd445
refactor: update onButtonClick prop to include message parameter
lposen e0c9d7f
docs: add component descriptions for IterableEmbeddedBanner, Card, an…
lposen c9311c9
Merge pull request #834 from Iterable/loren/embedded/SDK-393-cleanup
lposen 78927bc
refactor: update onMessageClick to accept message parameter and adjus…
lposen af74f6c
feat: add normalizeEmbeddedViewConfig utility and tests for configura…
lposen 3b8a98d
fix: apply temporary workaround for Xcode 26.4 by setting C++ languag…
lposen 3c75cac
style: enhance Embedded component styles and layout for improved usab…
lposen 99b9ebd
style: update button styles for accessibility
lposen 7ac4c6f
Merge pull request #859 from Iterable/loren/embedded/SDK-431-notifica…
lposen 1526040
Merge branch 'emb-ootb/master' into loren/embedded/SDK-433-json-parse…
lposen 93232f5
Merge pull request #858 from Iterable/loren/embedded/SDK-433-json-par…
lposen f3a6f5b
Merge pull request #824 from Iterable/emb-ootb/master
lposen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,3 +1,17 @@ | ||||||||||||||
| ## 2.3.0-beta.0 | ||||||||||||||
|
|
||||||||||||||
| ### Updates | ||||||||||||||
| - Added embedded messaging functionality. This includes the ability to: | ||||||||||||||
| - Manually sync the messages with `Iterable.embeddedManager.syncMessages()` | ||||||||||||||
| - Get the messages with `Iterable.embeddedManager .getMessages([PLACEMENT_IDS])` | ||||||||||||||
| - Start an embedded session with `Iterable.embeddedManager.startSession()` | ||||||||||||||
| - End an embedded session with `Iterable.embeddedManager.endSession()` | ||||||||||||||
| - Start an embedded impression with | ||||||||||||||
| `Iterable.embeddedManager.startImpression(MESSAGE_ID, PLACEMENT_ID])` | ||||||||||||||
| - Pause an embedded impression with | ||||||||||||||
| `Iterable.embeddedManager.pauseImpression(MESSAGE_ID])` | ||||||||||||||
|
Comment on lines
+10
to
+12
|
||||||||||||||
| `Iterable.embeddedManager.startImpression(MESSAGE_ID, PLACEMENT_ID])` | |
| - Pause an embedded impression with | |
| `Iterable.embeddedManager.pauseImpression(MESSAGE_ID])` | |
| `Iterable.embeddedManager.startImpression(MESSAGE_ID, PLACEMENT_ID)` | |
| - Pause an embedded impression with | |
| `Iterable.embeddedManager.pauseImpression(MESSAGE_ID)` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this changelog bullet, there’s an extra space between
embeddedManagerand.getMessages(...), which makes the example invalid when copied. Please remove the space so the example matches the actual API (Iterable.embeddedManager.getMessages(...)).