Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release December #443

Merged
merged 39 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from 37 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
5924aa1
docs: adds explanation (handleStripeSCAPayment)
mohitb35 Aug 2, 2023
53345a0
chore: updates planet-sdk
mohitb35 Aug 2, 2023
476b00f
feat: adds `unitType` (`PaymentOptions` interface)
mohitb35 Aug 2, 2023
a04b1f1
feat: integrate unitType in DonationsForm
mohitb35 Aug 4, 2023
39d2cb8
feat: use unitType in TransactionSummary
mohitb35 Aug 4, 2023
e66fd6c
feat: allows PC* payment only for unitType=tree
mohitb35 Aug 18, 2023
976b036
fix: removes unused ProjectPurpose type
mohitb35 Aug 18, 2023
5f11d71
add new icon
prachigarg19 Sep 12, 2023
e46458d
style: replace color of icon
prachigarg19 Oct 9, 2023
aa04a42
chore: add zor for email validation
prachigarg19 Oct 10, 2023
3c6c786
refactor: implement zor email vaidation
prachigarg19 Oct 10, 2023
a8ac137
Merge pull request #434 from Plant-for-the-Planet-org/feature/update-…
mariahosfeld Oct 18, 2023
ad06253
Merge pull request #442 from Plant-for-the-Planet-org/feature/merge-f…
mariahosfeld Oct 18, 2023
ee608fd
refactor: change error message
prachigarg19 Oct 19, 2023
b9cfae5
Changes made:
prachigarg19 Oct 19, 2023
a173f28
refactor: add email validation in GiftForm
prachigarg19 Oct 19, 2023
6d34fde
refactor: add email validation for OnBehalf
prachigarg19 Oct 19, 2023
74ca710
changes made:
prachigarg19 Oct 20, 2023
2c2bd32
Merge pull request #440 from Plant-for-the-Planet-org/feature/email-v…
mariahosfeld Oct 23, 2023
3569045
Merge branch 'develop' into feature/integrate-unit-type
mohitb35 Oct 25, 2023
238f907
feat: updates Thank you screen for m2 donations
mohitb35 Oct 25, 2023
3976a99
feat: temp adjustments for tree + m2 donations
mohitb35 Oct 25, 2023
3a59d74
chore: installs dev dependencies
mohitb35 Nov 9, 2023
bbb9b28
feat: matches contact form validation to backend
mohitb35 Nov 9, 2023
ab46edd
fix: resolves UX issues in "form-error" blocks
mohitb35 Nov 9, 2023
560e971
fix: fixes overly permissive regexp range
mohitb35 Nov 9, 2023
754e107
fix: corrects error message for companyName
mohitb35 Nov 10, 2023
83413f1
feat: updates contact form val. (first/last name)
mohitb35 Nov 20, 2023
f01b7e8
fix: formats donation.units in ThankyouMessage
mohitb35 Nov 20, 2023
451c04b
Language update from LingoHub 🤖
norbertschuler Nov 26, 2023
7211edf
Merge pull request #449 from Plant-for-the-Planet-org/lingohub_langua…
mariahosfeld Nov 29, 2023
330e4de
Merge pull request #446 from Plant-for-the-Planet-org/feature/update-…
mariahosfeld Nov 29, 2023
50f8f3c
Language update from LingoHub 🤖
mariahosfeld Nov 29, 2023
2b0dc06
Merge pull request #450 from Plant-for-the-Planet-org/lingohub_langua…
mariahosfeld Nov 29, 2023
de42253
Merge pull request #424 from Plant-for-the-Planet-org/feature/integra…
mariahosfeld Nov 29, 2023
61644e9
Language update from LingoHub 🤖
mariahosfeld Nov 29, 2023
86f4308
Merge pull request #451 from Plant-for-the-Planet-org/lingohub_langua…
mariahosfeld Nov 29, 2023
3219d25
chore: updates planet sdk
mohitb35 Dec 11, 2023
a615988
Merge pull request #452 from Plant-for-the-Planet-org/feature/update-…
mariahosfeld Dec 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["next/babel"]
"presets": ["next/babel"],
"plugins": ["@babel/plugin-transform-unicode-regex"]
}
Loading
Loading