Releases: apptension/saas-boilerplate
Releases · apptension/saas-boilerplate
2.0.0
⚠ BREAKING CHANGES
- Load env variables required to build and deploy the app from AWS SSM Parameter Store instead of .env files (#205)
- #174 Implement new UI look based on Radix UI and Tailwindcss (#254) (f0d1ad8)
Features
- Load env variables required to build and deploy the app from AWS SSM Parameter Store instead of .env files (#205) (a3d76b8)
- #174 Implement new UI look based on Radix UI and Tailwindcss (#254) (f0d1ad8)
- #264 Remove E2E tests (#281) (47c3803)
- #279 Style demo items images, add better description of the Contentful integration (#291) (8ea05c1)
- Adapt plop to new components (#304) (158e57a)
- Add Algolia search to docs (#237) (7faf4a2)
- Add and sort storybook stories (#290) (efc6f9b)
- Add Gtag tracking to the docs (#305) (272896e)
- Change logo in docs (#283) (f2d6682), closes #269 #269
- Implement more restrictive permissions for access to SSM parameter store and KMS keys (#208) (44a1842)
- Replace flake8 with ruff inside workers (#241) (d831176)
- Update crud plop (#307) (e268c8f)
- Update SB logo (#261) (ef67255)
- Upgrade and speed up storybook (#267) (278174f)
- Upgrade build CodeBuild images to 7.0 (#239) (6cac2d6)
Bug Fixes
- #280 Set
en
locale for Stripe elements instead of defaultauto
(#284) (e368efe) - #297 Fix missing graphql dependency issue (#302) (9ba5d7f)
- Error message overlaps the button #289 (#292) (826e0f9)
- Fix Bitbucket pipelines (#300) (951650a)
- Fix the TS2742 errors by moving some of the dependencies to root package.json (#201) (8eb8816)
- Navigation after editing or adding new crud item (#296) (86f63c0)
- Reference tools' env variables via AWS Parameter Store (#253) (fc9d6fc)
- Refresh contentful item list page (#298) (66b9b66)
- Scroll on 2FA page - #288 (#294) (8dd2925)
- Squash user migrations and create initial superuser with UserProfile (#199) (1759239), closes #180
- Sync stripe's Product and Price models before initialising subscriptions locally (#231) (1ab9ba4)
- Use ECR public images with Pull-Through-Cache inside AWS CodePipeline (#215) (e8be123)
2.0.0-alpha.1
2.0.0-alpha.0
Features
- Add "How to update schema?" page to V2 docs (712ed8b)
- Add "The problem" docs page content (eea0dfc)
- Add a
remote-shell
rule to backend's Makefile (ff2bf58) - Add API reference commands to backend scope (a5a68b8)
- Add architecture docs (fdf1659)
- Add assets management feature description (5cc9b2c)
- Add authentication and authorization feature description (9bf0f1e)
- Add bitbucket pipeline changesets (19884b7)
- Add CMS feature description (2a3eaaf)
- Add content for V2 docs (2ba24a5)
- Add create new environment instructions to docs along with .env files API Reference (7acd4bd)
- Add CRUD feature description (a85fd46)
- Add description of the admin feature to the docs (6b69ab2)
- Add description of the async workers feature to the docs (3a692dd)
- Add description of the E2E tests feature to the docs (8726c64)
- Add description of the GraphQL feature to the docs (671a03f)
- Add docs for CI/CD feature (b856926)
- Add docs for IaC feature (8ae1fcf)
- Add emails feature description (672eda0)
- Add GitHub actions configuration (#158) (656da8f)
- Add header links to the docs (976e7c6)
- Add payments and subscriptions feature description (c2aa4a0)
- Add webapp API reference commands page (840b4c6)
- Add webapp testing docs article (63cf9ab)
- Automatically generate backend API Reference markdown docs (12301c2)
- Env variables API doc (8263a0d)
- Fix version matrix and add docs (777e6d9)
- Introduce docs component (afefdbb)
- Refactor webapp types (4edaff1)
- Remove all TBD and TODOs from V2 docs (92fce4a)
- change copy for expired password reset link (739f77f)
- Throttle password reset (03be64c)
- Set PDM minimum version (8807b39)
- hooks dir refactor (f8b6a18)
- review plop templates (1c2a341)
- Run eslint for all packages in bitbucket pipelines (9a8a364)
- Remove prop-types library (babeaa6)
- Update Node version of async workers to latest available in Lambda (da62fd1)
- SB-732, Init Apollo migration (63ecba2)
- Finished update user migration (463bf7e)
- Change password migration (cd5e77d)
- Migrate authConfirmUserEmailMutation to Apollo (54e9848)
- Request password reset (f15db08)
- Password Reset Request Confirm (pull request ) (a636cce)
- Migrate configContentfulAppConfigQuery to Apollo (1dcbd6a)
- migrate stripe payment method query (8f9ddf2)
- migrate stripe all charges query (7495578)
- migrate delete payment method mutation (458fff6)
- migrate default payment method update (8011ac6)
- migrate stripe pay intent create mutation feat: migrate stripe pay intent update mutation (46b6971)
- migrate create intent setup (9878972)
- migrate subscripion plans all query (0892159)
- migrate subscription queries (9daa7f6)
- migrate subscription change active (1891836)
- migrate subscription cancel mutation (5cfe114)
- Migrate new crud demo item form to Apollo (f0f1ada)
- Migrate CRUD demo item list to Apollo (9aa1e47)
- migrate crud delete mutation, feat: fix for apollo errors (c6183eb)
- migrade crudDemoDropdown to apollo (060fa16)
- migrate crud query to apollo (0e01c43)
- convert edit crud mutation to apollo (ab50e77)
- migrate query from demoItem (2747f31)
- Migrate demoItemsAllQuery (b420b1e)
- Migrate notifications list query to Apollo (55c9930)
- Migrate notification mutation to Apollo (eccbc08)
- Migrate notificationsListMarkAsReadMutation mutation to use Apollo (0521f16)
- Migrate notification subscription to use Apollo, fix websockets on localhost ([22743...
v1.0-alpha
Add Components stack to CI Pipeline (#31)