Skip to content

Tags: motorcyclejs/motorcyclejs

Tags

v11.0.0-dom

Toggle v11.0.0-dom's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat(dom): upgrade to mostly-dom v3

Simplifies VNode and DomSource types

AFFECTS: @motorcycle/dom

BREAKING CHANGES:
  Types from mostly-dom such as ElementVirutalNode and VirtualNode no longer exist.

  before: DomSource<T extends Element>
  after: DomSource

v10.4.0-dom

Toggle v10.4.0-dom's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat(dom): add 1 parameter variants of event functions

AFFECTS: @motorcycle/dom

v10.3.0-dom

Toggle v10.3.0-dom's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix(dom): upgrade dependencies

AFFECTS: @motorcycle/dom

v10.2.0-dom

Toggle v10.2.0-dom's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix(dom): fix compilation error

AFFECTS: @motorcycle/dom

v6.1.0-router

Toggle v6.1.0-router's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat(router): upgrade to TS 2.3.x

AFFECTS: @motorcycle/router

v6.1.0-history

Toggle v6.1.0-history's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat(history): upgrade to TS 2.3.x

AFFECTS: @motorcycle/history

v4.1.0-http

Toggle v4.1.0-http's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat(http): upgrade to TS 2.3.x

AFFECTS: @motorcycle/http

v3.1.0-local-storage

Toggle v3.1.0-local-storage's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat(local-storage): upgrade to TS 2.3.x

AFFECTS: @motorcycle/local-storage

v2.1.0-session-storage

Toggle v2.1.0-session-storage's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat(session-storage): upgrade to TS 2.3.x

AFFECTS: @motorcycle/session-storage

v2.1.0-run

Toggle v2.1.0-run's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat(run): upgrade to TS 2.3.x

AFFECTS: @motorcycle/run