Skip to content

Releases: Doist/reactist

4.1.4: Use npm registry for @doist/prettier-config

07 Jul 11:31
075836a
Compare
Choose a tag to compare

We're finally able to publish on both npm and the GitHub package repository again after having a rough time working with authentication in our release workflow.

This release pulls our internal prettier config from npm again rather than GitHub, and also includes a slew of dependabot upgrades: #212, #214, #218, #232, #233, #234, #235, #236

4.1.3: Fix Publish Action, again

03 Jul 10:29
f3e33c2
Compare
Choose a tag to compare

Sorry everyone! Still no luck in getting this published to npm. For now, this release will live on GitHub Package Repository until we can fix our deploy action.

4.1.2: Fix Publish Action

03 Jul 08:41
4d8c586
Compare
Choose a tag to compare

Third attempt to get this release published - we still have issues configuring our npm registry authentication. This release ended up being deployed to GitHub but not npm. Hopefully, fourth time's the charm 🤞

4.1.1: Use GitHub Package Registry

03 Jul 05:58
Compare
Choose a tag to compare

The previous build failed due to a dev dependency that is published on the GitHub Package Registry rather than on npm. This adds an .npmrc file to allow CI to pull from GitHub properly.

4.1.0: IME support for KeyCapturer

03 Jul 05:30
9e3b47a
Compare
Choose a tag to compare

4.0.2: Selective ES6 Imports

15 Jun 04:26
Compare
Choose a tag to compare
  • 🎉 Brings back individual JS and CSS files so that applications can do selective import in an ES6 build.

4.0.1: Bugfix release for Modal.Actions

29 May 05:14
Compare
Choose a tag to compare
  • 🐛 Modal.Actions now can have empty or null children again

4.0.0: First-class Typescript Support

28 May 05:35
Compare
Choose a tag to compare
  • 🎉 The library is now fully Typescript, provides an ES6 module export, and provides native type bindings.

  • 🐛To support tree-shaking, we've switched to the Rollup bundler

  • ⚠️ All imports are now ES6 relative imports, change

    import Loading from "@doist/reactist/lib/loading"
    to
    import { Loading } from "@doist/reactist"

3.1.2: Remove legacy context parameter. (#194)

11 May 13:18
6b1dac1
Compare
Choose a tag to compare
* Remove legacy context parameter.

* Bumps version and updates changelog

* Updates static build artefacts

Co-authored-by: Henning Muszynski <[email protected]>

3.1.1: Fix label proptype to allow number. (#191)

11 May 06:47
538b3bd
Compare
Choose a tag to compare
* Fix label proptype to allow number.

* Bumped version and updated changelog

* Updates static build artefacts

Co-authored-by: Henning Muszynski <[email protected]>