Skip to content

Latest commit

 

History

History
529 lines (186 loc) · 15.7 KB

CHANGELOG.md

File metadata and controls

529 lines (186 loc) · 15.7 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.18.2 (2021-01-10)

Note: Version bump only for package @trutoo/uikit

1.18.1 (2021-01-09)

Features

  • updated dependencies and configurations (60b1885)

1.18.0 (2020-02-26)

Features

  • added basic range slider (6f7d1a3)

1.17.0 (2020-02-14)

Features

  • added variables to base and halved shadow strength (4c7f585)

1.16.1 (2020-02-14)

Note: Version bump only for package @trutoo/uikit

1.16.0 (2020-02-12)

Bug Fixes

  • moved id to mount for SSR (avoids dupes) (9a6b1b0)
  • reintroduced main beside module for ts resolution (6ac1461)
  • removed type module but kept main > module field (552caaa)

Features

  • set package.json to type to module (6e17960)

1.15.6 (2020-02-05)

Note: Version bump only for package @trutoo/uikit

1.15.5 (2020-02-01)

Bug Fixes

  • added missing elevation helper to base (d839f7d)

1.15.4 (2020-02-01)

Bug Fixes

1.15.3 (2020-01-29)

Bug Fixes

  • updated all repository urls to match (5b86f0e)

1.15.2 (2020-01-29)

Continuous Integration

1.15.1 (2020-01-29)

Bug Fixes

1.15.0 (2020-01-28)

Features

  • added namespaced id generation (82e3129)

1.14.0 (2020-01-28)

Features

  • updated all dependencies (681653f)

1.13.0 (2020-01-23)

Bug Fixes

  • changed default input style to 100% (65f47e1)
  • tweaked color contrast, following WCAG 2.0 AA (8a3bde5)

Features

  • experimental helper text for inputs (e70f2d0)
  • improved icon usage (7a3c2aa)

Styles

1.12.0 (2020-01-21)

Features

  • improved icon rendering for inputs (c4ab013)

1.11.2 (2020-01-21)

Bug Fixes

Styles

  • migrated from "e" prefix to "tu" (10fcbdc)

1.11.1 (2020-01-08)

Bug Fixes

  • cleanup lint errors detected with stylelint (6cedc62)

1.11.0 (2020-01-08)

Bug Fixes

  • cleaned up cross-browser, color and responsive issues (2c4956c)
  • removed center plugin and imporved general presentation (3d65b63)
  • rework deletion detection for inline mode (0e59b80)
  • reworked nested grids and containers (32759ec)

Continuous Integration

  • changed to private deploy token (c293191)
  • migrated to new deploy token (dbebaf0)

Features

  • improved responsiveness (4f39052)

1.10.0 (2019-12-27)

Features

  • migrated radio button to ui-icons (182e4fd)

1.9.0 (2019-12-27)

Features

  • migrated checkbox to ui icons (91b6d96)

1.8.1 (2019-12-24)

Build System

1.8.0 (2019-12-24)

Documentation

  • improved base presentation (5bd0800)

Features

  • added icon component (f5f2b99)
  • migrating to new color scheme (362bf3a)

1.7.0 (2019-12-20)

Bug Fixes

  • datepicker improved span style (c04aa63)
  • removed touchstart event due to scroll triggering (e701e43)

Code Refactoring

  • cleaned up some bad rules and obsolete code (64bb104)

Documentation

Features

  • added checkbox and radio icons (eeaeef1)
  • calendar clear icon (14f194e)
  • migrating to new ui-icons and improving dark theme (57c2f9d)

1.6.1 (2019-12-19)

Bug Fixes

  • added ui-icons dependency to other packages (0411fcf)

Code Refactoring

  • migrated some over to new ui-icons (0203327)
  • removed obsolete assets (0e1fd99)
  • svg id Layer_1 > icon (6b23c42)

Continuous Integration

  • updated packages and lock files build issues (5536210)

Documentation

1.6.0 (2019-12-18)

Features

  • added autoprefixer with default config (64496d4)
  • added new ui-icons package (d9de442)
  • added renovate bot config (c0ac411)

1.5.1 (2019-12-16)

Bug Fixes

  • docs deploy now requires an actor (86c123a)

1.5.0 (2019-12-16)

Code Refactoring

  • removed some obsolete stylelint rules (018a3e1)

Features

  • migrated to new github pages deploy solution (3e4468f)

1.4.6 (2019-12-14)

Continuous Integration

  • attempt docs deploy fix by setting source branch to head (093ee93)

1.4.5 (2019-12-14)

Continuous Integration

  • storybook deploy attempt ci (7f5e7e9)

1.4.4 (2019-12-14)

Build System

  • reverted settings to attempt fixing publish (08c9266)

1.4.3 (2019-12-14)

Continuous Integration

  • reverted protocol removal from reg-url (8491283)

1.4.2 (2019-12-14)

Build System

  • scoped registry in .npmrc (f53cc60)

Continuous Integration

  • removed illegal @ symbol (0216924)
  • simplified scope and registry options (831b08d)

Documentation

  • fixed exclusion path for all OS (ad47dd6)

1.4.1 (2019-12-14)

Bug Fixes

Continuous Integration

  • changed reg url, attempt fix publish issue (7219022)
  • removed owner from reg-url (63ac79a)

1.4.0 (2019-12-14)

Bug Fixes

  • changelog preset path and added release step back (b3dd3ce)
  • reintroduced lerna bootstrap (incorrectly removed) (e11389e)

Build System

  • added docs deploy to release step (5609f69)
  • changed typescript process reducing build by 15s (e43fc80)
  • removed hoisting, small amount of deps (551e684)
  • updated registry url to allow alt scopes (05c3d98)

Code Refactoring

  • migrated from storiesOf to CSF (bc53099)

Continuous Integration

  • added ci workflow for pull requests (73563d1)
  • added credentials and deeper fetch for bump (9ca14a9)
  • added NPM_TOKEN to workflows as a secret (96eff6e)
  • auth cd and ci steps, improved descriptions (42211eb)
  • changed user name and email config format (6de71df)
  • fix attempt by setting registry-url (c748b08)
  • github actions cd workflow added (32aa631)
  • renamed build to release for cd workflow (630d134)
  • updated checkout action to v2-beta to fix detached head (abb9eea)

Documentation

Features

  • changelog: #1 added changelog preset to lerna version @swiftwork (84aea10)
  • added dynamic elevation through knobs (20545ff)
  • updated dependencies and removed release script (f275db9)

Styles

BREAKING CHANGES

  • changelog: please amend this @swiftwork