1.8.0 • Published 5 years ago

core-sample v1.8.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Version updating rules

  • a - not changed
  • x - changed
  • refactoring - version: a.a.x
  • new components added - version: a.x.a
  • major changing which change API - version: x.a.a
  • 1.2.0 - Added Breadcrumb component
  • 1.3.0:
  • Added components: ContextMenu, EmptyContent, InputText, ModalFooter, SortLabel
  • Added validation functions
  • Added entities: User, Clients
  • Added utils: getLastUpdate, isNumber, percentageConverter, roundNumber
  • 1.3.1: - Breadcrumb was updated link prop become not required
  • 1.4.0: - InputWithSelect component has been added
  • 1.4.1: - Data attributes have been added to BreadCrumbs component
  • 1.4.2 - 1.4.3: - InputWithSelect edited
  • 1.5.0: - DiffLabel component has been added
  • 1.5.1: - Added type to export DIFF_DIRECTION
  • 1.5.2 - 1.5.3: - Data attributes have been added to ModalBase component
  • 1.5.5: - InputWithSelect z-index fix
  • 1.6.0: - Added (AmountBlock and PercentBlock) component and (formatInputField and parseNumber and getCurrencySignById) fun
  • 1.6.1: - Fixed color dash in DiffLabel when value empty
  • 1.6.2: - Fixed logic get value and get direction in DiffLabel
  • 1.6.3: - Fixed styles of loader
  • 1.7.0: - Notification component has been added and integrate in TabV2
  • 1.7.1: - Fixed TabV2 selected style
  • 1.7.2: - Fixed style in TabV2 => Tab-cell
  • 1.7.3: - onClick have been added to BreadCrumbs component
  • 1.8.0: - WarningNotification component has been added