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

@dhis2/ui-constants

Package Overview
Dependencies
Maintainers
5
Versions
430
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
4143

5.0.0-alpha.20

Diff

Changelog

Source

5.0.0-alpha.20 (2020-05-28)

Code Refactoring

  • transfer: align with select & monorepo structure (c15477d), closes #50
  • transfer: align with select & monorepo structure (d50f960)

BREAKING CHANGES

  • transfer: The Transfer component now expects options to be passed in as objects, not as children. Custom components can be provided via the optionComponent prop for all options or via the component property on an individual option.
  • transfer: The Transfer component now expects strings as selected values instead of option objects.
  • transfer: The Transfer component is now part of widgets
  • transfer: The Transfer component now expects strings as selected values instead of option objects.
  • transfer: The Transfer component is now part of widgets
dhis2-bot
published 5.0.0-alpha.19 •

Changelog

Source

5.0.0-alpha.19 (2020-05-26)

Bug Fixes

  • popover: fix arrow rotation (880395b)
  • fix improper merge resolution (0daeffb)

Code Refactoring

BREAKING CHANGES

  • The Popover's onBackdropClick prop has been renamed to onClickOutside
dhis2-bot
published 5.0.0-alpha.18 •

Changelog

Source

5.0.0-alpha.18 (2020-05-26)

Code Refactoring

  • make menu click-based and reorganise related components (a8b26a0)

BREAKING CHANGES

  • Fully overhauled Menu and related components:
  • MenuList was renamed to Menu
  • Menu was renamed to FlyoutMenu
  • The sub-menus now open on click instead of hover
  • We have introduced a dedicated MenuDivider and MenuSectionHeader
  • To create sub-menus, you can now add MenuItems directly under a parent MenuItem, no need to wrap them in a Menu/FlyoutMenu anymore
dhis2-bot
published 5.0.0-alpha.17 •

Changelog

Source

5.0.0-alpha.17 (2020-05-20)

Bug Fixes

  • select: debounce menu width measurement (0e17c59)
dhis2-bot
published 5.0.0-alpha.16 •

Changelog

Source

5.0.0-alpha.16 (2020-05-20)

Bug Fixes

  • widgets: add translated default texts (c85342d)
dhis2-bot
published 5.0.0-alpha.15 •

Changelog

Source

5.0.0-alpha.15 (2020-05-19)

Features

  • constants: export constants as well (51c2eb0)
dhis2-bot
published 5.0.0-alpha.14 •

Changelog

Source

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

Bug Fixes

  • prop-types: add missing dhis2 prop-types for ui-icons (c207524)
dhis2-bot
published 5.0.0-alpha.13 •

Changelog

Source

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

Bug Fixes

  • noticebox: add missing export (ec2a739)
dhis2-bot
published 5.0.0-alpha.12 •

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.
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