Skip to content

Commit c75f41a

Browse files
committed
Updated readme with new version
1 parent db5790c commit c75f41a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### [3.0.0](https://github.com/by-pinja/ngx-resource-calendar/compare/2.0.0...3.0.0) (2024-08-22)
4+
5+
### CHANGES
6+
7+
- Angular 18 or higher is now required to use this package
8+
39
### [2.0.0](https://github.com/by-pinja/ngx-resource-calendar/compare/1.1.0...2.0.0) (2024-04-22)
410

511
### CHANGES

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## What is this?
44

5-
Resource calendar for Angular 17+
5+
Resource calendar for Angular 18+
66

77
## Install
88

@@ -66,6 +66,16 @@ Simple usage example
6666
| `slotTemplate` | A custom template to use for slots | slot = SlotModel, resource = ResourceModel, day = DayModel |
6767
| `currentTimeTemplate` | A custom template to show current time etc. custom overlay | day = DateModel |
6868

69+
## Testing locally updated package
70+
71+
```bash
72+
$ npm run build
73+
$ cd dist/ngx-resource-calendar
74+
$ npm pack
75+
```
76+
77+
Copy `protacon-ngx-resource-calendar-0.0.1.tgz` from dist/ngx-resource-calendar to other project root and change to `package.json` `"@protacon/ngx-resource-calendar": "file:protacon-ngx-resource-calendar-0.0.1.tgz",`
78+
6979
## License
7080

7181
[The MIT License (MIT)](LICENSE)

0 commit comments

Comments
 (0)