Skip to content

Releases: oacore/design

0.2.1

16 Jun 11:20
ae335fb

Choose a tag to compare

0.2.1 Pre-release
Pre-release

Bug fixes

  • Include LoadingBar in default export #195

0.2.0

16 Jun 10:54
fe8805d

Choose a tag to compare

0.2.0 Pre-release
Pre-release

Updates

  • Added Card Footer (#191)
  • Added Loading Bar (#190)
  • Added auto link detection to Button (#187)
  • Improved TextField API and styles (#193)

Bug fixes

  • Fixed Button:link text colour and decoration (#183)
  • Fixed applying custom className for the Button (#185)
  • Fixed missing monospace font variable (#186)

Development updates

  • Used @oacore/stylelint-config-base (#192)
  • Split PR check steps (#188)
  • Update packages (#189)
  • Bumped websocket-extensions from 0.1.3 to 0.1.4 (#184)

0.1.2

12 May 15:06
9d62d13

Choose a tag to compare

0.1.2 Pre-release
Pre-release
Allow to hide label for TextFields (#179)

0.1.1

30 Apr 13:56
cae078c

Choose a tag to compare

0.1.1 Pre-release
Pre-release
Move placeholder up when input is autofilled (#175)

0.1.0

28 Apr 07:19

Choose a tag to compare

0.1.0 Pre-release
Pre-release

Main feature – library configuration 📦 🎉

The library now supports configuration via .designrc and design.config.js files with the help of cosmiconfig (#166).

We ship a binary to build project-dependent configuration of @oacore/design. Check out more running npx @oacore/design --help (#171).

Our script based on the local project configuration builds icons sprite and runtime config that helps components to resolve icons (#171, #173).

Finally, we remove icons from the package replacing it with the resolver (#172).

Component updates

Added:

  • Card.Title (#168)
  • Card.Description (#168)
  • Table.Footer (#169)

Bug fixes

  • Fixed dev script

0.0.15

14 Apr 12:27
39ce846

Choose a tag to compare

0.0.15 Pre-release
Pre-release
  • Include global css in build
  • Fix Github Action for package release

0.0.14

14 Apr 11:16
f598d25

Choose a tag to compare

0.0.14 Pre-release
Pre-release

New components and features

  • Added DetailList component (#156)
  • Added Card component (#150)
  • Added helper messages for the TextField (#158)
  • Icon component moved to the correct directory (#151)
  • Added more icons (#160, #161)

Documentation, internal updates

  • Build global CSS along with scoped CSS (#159)
  • Added watch mode for development (#155)
  • Improved documentation, changed public name (#152)

0.0.13

01 Apr 15:19
1027425

Choose a tag to compare

0.0.13 Pre-release
Pre-release

Bump packages #148
Change code size to 1rem #131
Allow to pass 'any' to HeadCell #130

0.0.12

30 Mar 12:12

Choose a tag to compare

0.0.12 Pre-release
Pre-release
Add new icon

0.0.11

23 Mar 14:17

Choose a tag to compare

0.0.11 Pre-release
Pre-release
Convert className in join

We don't need to call toString() on parent component when passing className down.