Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dhis2/ui-constants

Package Overview
Dependencies
Maintainers
0
Versions
416
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2/ui-constants - npm Package Versions

1
4042

5.0.0-alpha.12

Diff

Changelog

Source

5.0.0-alpha.12 (2020-04-30)

Bug Fixes

  • field: fix prop-type warning (d55d049)
dhis2-bot
published 5.0.0-alpha.11 •

Changelog

Source

5.0.0-alpha.11 (2020-04-29)

Bug Fixes

  • core: no top margin if no label for field (a2d0bad)

Code Refactoring

  • core: move fields to widgets (3b763fa)
  • core: reimplement Field (fbdafb8)
  • move to more explicit final-form api (a76da00)

BREAKING CHANGES

  • core: Relocate all *Field components to @dhis2/ui-widgets. They can be accessed from @dhis2/ui using named exports.
  • core: Field has been reimplemented to compose a field control, it now adds the Label, Help, Validation components instead of being a simple div wrapper, which allows us to avoid the code duplication in each *Field component.
  • core: ToggleGroup has been removed. Use a FieldSet for grouping form controls.

BREKING CHANGE: ToggleGroupField has been renamed to FieldSetField, which adds the necessary Label, Help, and Validation components to an entire group of components.

  • Field now provides a composition to provide all necessary things for a *Field component.
  • RadioGroup has been deleted.
  • CheckboxGroup has been deleted.
  • CheckboxGroupControl has been deleted.
  • RadioGroupControl has been deleted.
dhis2-bot
published 5.0.0-alpha.10 •

Changelog

Source

5.0.0-alpha.10 (2020-04-23)

Code Refactoring

  • forms: namespace final-form and react-final-form re-exports (c59e0bb)

BREAKING CHANGES

  • forms: final-form and react-final-form exports are now re-exported under the named exports FinalForm and ReactFinalForm respectively.
dhis2-bot
published 5.0.0-alpha.9 •

Changelog

Source

5.0.0-alpha.9 (2020-04-23)

Bug Fixes

dhis2-bot
published 5.0.0-alpha.8 •

Changelog

Source

5.0.0-alpha.8 (2020-04-22)

Bug Fixes

  • update number range validation error to match actual bounds (646f782)
dhis2-bot
published 5.0.0-alpha.7 •

Changelog

Source

5.0.0-alpha.7 (2020-04-22)

Bug Fixes

  • update final-form to fix setstate warning (1bc62b9)
dhis2-bot
published 5.0.0-alpha.6 •

Changelog

Source

5.0.0-alpha.6 (2020-04-20)

Bug Fixes

  • icons: add missing icon file (de0a157)
dhis2-bot
published 5.0.0-alpha.5 •

Changelog

Source

5.0.0-alpha.5 (2020-04-16)

Code Refactoring

  • layers and overlay components (24ead4c)

BREAKING CHANGES

  • These new components replace the Backdrop and the ScreenCover, which had a slightly unclear scope and have now been removed.
dhis2-bot
published 5.0.0-alpha.4 •

Changelog

Source

5.0.0-alpha.4 (2020-04-08)

Features

dhis2-bot
published 5.0.0-alpha.3 •

Changelog

Source

5.0.0-alpha.3 (2020-04-01)

Code Refactoring

  • use string based selection in multi- and single-select (e3627a4)

BREAKING CHANGES

    • SingleSelect selection is now a string instead of an object with a value and label property
  • MultiSelect selection is now an array of strings instead of an array of objects with a value and label property
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc