@schedule-x/react
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -5,22 +5,26 @@ # Changelog | ||
# [1.2.0](https://github.com/schedule-x/react/compare/v1.1.1...v1.2.0) (2024-01-04) | ||
### Features | ||
* bump calendar monorepo packages to 1.3.0 ([#21](https://github.com/schedule-x/react/issues/21)) ([bcba535](https://github.com/schedule-x/react/commit/bcba5359d430942ea82ec5662c9848791c9b2f13)) | ||
## [1.1.1](https://github.com/schedule-x/react/compare/v1.1.0...v1.1.1) (2023-12-29) | ||
### Bug Fixes | ||
* **event-modal:** make icon color in event modal reactive to theme changes ([96f68d7](https://github.com/schedule-x/react/commit/96f68d7025531f97f245822e1c177b3119f2ba1e)) | ||
- **event-modal:** make icon color in event modal reactive to theme changes ([96f68d7](https://github.com/schedule-x/react/commit/96f68d7025531f97f245822e1c177b3119f2ba1e)) | ||
# [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)) | ||
- **calendar:** add callbacks for clicking on date and times ([070bbe7](https://github.com/schedule-x/react/commit/070bbe79b9fdcf2b7aee3adeda5d10e30ae3d93f)) | ||
# 1.0.0 (2023-12-29) | ||
### Features | ||
* custom components for week and day views ([#3](https://github.com/schedule-x/react/issues/3)) ([fe838a5](https://github.com/schedule-x/react/commit/fe838a5597fa947760b26fb5c97537de54e65272)) | ||
* enable custom components in month view ([#5](https://github.com/schedule-x/react/issues/5)) ([c2e2ddf](https://github.com/schedule-x/react/commit/c2e2ddf95040ba1d5273c8b866767c0f3934036c)) | ||
- custom components for week and day views ([#3](https://github.com/schedule-x/react/issues/3)) ([fe838a5](https://github.com/schedule-x/react/commit/fe838a5597fa947760b26fb5c97537de54e65272)) | ||
- enable custom components in month view ([#5](https://github.com/schedule-x/react/issues/5)) ([c2e2ddf](https://github.com/schedule-x/react/commit/c2e2ddf95040ba1d5273c8b866767c0f3934036c)) |
@@ -17,3 +17,3 @@ { | ||
"types": "dist/types/index.d.ts", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"type": "module", | ||
@@ -30,3 +30,3 @@ "scripts": { | ||
"peerDependencies": { | ||
"@schedule-x/calendar": "^0.8.0 || ^1.0.0", | ||
"@schedule-x/calendar": "1.3.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": "^1.0.0", | ||
"@schedule-x/e2e-testing": "^1.0.0", | ||
"@schedule-x/eslint-config": "^1.0.0", | ||
"@schedule-x/event-modal": "^1.0.0", | ||
"@schedule-x/prettier-config": "^1.0.0", | ||
"@schedule-x/theme-default": "^1.0.0", | ||
"@schedule-x/drag-and-drop": "^1.3.0", | ||
"@schedule-x/e2e-testing": "^1.3.0", | ||
"@schedule-x/eslint-config": "^1.3.0", | ||
"@schedule-x/event-modal": "^1.3.0", | ||
"@schedule-x/prettier-config": "^1.3.0", | ||
"@schedule-x/theme-default": "^1.3.0", | ||
"@semantic-release/changelog": "^6.0.3", | ||
@@ -48,0 +48,0 @@ "@semantic-release/git": "^10.0.1", |
Sorry, the diff of this file is not supported yet
38565
134
4
15
1
100