react-big-schedule 4.2.1 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -2
- package/README.md +1005 -3
- package/dist/helper/behaviors.js +11 -9
- package/dist/helper/utility.js +6 -2
- package/package.json +4 -4
- package/dist/index.d.ts +0 -247
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
`2023-06-24`
|
|
3
3
|
|
|
4
4
|
- Updated Antd Version and added `@babel/cli` package [#39](https://github.com/ansulagrawal/react-big-schedule/pull/39) [@ansulagrawal](https://github.com/ansulagrawal)
|
|
5
|
-
- Fixes for calculating span and isEnd for events. [#35](https://github.com/ansulagrawal/react-big-schedule/pull/35) [@
|
|
5
|
+
- Fixes for calculating span and isEnd for events. [#35](https://github.com/ansulagrawal/react-big-schedule/pull/35) [@adam-m-clark](https://github.com/adam-m-clark)
|
|
6
|
+
|
|
7
|
+
Thanks to [@adam-m-clark](https://github.com/adam-m-clark) for fixing the span and isEnd Event.
|
|
6
8
|
|
|
7
9
|
## 4.2.0
|
|
8
10
|
`2023-06-17`
|
|
@@ -94,7 +96,7 @@ Note: Please note that this release includes a hotfix for the CSS file export is
|
|
|
94
96
|
- Custom view event span and scheduler header span for day view have been fixed. Check your code if you were affected by these issues.
|
|
95
97
|
- If you were relying on the previous behaviour of the `moment` library, note that the shift to `dayjs` may require adjustments to your code.
|
|
96
98
|
|
|
97
|
-
Thanks to [@hbatalhaStch](https://github.com/hbatalhaStch)
|
|
99
|
+
Thanks to [@hbatalhaStch](https://github.com/hbatalhaStch), Changes has been copied from his repo and done some minor changes.
|
|
98
100
|
|
|
99
101
|
# [2.0.0](https://github.com/ansulagrawal/react-big-schedule/compare/1.0.0...2.0.0) (2023-05-27)
|
|
100
102
|
|