v1.0.0-alpha.1
Pre-release
Pre-release
·
19 commits
to v1.0.0-alpha
since this release
Hi.Events v1.0.0-alpha.1 β Pre-release π
What's Changed
β New Features
- Sell products alongside tickets (merchandise, donations, etc.) β [#239](#239)
- Event reports (Daily Sales, Product, Promo Code) β [#285](#285)
- Redesigned settings page β [#289](#289)
- Checkout flow UI improvements β [#293](#293)
- Dashboard UI updates & Social Share Modal β [#304](#304)
- Ability to add notes to attendees & refactored attendee modal β [#320](#320)
- Offline payment support β [#341](#341)
- Invoicing support β [#341](#341)
- Make Stripe Connect account type configurable β [#359](#359)
- Public Organizer API endpoints β [#362](#362)
- Webhook support β [#366](#366)
- Duplicate products with one click β [#374](#374)
- Homepage Designer preview updates β [#375](#375)
- Redesigned Login & Register pages β [#378](#378)
- Fathom Analytics tracking support β [commit](b9ccedf)
- Include βPromo Codeβ in order exports
π Bug Fixes
- Fix missing environment variables β [#369](#369)
- Fix DE translation errors β [#354](#354)
- Remove 100 order limit from Order Exports β [commit](844fa93)
π§Ή Improvements & Cleanups
- Rearranged backend directories β [#296](#296)
- Improve Stripe event handling β [#358](#358)
- Improve application fee handling β [#373](#373)
- Upgrade React Router to v7 β [commit](8a7837a)
New Contributors π
Full Changelog
π [Compare v0.8.0-beta.9...v1.0.0-alpha.1](v0.8.0-beta.9...v1.0.0-alpha.1)
Upgrade Guide π§
π§ This is an alpha release and not yet recommended for production. We welcome testers!
If you're not calling the API directly:
- Pull the branch.
- Run migrations.
- You're good to go!
If you're using the API:
- There are breaking changes, primarily the renaming of
ticket
toproduct
. - A detailed guide for these changes will be provided upon full release.