Skip to content

Releases: DNNCommunity/dnn-elements

v0.27.7

23 Aug 22:14
5ad91c7

Choose a tag to compare

dnn-elements 0.27.7

A total of 2 pull requests where merged in this release.

build

documentation

v0.27.6

23 Aug 20:59
d213dac

Choose a tag to compare

dnn-elements 0.27.6

A total of 40 pull requests where merged in this release.

build

enhancement

  • #1379 Updated react-output target to modern standards. Thanks @valadas

documentation

  • #1378 Probably fixed sotrybook usage on github pages. Thanks @valadas

dependencies

v0.27.5

22 May 01:14
fc2aab4

Choose a tag to compare

dnn-elements 0.27.5

A total of 15 pull requests where merged in this release.

build

  • #1328 Released v0.27.5. Thanks @valadas
  • #1310 Updates develop with latest storybook publishing fixes done on main. Thanks @valadas

dependencies

v0.27.4

23 Apr 16:59

Choose a tag to compare

This is essentially the same as v0.27.2 but with CI fixes to build/deploy storybook. No runtime differences from v0.27.2

v0.27.1

19 Apr 23:17
5800600

Choose a tag to compare

dnn-elements 0.27.1

Addition of eslint-plugin

This is essentially the same release as v0.27.1 but with an added eslint-plugin specific to dnn-elements that will provide feedback about obsolete usages and auto-fixes for most of them.

See this updated readme to find out how to setup eslint to automate this.

A total of 3 pull requests where merged in this release.

build

bug

enhancement

v0.24.4

19 Apr 01:30

Choose a tag to compare

Addition of eslint-plugin

This is essentially the same release as v0.24.3 but with an added eslint-plugin specific to dnn-elements that will provide feedback about obsolete usages and auto-fixes for most of them.

See this updated readme to find out how to setup eslint to automate this.

v0.27.0

14 Apr 17:54
54c28dd

Choose a tag to compare

dnn-elements 0.27.0

☢️ BREAKING CHANGES ☢️

  • dnn-button: Replaced type property (now appearance) and the meaning of type is now the type of button in a form (such as submit, reset, button).
  • dnn-modal: In html specs, all boolean properties should have a false default, which means that backgroundDismiss was now replaced with preventBackgroundDismiss and showCloseButton was replaced with hideCloseButton with the opposite meanings (so they are false by default).
  • dnn-input: The disableValidityReporting property was removed as declared in previous deprecation warnings.
  • dnn-select: The disableValidityReporting property was removed as declared in previous deprecation warnings.
  • dnn-searchbox: The deprecated debounced was remove, use only debounceTime if you want to customize or disabled debouncing.

A total of 26 pull requests where merged in this release.

build

maintenance

  • #1293 Updates develop with latest fixes from v0.27.0. Thanks @valadas

bug

  • #1292 Adds back storybook deployment. Thanks @valadas
  • #1290 Changed default values of inputs to empty strings. Thanks @valadas
  • #1289 Harmonized styles of invalid across components. Thanks @valadas
  • #1288 Fixed an issue where dnn-select was not being properly initialized. Thanks @valadas
  • #1287 Fixed multiple small issues after testing at runtime. Thanks @valadas

enhancement

  • #1291 Added support for "required" for dnn-checkbox. Thanks @valadas

dependencies

documentation

  • #1259 Fixed storybook to account for breaking changes. Thanks @valadas

v0.26.0

14 Jan 04:22
3630ca5

Choose a tag to compare

dnn-elements 0.26.0

☢️Minor breaking change ☢️
Some css variables names were change to harmonize them and avoid confusion between similar components. Please read the pull request details below if you use custom colors using dnn input elements!

A total of 1 pull requests where merged in this release.

bug

  • #1252 Fixed some issues with css-variables of inputs. Thanks @valadas

v0.25.1

12 Jan 20:35
cd00866

Choose a tag to compare

dnn-elements 0.25.1

A total of 3 pull requests where merged in this release.

build

enhancement

  • #1249 Updated hard-coded CSS variables in index.html to match those in DNN 10. Thanks @david-poindexter
  • #1247 Updated border and background color for dnn-dropzone for compatibility with DNN 10. Thanks @david-poindexter

v0.25.0

06 Jan 02:49
848f6fa

Choose a tag to compare

dnn-elements 0.25.0

A total of 5 pull requests where merged in this release.

build

enhancement

  • #1242 Added support for dnn-richtext plugins. Thanks @valadas
  • #1241 Changed default order of checkboxes in dnn-permission-grid. Thanks @valadas

feature

  • #1239 Added prop to cusomize tri-state order of dnn-checkbox. Thanks @valadas

dependencies