Skip to content

Releases: curology/radiance-ui

Extend existing externals

19 Jun 23:01
Compare
Choose a tag to compare
Pre-release
v9.0.0-alpha.1

Extend existing externals

Working tree shaking

23 Jun 14:17
Compare
Choose a tag to compare
Working tree shaking Pre-release
Pre-release

There was a bug because we marked the package as side effect free but the Container actually had side effects.

Use ESM modules for better tree shaking with webpack

19 Jun 21:33
Compare
Choose a tag to compare

Use preserveModules to ensure that webpack can properly tree-shake the package.

v8.3.1

29 May 18:00
Compare
Choose a tag to compare
  • Changed radio button icon to a dot instead of a checkmark (#244

v8.3.0

27 May 13:17
f0005a3
Compare
Choose a tag to compare
  • [Feature] DialogModal redesign (#240)

v8.2.0

27 May 01:51
Compare
Choose a tag to compare
  • Deprecate SPACING constant (#241)

v8.0.1

04 May 13:21
Compare
Choose a tag to compare
  • [Feature] truncateText prop rename (#233)

v8.0.0-alpha.0

01 May 17:01
Compare
Choose a tag to compare

v8.0.0-alpha.0

  • Adds sideEffects: false to package.json for tree-shaking of lib/icons directory.

v8.0.0

01 May 20:23
c39dffd
Compare
Choose a tag to compare

v8.0.0

  • Adds sideEffects: false to package.json for tree-shaking of lib directory in consuming applications.

v7.1.1

29 Apr 16:52
Compare
Choose a tag to compare
  • [Feature] preventTextTruncating prop rename (#231)