@schedule-x/react
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -5,2 +5,9 @@ # Changelog | ||
# [1.1.0](https://github.com/schedule-x/react/compare/v1.0.0...v1.1.0) (2023-12-29) | ||
### Features | ||
* **calendar:** add callbacks for clicking on date and times ([070bbe7](https://github.com/schedule-x/react/commit/070bbe79b9fdcf2b7aee3adeda5d10e30ae3d93f)) | ||
# 1.0.0 (2023-12-29) | ||
@@ -7,0 +14,0 @@ |
@@ -17,3 +17,3 @@ { | ||
"types": "dist/types/index.d.ts", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"type": "module", | ||
@@ -30,3 +30,3 @@ "scripts": { | ||
"peerDependencies": { | ||
"@schedule-x/calendar": "^0.7.0", | ||
"@schedule-x/calendar": "^0.8.0", | ||
"react": "^16.7.0 || ^17 || ^18", | ||
@@ -40,8 +40,8 @@ "react-dom": "^16.7.0 || ^17 || ^18" | ||
"@rollup/plugin-typescript": "^11.1.5", | ||
"@schedule-x/drag-and-drop": "^0.7.0", | ||
"@schedule-x/e2e-testing": "^0.7.0", | ||
"@schedule-x/eslint-config": "^0.7.0", | ||
"@schedule-x/event-modal": "^0.7.0", | ||
"@schedule-x/prettier-config": "^0.7.0", | ||
"@schedule-x/theme-default": "^0.7.0", | ||
"@schedule-x/drag-and-drop": "^0.8.0", | ||
"@schedule-x/e2e-testing": "^0.8.0", | ||
"@schedule-x/eslint-config": "^0.8.0", | ||
"@schedule-x/event-modal": "^0.8.0", | ||
"@schedule-x/prettier-config": "^0.8.0", | ||
"@schedule-x/theme-default": "^0.8.0", | ||
"@semantic-release/changelog": "^6.0.3", | ||
@@ -48,0 +48,0 @@ "@semantic-release/git": "^10.0.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37997