API Changes
- misc(Customer): merge single object and object types by @ansmonjol in getlago/lago-api#905
- fix(credit-notes): Truncate item amount on termination by @vincent-pochet in getlago/lago-api#917
- feat(bm): Prevent update if attached to plan by @vincent-pochet in getlago/lago-api#914
- fix: Correct percentage calculation for fixed amount by @rsempe in getlago/lago-api#916
- misc: Update email regex to be consistent with the frontend by @rsempe in getlago/lago-api#915
- chore(deps): bump rack from 2.2.6.3 to 2.2.6.4 by @dependabot in getlago/lago-api#919
- feat(email): Add Organization email settings by @jdenquin in getlago/lago-api#918
- fix: Ensure migrations with tasks from prior v0.24.0-beta passes by @vincent-pochet in getlago/lago-api#920
- feat(instant_charge): Ability to have an instant charge by @rsempe in getlago/lago-api#892
- feat(instant_charge): Allow instant fee creation without persistence by @vincent-pochet in getlago/lago-api#921
- feat(instant_charge): Add fee estimate instant service by @vincent-pochet in getlago/lago-api#922
- feat (customer portal): add graphql support for generating customer portal url by @lovrocolic in getlago/lago-api#925
- feat(instant_charge): Add API route to estimate instant fees amount by @vincent-pochet in getlago/lago-api#923
- feat (customer portal): Add api endpoint for fetching customer portal url by @lovrocolic in getlago/lago-api#931
- feat (customer portal): add customer portal auth and setup invoices query by @lovrocolic in getlago/lago-api#926
- fix(charge_models): Change Integer types to BigInt by @vincent-pochet in getlago/lago-api#933
- fix(invoice template): fix invoice template header overflow by @lovrocolic in getlago/lago-api#936
- fix: add licence check in generate customer portal url service by @lovrocolic in getlago/lago-api#937
- feat(emails): Add Invoice Finalized Mailer by @jdenquin in getlago/lago-api#924
- feat(emails): Add Credit Note Mailer by @jdenquin in getlago/lago-api#929
- fix (payment providers): remove null constraint on refunds for payment_provider_id field by @lovrocolic in getlago/lago-api#938
- misc: Update and fix contribution guide by @vincent-pochet in getlago/lago-api#940
Front Changes
- chore(copy): fix wrongly names keys and clean inspect script by @ansmonjol in getlago/lago-front#902
- chore(UserIdentifier): prevent query if user is not authenticated by @ansmonjol in getlago/lago-front#903
- chore(Customer): remove all CustomerDetails occurences by @ansmonjol in getlago/lago-front#890
- chore(ChargePercentage): reorder translations by @ansmonjol in getlago/lago-front#908
- bug: 💊 Prevent BM update if used in plan by @MorganeLecurieux in getlago/lago-front#904
- chore(deps-minor) Update dependency react-router-dom to v6.9.0 by @renovate in getlago/lago-front#906
- chore(deps-minor) Update dependency eslint to v8.36.0 by @renovate in getlago/lago-front#905
- chore(deps-minor) Update dependency webpack to v5.76.0 [SECURITY] by @renovate in getlago/lago-front#909
- chore(deps-minor) Update sentry-javascript monorepo to v7.42.0 by @renovate in getlago/lago-front#900
- bug(email): better validation by @ansmonjol in getlago/lago-front#907
- chore: init sentry only if SENTRY_DSN is defined by @ansmonjol in getlago/lago-front#638
- bug(AddOn): should be able to create with a min of 0.01 by @ansmonjol in getlago/lago-front#910
- chore(CurrentUser): prevent fetch is user is not authenticated by @ansmonjol in getlago/lago-front#911
- chore(deps-minor) Update dependency @babel/core to v7.21.3 by @renovate in getlago/lago-front#856
- chore(deps-minor) Update graphqlcodegenerator monorepo by @renovate in getlago/lago-front#858
- chore(deps-minor) Update dependency @types/jest to v29.5.0 by @renovate in getlago/lago-front#913
- chore(deps-minor) Update dependency @types/sanitize-html to v2.9.0 by @renovate in getlago/lago-front#914
- chore(deps-minor) Update dependency luxon to v3.3.0 by @renovate in getlago/lago-front#886
- chore: 👩🏽🎤 Allow variant and contextual translations by @MorganeLecurieux in getlago/lago-front#912
- chore(deps) Update dependency prettier to v2.8.5 by @renovate in getlago/lago-front#917
- feat: ➕ Add Segment and Hightouch integration by @MorganeLecurieux in getlago/lago-front#916
- feat: 😎 Update customer website url by @MorganeLecurieux in getlago/lago-front#915
- chore(invoice-overview): update credit note total display by @ansmonjol in getlago/lago-front#920
- fix(charge): change integer types to bigint by @ansmonjol in getlago/lago-front#921
- feat: add customer portal by @ansmonjol in getlago/lago-front#919
- chore(deps-minor) Update dependency eslint-config-prettier to v8.8.0 by @renovate in getlago/lago-front#918
- chore(deps-major) Update dependency @dittowords/cli to v3 by @renovate in getlago/lago-front#901
- chore(deps) Update dependency webpack to v5.76.2 by @renovate in getlago/lago-front#899
- Feat send invoice email by @MorganeLecurieux in getlago/lago-front#885
What's Changed
- misc(docker): bump to v0.26.0-beta by @jdenquin in #206
- Fix Typo by @poly4concept in #207
- misc(sentry): Allow custom DSN for lago-front by @ansmonjol in #208
New Contributors
- @poly4concept made their first contribution in #207
Full Changelog: v0.26.0-beta...v0.27.0-beta