Releases: getlago/lago
Releases · getlago/lago
v0.32.0-beta
API Changes
- feat(tax_rates): Add TaxRate model by @rsempe in getlago/lago-api#1012
- chore(deps): bump sidekiq from 6.5.1 to 7.0.8 by @dependabot in getlago/lago-api#999
- feat(tax_rates): Add tax rate resource by @rsempe in getlago/lago-api#1015
- feat(subscription): Allow plan filters on subscription index by @vincent-pochet in getlago/lago-api#1013
- feat(instant_charge): Expose more details in fee.instant_created webhook by @vincent-pochet in getlago/lago-api#1014
- feat(tax_rates): Add tax rate graphql resolvers by @rsempe in getlago/lago-api#1016
- feat(tax_rates): Add tax rate graphql mutations by @rsempe in getlago/lago-api#1017
- fix(credits): turn primary key column into uuid by @vincent-pochet in getlago/lago-api#1018
- feat(tax_rates): Refresh draft invoices when tax rate is updated by @rsempe in getlago/lago-api#1019
- feat (invoices): add logic for creating one-off invoice by @lovrocolic in getlago/lago-api#1002
- bug(invoice): fix total amount style in invoice template by @lovrocolic in getlago/lago-api#1020
- feat(tax_rate): Update tax rate only if params given by @rsempe in getlago/lago-api#1021
- fix(subscription): Take coupons into account for credit note creation at subscription termination by @vincent-pochet in getlago/lago-api#1022
Front Changes
- bug(instant-charge): fix search in plan form by @ansmonjol in getlago/lago-front#985
- feat(Invoice): Allow to create a one-off invoice by @ansmonjol in getlago/lago-front#983
- bug(addon): update snippet in form by @ansmonjol in getlago/lago-front#986
- breaking(router): remove support for old /tax-rate route by @ansmonjol in getlago/lago-front#989
- bug(plan-form): disable add mini amount by @ansmonjol in getlago/lago-front#987
- bug(combobox-item): fix spacing between element and it's parent by @ansmonjol in getlago/lago-front#988
What's Changed
- misc(readme): add product of the month badge by @sarkissianraffi in #232
- misc: Bump to v0.31.0-beta by @vincent-pochet in #233
Full Changelog: v0.30.0-beta...v0.32.0-beta
v0.31.0-beta
API changes
- feat(coupon): Replace legacy with version_number on invoices by @vincent-pochet in getlago/lago-api#975
- feat(invoice): Add new fees_amount_cents to invoice by @vincent-pochet in getlago/lago-api#980
- feat(invoice): Add new credit_notes_amount_cents to invoice by @vincent-pochet in getlago/lago-api#982
- feat(invoice): Add new coupons_amount_cents to invoice by @vincent-pochet in getlago/lago-api#981
- feat(invoice): Add new prepaid_credit_amount_cents to invoice by @vincent-pochet in getlago/lago-api#983
- fix(redis): activejob-uniqueness should take care of redis password by @vincent-pochet in getlago/lago-api#984
- misc(invoice): update some fr copy by @ansmonjol in getlago/lago-api#985
- feat(min_charge): add
true_up_fee_id
onFee
by @rsempe in getlago/lago-api#988 - fix(customers): fix updating data that is sent in billing_configuration payload by @lovrocolic in getlago/lago-api#987
- feat(invoice): Refactor invoice currency handling by @vincent-pochet in getlago/lago-api#977
- feat(coupon): expose invoice version & split PDF by @vincent-pochet in getlago/lago-api#979
- feat(min_charge): Assign true up fee to the usage fee by @rsempe in getlago/lago-api#989
- feat(min_charge): Update invoice template to include true up fees by @rsempe in getlago/lago-api#992
- feat(coupon): Add invoice v3 template by @vincent-pochet in getlago/lago-api#993
- misc: Fix rubocop warnings by @rsempe in getlago/lago-api#995
- feat(min_charge): Ability to create prorated true up fees by @rsempe in getlago/lago-api#994
- feat (invoices): add one-off invoice fields to fees by @lovrocolic in getlago/lago-api#997
- feat(coupons): Add before_vat flag to credits by @vincent-pochet in getlago/lago-api#991
- feat(coupon): Add coupons adjustment amount to credit notes by @vincent-pochet in getlago/lago-api#998
- fix(recurring-bm): fix period duration calculation by @lovrocolic in getlago/lago-api#1003
- feat(min_charge): Refactor to store true up parent fee id by @rsempe in getlago/lago-api#1000
- fix: Refresh draft credit note by @rsempe in getlago/lago-api#1006
- feat(invoice): Add sub_total amounts to invoice by @vincent-pochet in getlago/lago-api#986
- feat(coupon): Take coupons before VAT into account on credit notes by @vincent-pochet in getlago/lago-api#1001
- feat: Allow 0 as rate on percentage charge model by @rsempe in getlago/lago-api#1009
- feat(invoice): Remove invoices#amount_cents and invoices#credit_amount_cents by @vincent-pochet in getlago/lago-api#990
- fix(invoices): Return 0 if creditable amount cents is 0 for fees by @jdenquin in getlago/lago-api#1011
- feat(coupons): Apply coupons before VAT and bump invoice to v3 by @vincent-pochet in getlago/lago-api#996
Full Changelog: getlago/lago-api@v0.29.0-beta...v0.31.0-beta
Front changes
- bug(currency): CLP supports 0 decimal by @ansmonjol in getlago/lago-front#962
- feat(decimal): Support 4 decimal precision hence supporting CLF by @ansmonjol in getlago/lago-front#963
- chore(deps): bump undici from 5.14.0 to 5.22.0 by @dependabot in getlago/lago-front#964
- chore(deps): bump ua-parser-js from 0.7.31 to 0.7.35 by @dependabot in getlago/lago-front#965
- bug(PlanForm): disable trial period edit if not able to by @ansmonjol in getlago/lago-front#966
- feat(charge): allow to set a minimum spending amount by @ansmonjol in getlago/lago-front#959
- chore(Combobox): Remove item extra space and force space in charge section by @ansmonjol in getlago/lago-front#967
- chore(deps-minor) Update dependency eslint to v8.39.0 by @renovate in getlago/lago-front#970
- chore(deps-minor) Update dependency cypress to v12.10.0 by @renovate in getlago/lago-front#969
- feat(percentage-charge): allow 0% as value by @ansmonjol in getlago/lago-front#971
- chore(codegen): fix currency and amount usages by @ansmonjol in getlago/lago-front#974
- bug(webhook-logs): merge objects in cache by @ansmonjol in getlago/lago-front#973
- chore(deps) Update babel monorepo to v7.21.5 by @renovate in getlago/lago-front#975
- chore(deps) Update dependency @types/jest to v29.5.1 by @renovate in getlago/lago-front#976
- chore(deps-minor) Update dependency react-router-dom to v6.11.0 by @renovate in getlago/lago-front#981
- chore(deps-minor) Update dependency trim-newlines to v4.1.1 by @renovate in getlago/lago-front#982
- chore(deps) Update dependency @types/lodash to v4.14.194 by @renovate in getlago/lago-front#977
- chore(deps) Update dependency prettier to v2.8.8 by @renovate in getlago/lago-front#978
- chore(deps) Update dependency style-loader to v3.3.2 by @renovate in getlago/lago-front#979
- chore(deps) Update dependency styled-components to v5.3.10 by @renovate in getlago/lago-front#980
- feat(coupons): apply coupon to amount excluding taxes by @ansmonjol in getlago/lago-front#972
Full Changelog: getlago/lago-front@v0.29.1-beta...v0.31.0-beta
What's Changed
- misc(readme): add product of the month badge by @sarkissianraffi in #232
- misc: Bump to v0.31.0-beta by @vincent-pochet in #233
Full Changelog: v0.30.0-beta...v0.31.0-beta
v0.30.0-beta
What's Changed
- misc(docker): remove arm64 docker compose file by @jdenquin in #224
- README update - Lago Cloud and roadmap by @mathieu-lago in #225
- misc(version): Bump to v0.29.2-beta by @rsempe in #229
- misc(version): Bump to v0.30.0-beta by @rsempe in #230
Full Changelog: v0.29.1-beta...v0.30.0-beta
v0.29.1-beta
Full Changelog: v0.29.0-beta...v0.29.1-beta
v0.29.0-beta
API Changes
- feat (coupons): add billable metric limitations for coupons by @lovrocolic in getlago/lago-api#970
- feat(min_charge): Add min_amount_cents to Charge for graphql by @rsempe in getlago/lago-api#971
- feat(min_charge): Add service to create the true-up fee by @rsempe in getlago/lago-api#973
- fix(instant_charge): event properties might be nil by @vincent-pochet in getlago/lago-api#974
- fix(plan): Scope charge lookup to plan charges by @vincent-pochet in getlago/lago-api#976
- feat (localization): add german translations by @lovrocolic in getlago/lago-api#972
- fix (localization): fix german translations by @lovrocolic in getlago/lago-api#978
Front Changes
- Fix timezone by @ansmonjol in getlago/lago-front#938
- feat (coupons): Add billable metric coupon limitations by @lovrocolic in getlago/lago-front#939
- chore(deps-minor) Update dependency eslint to v8.38.0 by @renovate in getlago/lago-front#943
- chore(charge-accordion): move warning dialog in parent dom by @ansmonjol in getlago/lago-front#948
- chore(package): remove unused add package by @ansmonjol in getlago/lago-front#949
- feat(locale): add DE support by @ansmonjol in getlago/lago-front#946
- chore(CustomerList): extract edit drawer from looped element dom by @ansmonjol in getlago/lago-front#950
- fix(creditNote): better payback validation by @ansmonjol in getlago/lago-front#947
What's Changed
- misc(version): Bump to v0.29.0-beta by @vincent-pochet in #222
Full Changelog: v0.28.1-beta...v0.29.0-beta
v0.28.1-beta
API Changes
- HOTFIX: naming and migration for wallet balance and currency by @vincent-pochet in getlago/lago-api#962
- feat(min_charge): Add min_amount_cents to charges by @rsempe in getlago/lago-api#963
- misc: Upgrade ruby to 3.2.2 by @vincent-pochet in getlago/lago-api#964
- misc(db): Add 'prepared_statements' for production DB config by @omeraplak in getlago/lago-api#965
- feat(billable_metric): allow to filter by aggregation_type by @ansmonjol in getlago/lago-api#967
- feat(min_charge): Create and update a charge with min_amount_cents by @rsempe in getlago/lago-api#968
- chore(deps): bump nokogiri from 1.14.2 to 1.14.3 by @dependabot in getlago/lago-api#966
- misc(docker): add compatibiliy for docker multiarch by @jdenquin in getlago/lago-api#961
- misc(doc): remove fern def by @jdenquin in getlago/lago-api#969
Front Changes
- feat(subscription): display external id if present by @ansmonjol in getlago/lago-front#936
- fix(timezone): subscription default date start of day by @ansmonjol in getlago/lago-front#937
- chore: remove storybook by @ansmonjol in getlago/lago-front#941
- feat(plan-form): refactor charge section by @ansmonjol in getlago/lago-front#940
- misc(docker): use multiplatforms docker build by @jdenquin in getlago/lago-front#942
- fix(credit-note): credit note total display by @ansmonjol in getlago/lago-front#945
What's Changed
- misc(readme): add product of the week badge by @sarkissianraffi in #218
- fix: Add missing LAGO_FROM_EMAIL env for local dev by @vincent-pochet in #219
Full Changelog: v0.28.0-beta...v0.28.1-beta
v0.28.0-beta
API Changes
- feat(instant_charge): Add service to update invoice status by @vincent-pochet in getlago/lago-api#930
- feat(instant_charge): Add and update fees#payment_status by @vincent-pochet in getlago/lago-api#932
- feat(instant_charge): expose more details in fee serializer by @vincent-pochet in getlago/lago-api#934
- feat(instant_charge): add API end-point to update fee payment_status by @vincent-pochet in getlago/lago-api#935
- misc(mailer): prevent orga info display when data is not present by @ansmonjol in getlago/lago-api#943
- fix(invoice): prevent invoice template from raising error when billable metric is deleted by @lovrocolic in getlago/lago-api#944
- misc(events): update validations when creating batch events by @lovrocolic in getlago/lago-api#941
- feat(instant_charge): Add GET /api/v1/fees route by @vincent-pochet in getlago/lago-api#939
- feat(password_reset): Add new model and resolver by @ansmonjol in getlago/lago-api#945
- feat(password_reset): Add password request, create and reset flows by @ansmonjol in getlago/lago-api#942
- imp(fees): Add dates boundaries into serializer by @jdenquin in getlago/lago-api#946
- fix(invoices): Race conditions on finalized invoices by @jdenquin in getlago/lago-api#947
- feat(add-subscription): Allow to create with external ID by @ansmonjol in getlago/lago-api#948
- bug(password-reset): fix displayed links in email by @ansmonjol in getlago/lago-api#950
- misc: Add test scenarios for billing job by @vincent-pochet in getlago/lago-api#952
- fix: Do not bill subscription if not active by @rsempe in getlago/lago-api#955
- feat: Turn balance float amounts into cents by @vincent-pochet in getlago/lago-api#951
- fix: Do not create an invoice when recurring and no active subscriptions by @rsempe in getlago/lago-api#958
- hofix: Issue in wallet migration with deleted customers by @vincent-pochet in getlago/lago-api#959
- misc(gh): remove fern actions by @jdenquin in getlago/lago-api#960
Front Changes
- fix(svg): should use viewbox and not width/height by @ansmonjol in getlago/lago-front#922
- fix(ditto): update config for components by @ansmonjol in getlago/lago-front#923
- Feat instant charge by @MorganeLecurieux in getlago/lago-front#879
- misc(lago-logo): clean duplicate and update imports by @ansmonjol in getlago/lago-front#924
- feat(add-subscription): Allow to create with external ID by @ansmonjol in getlago/lago-front#926
- feat(reset-password): add new reset password flow by @ansmonjol in getlago/lago-front#925
- chore(deps-minor) Update sentry-javascript monorepo to v7.46.0 by @renovate in getlago/lago-front#927
- chore(deps-minor) Update typescript-eslint monorepo to v5.57.0 by @renovate in getlago/lago-front#928
- chore(plan-form): move first section into a memo component by @ansmonjol in getlago/lago-front#929
- chore(plan-form): move fee section in memo component by @ansmonjol in getlago/lago-front#930
- bug(charge-accordion): fix button not clickable when closed by @ansmonjol in getlago/lago-front#932
- chore(wallet): turn balance and amount into cents by @ansmonjol in getlago/lago-front#931
- chore(deps-minor) Update dependency ts-jest to v29.1.0 by @renovate in getlago/lago-front#934
- feat(plan-form): refactor first two sections by @ansmonjol in getlago/lago-front#935
What's Changed
- misc(docker): add LAGO_FRONT_URL variable to api worker by @ansmonjol in #214
- misc(readme): add product hunt badge by @sarkissianraffi in #216
- misc(readme): change roadmap link to Canny by @sarkissianraffi in #217
Full Changelog: v0.27.0-beta...v0.28.0-beta
v0.27.0-beta
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
v0.26.0-beta
API Changes
- chore(wallet): remove unused resolver and associated type by @ansmonjol in getlago/lago-api#880
- feat(instant_charge): Ability to have instant charges by @rsempe in getlago/lago-api#868
- feat(instant_charge): Add API route to show a fee by @vincent-pochet in getlago/lago-api#866
- feat(instant_charge): Add instant to Charge via GraphQL by @rsempe in getlago/lago-api#869
- misc: Add Rubocop GraphQL to improve GraphQL definitions by @vincent-pochet in getlago/lago-api#883
- publish java client to
io.github.lago-api:lago
by @dsinghvi in getlago/lago-api#882 - feat (customer_metadata): handle metadata for graphQL create and update by @lovrocolic in getlago/lago-api#855
- fix(events): Fix debugger with deleted customers by @vincent-pochet in getlago/lago-api#888
- misc: delete cable config and mark GraphQL schemas as generated by @vincent-pochet in getlago/lago-api#889
- feat(instant_charge): Allow fees#invoice_id to be null by @vincent-pochet in getlago/lago-api#890
- feat(instant_charge): Enqueue job to process an instant charge for a new event by @vincent-pochet in getlago/lago-api#887
- feat(rubocop): update rubocop rules for graphQL by @lovrocolic in getlago/lago-api#886
- feat(instant_charge): Compute instant aggregation by @vincent-pochet in getlago/lago-api#893
- feat(instant_charge): Add instant aggregation service on billable metrics by @vincent-pochet in getlago/lago-api#891
- feat(instant_charge): Add instant aggregation service on charges by @rsempe in getlago/lago-api#895
- imp(invoices): Support line break on invoice footer by @jdenquin in getlago/lago-api#894
- chore(BillableMetrics): remove unused type by @ansmonjol in getlago/lago-api#897
- chore(AddOn): remove unused single type by @ansmonjol in getlago/lago-api#898
- feat(instant_charge): Add instant_event_id to fees to track instant fee source by @vincent-pochet in getlago/lago-api#899
- feat(instant_charge): Add instant fee creation service by @vincent-pochet in getlago/lago-api#896
- chore(Coupon): remove unused single type by @ansmonjol in getlago/lago-api#900
- misc(Plan): remove unused single type by @ansmonjol in getlago/lago-api#902
- feat(instant_charge): Deliver webhooks for created fees by @vincent-pochet in getlago/lago-api#901
- feat (invoice_metadata): Add model setup for invoice metadata by @lovrocolic in getlago/lago-api#873
- feat(instant_charge): Fetch fee from subscriptions instead of invoices by @rsempe in getlago/lago-api#906
- feat (localization): Add norwegian locale by @lovrocolic in getlago/lago-api#904
- chore(deps): bump rack from 2.2.6.2 to 2.2.6.3 by @dependabot in getlago/lago-api#907
- fix(instant_charge): Fix scope for show fee route by @vincent-pochet in getlago/lago-api#908
- feat(instant_charge): exclude instant charges from monthly billing by @vincent-pochet in getlago/lago-api#909
- feat(emails): Add SMTP settings by @jdenquin in getlago/lago-api#910
- fix (customers): save correctly customer billing configuration upon customer creation by @lovrocolic in getlago/lago-api#911
- feat(instant_charge): Add scenarios by @vincent-pochet in getlago/lago-api#903
- misc(Rubocop): Disable ExtractType rule by @ansmonjol in getlago/lago-api#913
- feat (coupons): add few more coupon validations by @lovrocolic in getlago/lago-api#912
Front Changes
- chore(accordion): prevent rendering content when closed by @ansmonjol in getlago/lago-front#868
- chore(deps) Update dependency react-router-dom to v6.8.2 by @renovate in getlago/lago-front#870
- feat(customer): Add, edit, remove and display metadata by @ansmonjol in getlago/lago-front#862
- bug(credit_notes): fix multiple plan display by @ansmonjol in getlago/lago-front#873
- chore(deps-minor) Update sentry-javascript monorepo to v7.39.0 by @renovate in getlago/lago-front#871
- chore(deps) Update material-ui monorepo to v5.11.11 by @renovate in getlago/lago-front#874
- chore(deps) Update dependency styled-components to v5.3.8 by @renovate in getlago/lago-front#876
- chore(deps-minor) Update sentry-javascript monorepo to v7.40.0 by @renovate in getlago/lago-front#875
- chore(deps) Update dependency @types/sanitize-html to v2.8.1 by @renovate in getlago/lago-front#877
- chore(deps-minor) Update dependency cypress to v12.7.0 by @renovate in getlago/lago-front#861
- chore: remove BM details type association by @ansmonjol in getlago/lago-front#880
- chore: remove AddOn details type association by @ansmonjol in getlago/lago-front#881
- chore: remove Coupons details type and association by @ansmonjol in getlago/lago-front#882
- chore: remove Plan details type association by @ansmonjol in getlago/lago-front#883
- chore(deps-minor) Update typescript-eslint monorepo to v5.54.0 by @renovate in getlago/lago-front#872
- chore(PlanCodeSnippet): add missing attribute by @ansmonjol in getlago/lago-front#884
- chore(deps) Update dependency @apollo/client to v3.7.10 by @renovate in getlago/lago-front#888
- feat(invoice): add metadata drawer by @ansmonjol in getlago/lago-front#878
- chore(Accordion): allow transitionProps as props by @ansmonjol in getlago/lago-front#889
- feat(locale): add Norwegian as available value by @ansmonjol in getlago/lago-front#864
- bug(Customer): fix vat button click not working by @ansmonjol in getlago/lago-front#892
- chore(deps) Update dependency @mui/material to v5.11.12 by @renovate in getlago/lago-front#893
- chore(deps-minor) Update sentry-javascript monorepo to v7.41.0 by @renovate in getlago/lago-front#897
- chore(deps-minor) Update jest monorepo to v29.5.0 by @renovate in getlago/lago-front#896
- chore(deps-minor) Update dependency eslint-config-prettier to v8.7.0 by @renovate in getlago/lago-front#895
- chore(deps) Update typescript-eslint monorepo to v5.54.1 by @renovate in getlago/lago-front#894
- chore(deps-major) Update dependency fork-ts-checker-webpack-plugin to v8 by @renovate in getlago/lago-front#891
- chore(deps-minor) Update dependency eslint to v8.35.0 by @renovate in getlago/lago-front#869
- feat(metadata): invoice value an be 255 length by @ansmonjol in getlago/lago-front#898
What's Changed
Full Changelog: v0.25.0-beta...v0.26.0-beta
v0.25.0-beta
API Changes
- misc(fern): Fix java client repository name by @dsinghvi in getlago/lago-api#871
- fix: update invoice and credit note customer name by @lovrocolic in getlago/lago-api#874
- generate OpenAPI for
getlago/lago-openapi-v2
by @dsinghvi in getlago/lago-api#872 - fix(invoices): Prevent double billing when refreshing draft invoices by @vincent-pochet in getlago/lago-api#875
- chore: Update PULL_REQUEST_TEMPLATE.md by @ansmonjol in getlago/lago-api#877
- chore(wallet_transaction): remove unused resolver and associated type by @ansmonjol in getlago/lago-api#878
- fix(invoice): Prevent double billing with timezone by @vincent-pochet in https://github.com/getlago/l
Front changes
- feat(nav): add feature requests link by @ansmonjol in getlago/lago-front#863
- chore(graph): update graph to last version by @ansmonjol in getlago/lago-front#866
- chore(graph): update graph to last version by @ansmonjol in getlago/lago-front#867
What's Changed
- Release v0.25.0-beta by @vincent-pochet in #204
Full Changelog: v0.24.0-beta...v0.25.0-beta