Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikRoth committed Jun 17, 2023
1 parent ad5f715 commit 54290a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# 📅 ion7-calendar

Forked solved issues:

- Support for Angular version <= 15.x
- Allow user to select date before today on Ionic > 5
- Render the last two months and make lazy load of previous months
INFO: This is a forked package from ion2-calendar. Since ion2-calendar does not support Angular versions >= 16, I want to maintain this package to keep it up to date with the latest versions of angular and ionic.

[![npm version](https://badge.fury.io/js/ion7-calendar.svg)](https://badge.fury.io/js/ion7-calendar)
[![MIT License][license-image]][license-url]
Expand All @@ -15,9 +11,6 @@ Forked solved issues:
<img width="800" src="https://github.com/HsuanXyz/hsuanxyz.github.io/blob/master/assets/ion2-calendar/calendar-1.png?raw=true">
</p>

> English is not my native language; please excuse typing errors.
> [中文文档](https://github.com/HsuanXyz/ion2-calendar/blob/master/README-CN.md)
- Support date range.
- Support multi date.
- Support HTML components.
Expand All @@ -28,8 +21,11 @@ Forked solved issues:

# Support

- ionic-angular `^3.0.0` [2.x](https://github.com/HsuanXyz/ion2-calendar/tree/v2)
- @ionic/angular `4.0.0`
| npm Package Version | Angular Version | Ionic Version |
| ------------------- | ------------------- | ----------------- |
| from 3.6.25 | 12 <= Version <= 16 | 5 <= Version <= 7 |

Please send me a message if you notice that the support differs from the table.

# Demo

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"engines": {
"node": ">=18"
"node": ">=16"
},
"scripts": {
"start": "cd ./dev && npm start",
Expand Down

0 comments on commit 54290a8

Please sign in to comment.