Releases: Doist/reactist
Releases · Doist/reactist
3.1.0: Typescript support (#188)
* 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)
* 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)
* 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
GitHub Action to publish @doist/reactist package to both npm and GitHub Package registry