New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@epam/assets

Package Overview
Dependencies
Maintainers
0
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epam/assets - npm Package Versions

1
15

4.6.1-alpha.0

Diff

alekseymanetov
published 4.6.0 •

Changelog

Source

4.6.0 - 14.03.2022

What's New

  • @epam/uui package was moved to the @epam/uui-core. We re-export @epam/uui-core form @epam/uui, so no need to replace imports in your code.
  • Remove deprecated react findDomNode usage:
    • Breaking changes:
      • [Dropdown]: need to pass ref from renderTarget callback params to the target node
      • [DndActor]: need to pass ref from render callback params to the rendered root node
      • [Tooltip]: children should accept ref prop
  • Stronger types for rawProps prop for all components. Now it's accept only React.HTMLAttributes<T> and data-${string} attributes.
  • [PickerInput], [TextInput]: Added prefix and suffix props
  • [SlateEditor]: added ScrollBars to Editor
  • [NumericInput]: added 'cell' mode

What’s Fixed

  • [PickerToggler]: Remove redundant toggler focusing on tag clear
  • [PickerToggler]: If not enought chars clear picker input on blur
  • [PickerInput]: don't close picker in case when you remove search value
  • [PickerInput]: don't load list on PickerInput mount
  • [NumericInput]: Fixed handling float numbers
  • [Form]: release Lock on form unmount
  • [LazyDataSource]: rework cascade selection logic
alekseymanetov
published 4.6.0-alpha.1 •

alekseymanetov
published 4.6.0-alpha.0 •

alekseymanetov
published 4.5.4 •

Changelog

Source

4.5.4 - 10.02.2022

What’s Fixed

  • [DataTable]: bug fixes
  • [NumericInput] doesn't allow entering letters in safari
  • [Portal]: fix portal crashing when it's try to remove portal child from root and root doesn't already exist in DOM
  • [FileUpload]: update labels
  • [Tree]: Re-create dataSource based on new props
  • [Text]: add typography class to have possibility use Anchor inside Text with skin styles
  • [FileCard]: fix progress behavior, remove extension from name
  • [Form]: fix isChanged reset to false on form revert
alekseymanetov
published 4.5.3 •

Changelog

Source

4.5.3 - 20.01.2022

What’s Fixed

  • [DataTable]: bug fixes
  • [DataPickerFooter]: remove switch duplication in loveship
  • [Badge]: removed redundant prop font for Badge
alekseymanetov
published 4.5.2 •

Changelog

Source

4.5.2 - 18.01.2022

What's New

  • [Form]: Add isBeforeLeave param to onSuccess callback
  • [MainMenuSearch]: add IEditableDebouncer
  • [PickerInput]: add hideShowOnlySelected props for DataPickerFooter component
  • [ModalFooter]: add cx prop

What’s Fixed

  • [DataTable]: bug fixes
  • [PickerModal]: renderFooter props type fix
  • [DnD]: fix drag ending on not draggable element
alekseymanetov
published 4.5.1 •

Changelog

Source

4.5.1 - 12.01.2022

What's New

  • [LazyDataSource]: add logic for check/uncheck parents if all/no siblings checked in cascadeSelection mode
  • [NotificationCard]: Added rawProps

What’s Fixed

  • [DataTable]: Fix styles for loveship skin, fix columns layout
  • [PickerInput]: fix picker body closing on mobile after opening keyboard
  • [PickerInput]: Fix placeholder ending for single selection mode
  • [ContextProvider]: revert history in ContextProvider
  • [PickerToggler]: don't crash when onClick props is not passed
alekseymanetov
published 4.5.0 •

Changelog

Source

4.5.0 - 23.12.2021

What's New

  • [Breaking Change]: Changed VirtualList component api. Introduced new useVirtualList hook. More information here - https://uui.epam.com/documents?category=components&id=virtualList#advanced

  • Improved SSR support and introduced uui next.js app template. More information here - https://github.com/epam/UUI/tree/main/templates/uui-nextjs-template.

  • Added rawProps attribute to ModalHeader, ModalFooter, PickerInput, RangeDatePicker, DatePicker, TimePicker. Removed 'id' prop from PickerInput, DatePicker, TimePicker.

  • [FileCard]: Added extension to file card. Bugfixes.

  • [ArrayDataSource, LazyDataSource]: Added disableSelectAll attribute

  • [RTE]: Added isEditorEmpty helper. Bugfixes.

What’s Fixed

  • [DataPickerRow]: Fix tick icon alignment
  • [MainMenu]: remove fill style from burger icons source
  • [PickerInput]: fix bug when picker value === 0
  • [DropdownMenu]: fix reset fonts for DropdownMenuButton
  • [DropdownMenu]: Don't focus the first action in dropdown menu on menu opening
  • [LockContext]: fix typings for 'release' method
  • [BurgerButton]: fix BurgerButton icon color if isActiveLink=true
alekseymanetov
published 4.4.0 •

Changelog

Source

4.4.0 - 07.12.2021

What's New

  • [Drag&Drop]: added mobile devices support
  • [ErrorHandler]: added to 'promo' skin
  • [PickerInput]: add possibility to pass icon to the toggler
  • [DropSpot]: move wordings to the i18n

What’s Fixed

  • [Router]: remove history types dependency from UUI, fix types for location.state
  • [TextPlaceholder]: fix placeholder visibility for Safari
  • [Form]: fix lens batch updates
  • [Checkbox]: added default value, fixed alignment for label
  • [ApiContext]: fix bug when 'connection lost' modal was shown on canceled fetch request
  • [IconButton]: fix the IconButton color on focus when the button is disabled
  • [SearchInput]: fix accept and cancel icons visibility when onAccept and onCancel callback are passed and value is empty
  • [BurgerButton]: fix styles
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