@bikeshaving/crank
Advanced tools
Comparing version 0.1.5 to 0.1.6
# Changelog | ||
## [0.1.6] - 2020-05-25 | ||
- Backed out of a performance optimization where async generator components caused siblings to remain in the DOM | ||
## [0.1.5] - 2020-05-21 | ||
- Fixed SVG attributes causing readonly errors #119 | ||
## [0.1.4] - 2020-05-17 | ||
@@ -3,0 +7,0 @@ ### Fixed |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var index = require('./index-f14db5f0.js'); | ||
var index = require('./index-a6bef1d0.js'); | ||
@@ -8,0 +8,0 @@ var _a; |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var index = require('./index-f14db5f0.js'); | ||
var index = require('./index-a6bef1d0.js'); | ||
@@ -8,0 +8,0 @@ var _a; |
@@ -103,4 +103,4 @@ import { CrankEventTarget } from "./events"; | ||
protected updateChildren(children: Children): MaybePromise<undefined>; | ||
abstract commit(requester?: ParentNode<T>): MaybePromise<undefined>; | ||
protected commitChildren(requester?: ParentNode<T>): Array<T | string>; | ||
abstract commit(): MaybePromise<undefined>; | ||
protected commitChildren(): Array<T | string>; | ||
abstract unmount(dirty?: boolean): MaybePromise<undefined>; | ||
@@ -125,3 +125,3 @@ protected unmountChildren(dirty: boolean): void; | ||
constructor(parent: ParentNode<T> | undefined, renderer: Renderer<T>, tag: string | symbol, key: unknown, props: any); | ||
commit(requester?: ParentNode<T>): MaybePromise<undefined>; | ||
commit(): MaybePromise<undefined>; | ||
commitSelf(): void; | ||
@@ -159,3 +159,3 @@ unmount(dirty?: boolean): MaybePromise<undefined>; | ||
private advance; | ||
commit(requester?: ParentNode<T>): undefined; | ||
commit(): undefined; | ||
unmount(dirty?: boolean): MaybePromise<undefined>; | ||
@@ -162,0 +162,0 @@ catch(reason: any): MaybePromise<undefined>; |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var index = require('./index-f14db5f0.js'); | ||
var index = require('./index-a6bef1d0.js'); | ||
@@ -8,0 +8,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { D as Default, _ as __generator, R as Raw, P as Portal, S as Scopes, d as __extends, b as Renderer, e as __values, f as __assign } from './index-e98190bc.js'; | ||
import { D as Default, _ as __generator, R as Raw, P as Portal, S as Scopes, d as __extends, b as Renderer, e as __values, f as __assign } from './index-e4c589c1.js'; | ||
@@ -3,0 +3,0 @@ var _a; |
@@ -1,2 +0,2 @@ | ||
import { D as Default, T as Text, P as Portal, d as __extends, e as __values, g as __read, b as Renderer } from './index-e98190bc.js'; | ||
import { D as Default, T as Text, P as Portal, d as __extends, e as __values, g as __read, b as Renderer } from './index-e4c589c1.js'; | ||
@@ -3,0 +3,0 @@ var _a; |
@@ -103,4 +103,4 @@ import { CrankEventTarget } from "./events"; | ||
protected updateChildren(children: Children): MaybePromise<undefined>; | ||
abstract commit(requester?: ParentNode<T>): MaybePromise<undefined>; | ||
protected commitChildren(requester?: ParentNode<T>): Array<T | string>; | ||
abstract commit(): MaybePromise<undefined>; | ||
protected commitChildren(): Array<T | string>; | ||
abstract unmount(dirty?: boolean): MaybePromise<undefined>; | ||
@@ -125,3 +125,3 @@ protected unmountChildren(dirty: boolean): void; | ||
constructor(parent: ParentNode<T> | undefined, renderer: Renderer<T>, tag: string | symbol, key: unknown, props: any); | ||
commit(requester?: ParentNode<T>): MaybePromise<undefined>; | ||
commit(): MaybePromise<undefined>; | ||
commitSelf(): void; | ||
@@ -159,3 +159,3 @@ unmount(dirty?: boolean): MaybePromise<undefined>; | ||
private advance; | ||
commit(requester?: ParentNode<T>): undefined; | ||
commit(): undefined; | ||
unmount(dirty?: boolean): MaybePromise<undefined>; | ||
@@ -162,0 +162,0 @@ catch(reason: any): MaybePromise<undefined>; |
@@ -1,2 +0,2 @@ | ||
export { a as Context, C as Copy, D as Default, F as Fragment, P as Portal, R as Raw, b as Renderer, S as Scopes, T as Text, c as createElement, i as isElement } from './index-e98190bc.js'; | ||
export { a as Context, C as Copy, D as Default, F as Fragment, P as Portal, R as Raw, b as Renderer, S as Scopes, T as Text, c as createElement, i as isElement } from './index-e4c589c1.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@bikeshaving/crank", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "JSX-based components with functions, promises and generators.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
328723
6174
1