Skip to content

Tags: material-motion/material-motion-js

Tags

v0.1.0

Toggle v0.1.0's commit message
[updated] RELEASING

Some of my notes from last time were mysteriously missing (like the bit about running `publish` from each folder).  This should be roughly accurate now.

phabricator/diff/11939

Toggle phabricator/diff/11939's commit message
[upgraded] to indefinite-observable@2.0.1

Summary: That version renames `browser` to `unpkg` in `package.json`, which will allow dependencies to be shared with other libraries during bundling.

Test Plan:

Reviewers:

Subscribers:

phabricator/diff/11938

Toggle phabricator/diff/11938's commit message
[changed] `package.browser` to `package.unpkg`

`browser` refers to which APIs a library uses.  The `module` build already uses browser-safe APIs, except for `import` statements.  Any tool that cares about the `browser` field will be able to resolve `import` statements.

CDNs like `unpkg` will serve the JS file directly.  This change ensures they still have a bundled version to serve, without potentially duplicating dependencies if we're bundled downstream.

phabricator/diff/11932

Toggle phabricator/diff/11932's commit message
[fixed] demos server

Pundle apparently doesn't resolve ES modules, so it's using CommonJS.  Rollup needs ES modules, so they are what the main `tsconfig` generates.

phabricator/diff/11931

Toggle phabricator/diff/11931's commit message
[added] creation of material-motion.bundle.js to yarn run build

phabricator/diff/11930

Toggle phabricator/diff/11930's commit message
[_added] yarn run clean alias for lerna run clean

phabricator/base/11939

Toggle phabricator/base/11939's commit message
[changed] `package.browser` to `package.unpkg`

Summary:
`browser` refers to which APIs a library uses.  The `module` build already uses browser-safe APIs, except for `import` statements.  Any tool that cares about the `browser` field will be able to resolve `import` statements.

CDNs like `unpkg` will serve the JS file directly.  This change ensures they still have a bundled version to serve, without potentially duplicating dependencies if we're bundled downstream.

Reviewers: O2 Material Motion, #material_motion

Tags: #material_motion

Differential Revision: http://codereview.cc/D3509

phabricator/base/11938

Toggle phabricator/base/11938's commit message
v0.1.0

phabricator/base/11932

Toggle phabricator/base/11932's commit message
[added] creation of material-motion.bundle.js to yarn run build

Reviewers: O2 Material Motion, O3 Material JavaScript platform reviewers, #material_motion

Tags: #material_motion

Differential Revision: http://codereview.cc/D3506

phabricator/base/11931

Toggle phabricator/base/11931's commit message
[_added] yarn run clean alias for lerna run clean

Reviewers: O2 Material Motion, #material_motion

Tags: #material_motion

Differential Revision: http://codereview.cc/D3505