Cettia JavaScript Client 1.0.0-Beta2 released

7 views
Skip to first unread message

Donghwan Kim

unread,
Jan 7, 2017, 5:12:25 AM1/7/17
to Cettia
Cettia JavaScript Client 1.0.0-Beta2 has been released. This release brings support for bundlers such as webpack, Browserify or Rollup.

Kudos to @DDKnoll for the great work. For the details of how to make Cettia work with bundlers, see this pull request.

To require the module for a browser bundle:

import cettia from "cettia-client/cettia-bundler"; // ES6 way

var cettia = require('cettia-client/cettia-bundler'); // CommonJS way

As of this release, for the sake of easy management, we have dropped support for Asynchronous Module Definition (AMD) and Bower and made a decision to use unpkg that serves files from npm packages as a CDN. Accordingly, cettia.min.js has been renamed to cettia-browser.min.js and is available at https://unpkg.com/cettia...@1.0.0-Beta2/cettia-browser.min.js.

As always, please let us, Cettia Groups, know if you have any question or feedback.

Reply all
Reply to author
Forward
0 new messages