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

@epam/assets

Package Overview
Dependencies
Maintainers
3
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epam/assets - npm Package Versions

1
14

4.6.3

Diff

Changelog

Source

4.6.3 - 27.04.2022

What's New

  • [uui-db]:
    • dbRef.save() now returns a Promise. It also passes thru errors returned from savePatch() method. This opens ways for a custom error handling, or to execute certain actions after saving changes.
    • auto-save scheduling is refactored. How it can batch sync commits, and throttles calls more accurately. We don't expect breaking changes, however you might want to double-check this.
    • records deletion support. To enable deletion, set 'deleteFlag' prop in Table metadata. E.g. deleteFlag: 'isDeleted'. Deleted records will be removed from tables when committing changes setting this flag. The flag will be passed as is to dbRef.savePatch, it's up to application to decide how to handle it while saving changes to server.
  • [VirtualList]: added scrollToIndex property for DataTableState. Use it for manual scrolling to some index in the list. For example for scrolling to top of the DataTable on filter or page change.
  • [Timeline]: more customization options: renderOnTop callback, most render-methods made protected to allow overrides

What’s Fixed

  • [LazyListView]: fix indent for flat lists
  • [MainMenu]: fix MainMenu responsive
alekseymanetov
published 4.6.2 •

Changelog

Source

4.6.2 - 20.04.2022

What's New

  • [PickerInput]: add prop onClose to renderFooter callback
  • [PickerModal]: add success & abort props to renderFooter callback
  • [RTE]: added scrollbars prop to RTE to support internal and external scrollbars
  • [MainMenu]: update styles in loveship
  • [ApiContext] allow to customize /auth/login and /auth/ping endpoint addresses
  • [ModalBlocker]: add possibility to disable focus locking inside modal

What’s Fixed

  • [MainMenuIcon]: wrap into forwardRef
  • [Anchor]: wrap with forwardRef
  • [Tables]: set minimal flex-grow: 1 for scrolling section, to stretch it in case when all columns grow is not set or has '0' value
  • [ErrorHandler]: change errors image source from http to https
  • [Timeline] fixed issues when user zooms in/out in browser
  • [DataTable]: fix column width in case when in columnsConfig there are columns only minWidth
  • [PickerInput]: fix focus in readonly mode
  • [ErrorHandler]: fixed am issue, which causes page re-render on errors
  • [ErrorHandler]: fix error codes handling in loveship
  • [RTE]: fix the position of the placeholder to match the position of the inner text
  • [DataPickerRow]: do not call onFocus callback when it's not passed
  • [PickerModal]: fixed issue when search is not working if 'Show only selected' applied
  • [Button]: fixed text color for "fill:light" props in Promo skin
  • [LazyDataSource]: fix indent for nested children
alekseymanetov
published 4.6.1 •

Changelog

Source

4.6.1 - 22.03.2022

What’s Fixed

  • [MainMenu]: fix 'More' dropdown crashing in loveship
  • [PickerInput]: fix autofocus on search in loveship
  • [PickerInput]: fix crashing by clicking on'Show only selected' toggle
  • [Table]: fix row width for columns with minWidth value
alekseymanetov
published 4.6.1-alpha.0 •

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