Skip to content

Releases: Doist/reactist

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]>

3.1.0: Typescript support (#188)

05 May 06:26
369480b
Compare
Choose a tag to compare
* Install typescript.

* Configure TypeScript for declaration output.

* Install @types/classnames

* Install @types/react-dom.

* Declare types.

* Fix optionality.

* Add null guard on clearTimeout.

* declaration:build script

* Fix property type.

* Fix typing.

* Rename declaration:build to build-types.

* Fix type to include children.

* Add typecast.

* Refactor to expose typeguard and fix out-of-bounds issue.

* Repeat type guard to make compile.

* Constraint label to string.

* Fix label proptype.

* Fix Modal's handleOverlayClick

* Added static release artefacts

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

3.0.1: Fix invalid dayjs constants. (#190)

28 Apr 05:52
cb1f152
Compare
Choose a tag to compare
* Fix invaliid dayjs constants. Fix https://github.com/Doist/reactist/issues/189

* Updated changelog

* Updated static build artifacts

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

3.0.0: Nazeh/css namespace (#187)

04 Mar 11:22
2b22b06
Compare
Choose a tag to compare
* Change CSS namespacing

Update components to use namespaced classNames
Update tests & snaps to use namespaced classNames
Update less to use namespace reactist_
Update version, changelog and static artifacts

* Update version to 3.0.0

* Fix Tabs component's --spreadlayout modifier

* Final release preparations

Co-authored-by: Ar Nazeh <[email protected]>

2.0.2-gpr.01: Create publish.yml

23 Jan 13:43
62e4512
Compare
Choose a tag to compare
GitHub Action to publish @doist/reactist package to both npm and GitHub Package registry