0.2.0 (2025-12-16)
Features
- ability to create new campaigns based on templates or previous campaigns (6b25bbe)
- Add improved html editor using CodeMirror (672f1e6)
- Add security center and warning for exceeding bounce/complaint rates (fbd3038)
- Added platform emails for billing limits and disabled projects (2485d2f)
- Automatically detect rate limit from AWS with ability to override in .env (3225c50)
- Improved createdAt and updatedAt visualisation (1019ba0)
Bug Fixes
- ability to clear reply-to and from name from templates and campaigns (badb035)
- Add additional checks for disabled projects (863e784)
- Add additional checks for disabled projects (780741e)
- add additional indexes on event model (1cd89d1)
- Allow changing audience type after creation of campaign (85b9d7a)
- Better highlight warnings in SecurityWarningBanner.tsx (91eb0f3)
- Clear notification cache keys when changing billing limits (e50c33a)
- Correctly show recipient count during creation and edit (d0191be)
- custom relative time to shorten strings for better UI fit (5e4adb7)
- display email progress instead of scheduling progress for campaigns (07f875c)
- Hide upsell banner if billing is not configured (433e796)
- Increase z-index of color picker (769e374)
- Move react and react-dom to dependencies instead of peerDependency for API (a555a12)
- Move react and react-dom to dependencies instead of peerDependency for API (f37bfcc)
- Only check free tier limits if billing is enabled (1713b23)
- Only fetch project members if project Id is defined (5a0a41c)
- Overflow of inputs in email editor (3336fa1)
- Prevent manual tracking of internal events that are automatically tracked (f34052e)
- prevent scheduling of campaign if billing limit reached (a3bbb1e)
- show correct default value for placeholder (04275e3)
- Unauthenticated users are redirected to login on subscribe/unsubscribe/manage pages (11ef47b)
- Update recipient count on create/update of campaign (ff5c79c)
- Verify if sending without tracking is possible in SESService (68f9979)