Skip to content

Commit e366513

Browse files
authored
Merge pull request #45 from add2cal/dev
fixes
2 parents ecacbb8 + 9feb35a commit e366513

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ In terms of system support, **all modern browsers** (Chrome, Edge, Firefox, Safa
3131

3232
See [add-to-calendar-button.com](https://add-to-calendar-button.com/) for a live demo and more documentation.
3333

34-
And remember to [**star** this repository](#) in order to stay up-to-date and save it for later! 🤗
35-
3634
<br />
3735

3836
---
@@ -124,6 +122,8 @@ If you need to use the type explicitely, you can import it via:
124122
import type { AddToCalendarButtonType } from 'add-to-calendar-button-react';
125123
```
126124

125+
<br />
126+
127127
### All options and hidden features
128128

129129
Find all information about the available props and how to configure specific features on the demo page at [add-to-calendar-button.com/configuration](https://add-to-calendar-button.com/configuration).
@@ -138,8 +138,20 @@ Mind the difference to the web component! At this wrapper, you would use the `<A
138138

139139
<br />
140140

141+
## 🤗 Support it!
142+
143+
You like this project? It would be awesome if you would support it, so it lives on!
144+
145+
-[Star the repository](#) in order to stay up-to-date and save it for later!
146+
- 📣 Spread the word! On Twitter/X, Medium, Discord, Facebook, ...
147+
- ✍️ Leave a review at [ProductHunt](https://www.producthunt.com/products/add-to-calendar-button-generator/reviews).
148+
- 💌 Send us some positive feedback at the [discussion board](https://github.com/add2cal/add-to-calendar-button/discussions).
149+
150+
<br />
151+
141152
## ⚡ Changelog
142153

154+
- v2.3 : update to parent script v2.3; pastDateHandling, disabled option, static-dropup option, new languages
143155
- v2.2 : update to parent script v2.2; type fixes; "attendee" option; better lazy load of external css
144156
- v2.1 : update to parent script v2.1; type fixes
145157
- v2.0 : supporting latest major version of the parent script

assets/readme-header.png

-781 Bytes
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "add-to-calendar-button-react",
3-
"version": "2.2.9",
3+
"version": "2.3.0",
44
"engines": {
55
"node": ">=16.18.1",
66
"npm": ">=8.19.2"

src/AddToCalendarButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export type AddToCalendarButtonProps = {
7070
customLabels?: object | string;
7171
customCss?: string;
7272
lightMode?: 'system' | 'dark' | 'light' | 'bodyScheme' | string;
73-
language?: 'en' | 'de' | 'nl' | 'fr' | 'es' | 'pt' | 'tr' | 'zh' | 'ar' | 'hi' | 'pl' | 'ro' | 'id' | 'no' | 'fi' | 'sv' | 'cs' | 'ja' | 'it' | 'ko' | 'vi' | string;
73+
language?: 'en' | 'de' | 'nl' | 'fa' | 'fr' | 'es' | 'et' | 'pt' | 'tr' | 'zh' | 'ar' | 'hi' | 'pl' | 'ro' | 'id' | 'no' | 'fi' | 'sv' | 'cs' | 'ja' | 'it' | 'ko' | 'vi' | string;
7474
hideRichData?: boolean | string;
7575
ty?: object | string;
7676
rsvp?: object | string;

0 commit comments

Comments
 (0)