ngxsmk-datepicker 1.4.8 → 1.4.9
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/README.md
CHANGED
|
@@ -252,7 +252,12 @@ We welcome and appreciate contributions from the community! Whether it's reporti
|
|
|
252
252
|
|
|
253
253
|
## **📄 Changelog**
|
|
254
254
|
|
|
255
|
-
### **v1.4.
|
|
255
|
+
### **v1.4.9** (Latest)
|
|
256
|
+
- 🔧 **Fixed Package Exports**: Corrected package.json exports field for proper TypeScript support
|
|
257
|
+
- 📦 **Better Module Resolution**: Improved import paths and type definitions
|
|
258
|
+
- 🚀 **Enhanced Developer Experience**: Cleaner imports without dist paths
|
|
259
|
+
|
|
260
|
+
### **v1.4.8**
|
|
256
261
|
- 📅 **Previous Month Days**: Now shows last few days of previous month for better context
|
|
257
262
|
- 🎯 **Smart Selection**: Previous month days are selectable when not disabled by minDate/maxDate
|
|
258
263
|
- 🎨 **Visual Improvements**: Better distinction between current and previous month days
|
|
@@ -7,7 +7,7 @@ A modern, powerful, and fully customizable date and date-range picker component
|
|
|
7
7
|
- **NPM Package**: [ngxsmk-datepicker](https://www.npmjs.com/package/ngxsmk-datepicker)
|
|
8
8
|
- **GitHub Repository**: [https://github.com/toozuuu/ngxsmk-datepicker](https://github.com/toozuuu/ngxsmk-datepicker)
|
|
9
9
|
- **Live Demo**: [https://stackblitz.com/~/github.com/toozuuu/ngxsmk-datepicker](https://stackblitz.com/~/github.com/toozuuu/ngxsmk-datepicker)
|
|
10
|
-
- **Version**: 1.4.
|
|
10
|
+
- **Version**: 1.4.9
|
|
11
11
|
- **License**: MIT
|
|
12
12
|
- **Author**: Sachin Dilshan
|
|
13
13
|
|
|
@@ -225,7 +225,12 @@ We welcome and appreciate contributions from the community! Please see our [Cont
|
|
|
225
225
|
|
|
226
226
|
## 📄 Changelog
|
|
227
227
|
|
|
228
|
-
### v1.4.
|
|
228
|
+
### v1.4.9 (Latest)
|
|
229
|
+
- 🔧 **Fixed Package Exports**: Corrected package.json exports field for proper TypeScript support
|
|
230
|
+
- 📦 **Better Module Resolution**: Improved import paths and type definitions
|
|
231
|
+
- 🚀 **Enhanced Developer Experience**: Cleaner imports without dist paths
|
|
232
|
+
|
|
233
|
+
### v1.4.8
|
|
229
234
|
- 📅 **Previous Month Days**: Now shows last few days of previous month for better context
|
|
230
235
|
- 🎯 **Smart Selection**: Previous month days are selectable when not disabled by minDate/maxDate
|
|
231
236
|
- 🎨 **Visual Improvements**: Better distinction between current and previous month days
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@ A modern, powerful, and fully customizable date and date-range picker component
|
|
|
7
7
|
- **NPM Package**: [ngxsmk-datepicker](https://www.npmjs.com/package/ngxsmk-datepicker)
|
|
8
8
|
- **GitHub Repository**: [https://github.com/toozuuu/ngxsmk-datepicker](https://github.com/toozuuu/ngxsmk-datepicker)
|
|
9
9
|
- **Live Demo**: [https://stackblitz.com/~/github.com/toozuuu/ngxsmk-datepicker](https://stackblitz.com/~/github.com/toozuuu/ngxsmk-datepicker)
|
|
10
|
-
- **Version**: 1.4.
|
|
10
|
+
- **Version**: 1.4.9
|
|
11
11
|
- **License**: MIT
|
|
12
12
|
- **Author**: Sachin Dilshan
|
|
13
13
|
|
|
@@ -225,7 +225,12 @@ We welcome and appreciate contributions from the community! Please see our [Cont
|
|
|
225
225
|
|
|
226
226
|
## 📄 Changelog
|
|
227
227
|
|
|
228
|
-
### v1.4.
|
|
228
|
+
### v1.4.9 (Latest)
|
|
229
|
+
- 🔧 **Fixed Package Exports**: Corrected package.json exports field for proper TypeScript support
|
|
230
|
+
- 📦 **Better Module Resolution**: Improved import paths and type definitions
|
|
231
|
+
- 🚀 **Enhanced Developer Experience**: Cleaner imports without dist paths
|
|
232
|
+
|
|
233
|
+
### v1.4.8
|
|
229
234
|
- 📅 **Previous Month Days**: Now shows last few days of previous month for better context
|
|
230
235
|
- 🎯 **Smart Selection**: Previous month days are selectable when not disabled by minDate/maxDate
|
|
231
236
|
- 🎨 **Visual Improvements**: Better distinction between current and previous month days
|