react-big-schedule 4.2.1 → 4.2.3

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 CHANGED
@@ -1,10 +1,26 @@
1
- ## 4.2.1
1
+ ## [4.2.2](https://github.com/ansulagrawal/react-big-schedule/compare/4.2.1...4.2.2)
2
+
3
+ `2023-06-27`
4
+
5
+ - Updated Readme by @ansulagrawal in [#46](https://github.com/ansulagrawal/react-big-schedule/pull/46)
6
+ - Chore(deps-dev): Bump webpack from 5.87.0 to 5.88.0 by @dependabot in [#50](https://github.com/ansulagrawal/react-big-schedule/pull/50)
7
+ - Chore(deps): Bump antd from 5.6.2 to 5.6.3 by @dependabot in [#51](https://github.com/ansulagrawal/react-big-schedule/pull/51)
8
+
9
+ #### New Contributors
10
+
11
+ - @dependabot
12
+
13
+ ## [4.2.1](https://github.com/ansulagrawal/react-big-schedule/compare/4.2.0...4.2.1)
2
14
  `2023-06-24`
3
15
 
4
16
  - 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) [@ansulagrawal](https://github.com/ansulagrawal)
17
+ - 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)
18
+
19
+ #### New Contributors
20
+ - [@adam-m-clark](https://github.com/adam-m-clark)
21
+
22
+ ## [4.2.0](https://github.com/ansulagrawal/react-big-schedule/compare/3.0.2...4.0.0)
6
23
 
7
- ## 4.2.0
8
24
  `2023-06-17`
9
25
 
10
26
  - Fix the default export file `index.js`.
@@ -13,38 +29,16 @@
13
29
  - Added `type-definitions` for the library.
14
30
  - Fix the locale for both library `antd` and `dayjs`.
15
31
  - Fix the `package.json` main parameter value.
16
-
17
- # [4.0.0](https://github.com/ansulagrawal/react-big-schedule/compare/3.0.2...4.0.0) (2023-06-17)
18
-
19
- ### Bug Fixes
20
-
21
- - Fix the configration issue
22
- - Remove unnecessary package dependencies
23
- - Remove build from github
24
-
25
- ### Major Changes
26
-
27
- - Shifted from Vite to Webpack for stable release
28
- - Made a stable import for all formats
29
-
30
- ### BREAKING CHANGES
31
-
32
- - Fix the configration.
33
- - Removed unwanted Packages i.e. Vite, moment.
34
- - Added Package dayjs
35
32
  - Moved from vite to webpack for stable release
36
- - Fix the configration.
37
- - Removed unwanted Files.
38
- - Moved from vite to webpack
33
+ - Made a stable import for all formats
34
+ - Remove build from github
35
+ - Remove unnecessary package dependencies
39
36
 
40
- # [3.0.2](https://github.com/ansulagrawal/react-big-schedule/compare/3.0.1...3.0.2) (2023-06-11)
41
37
 
42
- ### New Feature:
38
+ ## [3.0.2](https://github.com/ansulagrawal/react-big-schedule/compare/3.0.1...3.0.2)
39
+ `2023-06-11`
43
40
 
44
41
  - Added support for importing the React Big Schedule library in the umd.js format.
45
-
46
- ### Hotfix:
47
-
48
42
  - Fixed an issue with importing the React Big Schedule library into the project.
49
43
  - Fixed an issue with importing the locale for antd and dayjs.
50
44
 
@@ -53,25 +47,15 @@ Note:
53
47
  - With this release, users can now import the React Big Schedule library in the umd.js format, providing more flexibility and compatibility with different project setups.
54
48
  - Please ensure to update your projects to this version to take advantage of the new feature and the fixed import issues.
55
49
 
56
- # [3.0.1](https://github.com/ansulagrawal/react-big-schedule/compare/3.0.0...3.0.1) (2023-06-04)
50
+ # [3.0.1](https://github.com/ansulagrawal/react-big-schedule/compare/3.0.0...3.0.1)
57
51
 
58
- ### HotFix
52
+ `2023-06-04`
59
53
 
60
54
  - Fixed exporting of CSS file in the build process to ensure proper functionality.
61
-
62
- ### Configuration Changes
63
-
64
55
  - Removed publishing on GitHub as npm is already available for distribution.
65
56
 
66
- ### Breaking Changes
67
-
68
- None.
69
-
70
- Note: Please note that this release includes a hotfix for the CSS file export issue and configuration changes related to publishing on GitHub. No breaking changes have been introduced in this release.
71
-
72
- # [3.0.0](https://github.com/ansulagrawal/react-big-schedule/compare/2.0.0...3.0.0) (2023-06-04)
73
-
74
- ### Features:
57
+ # [3.0.0](https://github.com/ansulagrawal/react-big-schedule/compare/2.0.0...3.0.0)
58
+ `2023-06-04`
75
59
 
76
60
  - Removed usage of `UNSAFE_componentWillReceiveProps`.
77
61
  - Fixed event span for day `viewType`.
@@ -84,33 +68,25 @@ Note: Please note that this release includes a hotfix for the CSS file export is
84
68
  - Added options to place the event item popover at the mouse position using `eventItemPopoverPlacement`: `topLeftMousePosition`, `bottomLeftMousePosition`, `topRightMousePosition`, `bottomRightMousePosition`.
85
69
  - Shifted from moment to dayjs library.
86
70
 
87
- ### Breaking Changes:
88
-
89
- - Removed usage of `UNSAFE_componentWillReceiveProps`. Update your code to use alternative lifecycle methods or hooks as necessary.
90
- - Event span for day `viewType` has been fixed. Review your code if you were relying on the previous behaviour.
91
- - If you were extending the `Scheduler` component or using `SchedulerProps`, update your code to include generics for `EventItem` type.
92
- - If you were relying on the previous behaviour of resource view visibility, update your code to use the new option to hide it.
93
- - If you were customizing the event item popover placement, update your code to use the new option to change the placement.
94
- - 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
- - 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
-
97
- Thanks to [@hbatalhaStch](https://github.com/hbatalhaStch) for suggesting improvements.
71
+ Thanks to [@hbatalhaStch](https://github.com/hbatalhaStch), Changes has been copied from his repo and done some minor changes.
98
72
 
99
- # [2.0.0](https://github.com/ansulagrawal/react-big-schedule/compare/1.0.0...2.0.0) (2023-05-27)
73
+ #### New Contributors
100
74
 
101
- ### Features
75
+ - [@hbatalhaStch](https://github.com/hbatalhaStch)
102
76
 
103
- - Add configurable colour visibility and optional date display in popover. https://github.com/ansulagrawal/react-big-schedule/pull/16
77
+ # [2.0.0](https://github.com/ansulagrawal/react-big-schedule/compare/1.0.0...2.0.0)
78
+ `2023-05-27`
104
79
 
105
- - Add configurable cell size options for Week, Month, and Year views. https://github.com/ansulagrawal/react-big-schedule/pull/17
80
+ - Add configurable colour visibility and optional date display in popover. [#16](https://github.com/ansulagrawal/react-big-schedule/pull/16)
106
81
 
107
- - Add SWAP event function for event swapping in library. https://github.com/ansulagrawal/react-big-schedule/pull/18
82
+ - Add configurable cell size options for Week, Month, and Year views. [#17](https://github.com/ansulagrawal/react-big-schedule/pull/17)
108
83
 
109
- - Enhance library with wrapper function and streamlined dependencies. https://github.com/ansulagrawal/react-big-schedule/pull/19
110
- - Fix bugs and enhancement of format. https://github.com/ansulagrawal/react-big-schedule/pull/20
84
+ - Add SWAP event function for event swapping in library. [#18](https://github.com/ansulagrawal/react-big-schedule/pull/18)
111
85
 
112
- ### BREAKING CHANGES
86
+ - Enhance library with wrapper function and streamlined dependencies. [#19](https://github.com/ansulagrawal/react-big-schedule/pull/19)
87
+ - Fix bugs and enhancement of format. [#20](https://github.com/ansulagrawal/react-big-schedule/pull/20)
113
88
 
89
+ ### Breaking Changes:
114
90
  - Added a configuration option to show or hide colour in the popover.
115
91
  - Made the date in the popover optional. If the `eventItemPopoverDateFormat` is empty, the date will be hidden.
116
92
  - Added new configuration options to set the cell size for the Week, Month, and Year views.
@@ -123,13 +99,8 @@ Thanks to [@hbatalhaStch](https://github.com/hbatalhaStch) for suggesting improv
123
99
  - Removed the dependency on the `withDndContext` function.
124
100
  - Streamlined dependencies, eliminating the need for users to install both `react-dnd-html5-backend` and `react-dnd` separately.
125
101
 
126
- # 1.0.0 (2023-05-21)
127
-
128
- ### Features
129
-
130
- - Updated Package Versions
131
-
132
- ### BREAKING CHANGES
102
+ ## 1.0.0
103
+ `2023-05-21`
133
104
 
134
105
  - Updated Node Version from 14 -> 18
135
106
  - Updated Ant Design Version 3.16.6 -> 5.0.1
@@ -138,3 +109,7 @@ Thanks to [@hbatalhaStch](https://github.com/hbatalhaStch) for suggesting improv
138
109
  - Updated React version 16 -> 18
139
110
  - Updated rrule version 2.6.0 -> 2.7.2
140
111
  - Change Configure from webpack to Vite
112
+
113
+ #### New Contributors
114
+
115
+ - [@ansulagrawal](https://github.com/ansulagrawal)