@schedule-x/calendar-controls
Advanced tools
Comparing version 2.0.0-alpha.0 to 2.0.0
@@ -372,3 +372,2 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
name: string; | ||
// TODO v2: change to `beforeRender` | ||
/** | ||
@@ -384,3 +383,2 @@ * Allow implementers to dynamically add any properties to the global app object as they see fit. | ||
beforeRender?($app: CalendarAppSingleton | any): void; | ||
// TODO v2: change to `onRender` and remove $app parameter | ||
/** | ||
@@ -387,0 +385,0 @@ * Allow implementers to dynamically add any properties to the global app object as they see fit. |
@@ -158,5 +158,2 @@ 'use strict'; | ||
} | ||
/** | ||
* TODO v2: remove this method | ||
* */ | ||
onRender($app) { | ||
@@ -163,0 +160,0 @@ this.$app = $app; |
@@ -372,3 +372,2 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
name: string; | ||
// TODO v2: change to `beforeRender` | ||
/** | ||
@@ -384,3 +383,2 @@ * Allow implementers to dynamically add any properties to the global app object as they see fit. | ||
beforeRender?($app: CalendarAppSingleton | any): void; | ||
// TODO v2: change to `onRender` and remove $app parameter | ||
/** | ||
@@ -387,0 +385,0 @@ * Allow implementers to dynamically add any properties to the global app object as they see fit. |
@@ -156,5 +156,2 @@ var PluginName; | ||
} | ||
/** | ||
* TODO v2: remove this method | ||
* */ | ||
onRender($app) { | ||
@@ -161,0 +158,0 @@ this.$app = $app; |
@@ -372,3 +372,2 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
name: string; | ||
// TODO v2: change to `beforeRender` | ||
/** | ||
@@ -384,3 +383,2 @@ * Allow implementers to dynamically add any properties to the global app object as they see fit. | ||
beforeRender?($app: CalendarAppSingleton | any): void; | ||
// TODO v2: change to `onRender` and remove $app parameter | ||
/** | ||
@@ -387,0 +385,0 @@ * Allow implementers to dynamically add any properties to the global app object as they see fit. |
@@ -162,5 +162,2 @@ (function (global, factory) { | ||
} | ||
/** | ||
* TODO v2: remove this method | ||
* */ | ||
onRender($app) { | ||
@@ -167,0 +164,0 @@ this.$app = $app; |
{ | ||
"name": "@schedule-x/calendar-controls", | ||
"umdName": "SXCalendarControls", | ||
"version": "2.0.0-alpha.0", | ||
"version": "2.0.0", | ||
"description": "Plugin for extra controls for the Schedule-X calendar", | ||
@@ -31,3 +31,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "0a741570126e339dc6be3c112ece49b98348f6e4" | ||
"gitHead": "75957004c3f5ea0157f8a2b99808f463a530f4be" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
68593
1885