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
3
Versions
141
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.8.4

Diff

Changelog

Source

4.8.4 - 09.09.2022

What’s Fixed

  • [RTE]: fix wrong image size on first render
  • [RTE]: fix cursor jumping on new text typing in chrome 105+ version
  • [RTE]: fix image reducing to the minimum size when trying to resize it without focus on it
alekseymanetov
published 4.8.3 •

Changelog

Source

4.8.3 - 01.09.2022

What’s Fixed

  • [PickerInput]: disabled elements in multi-picker no longer can be deleted with cross at tag in the input. Before this fix, cross icon was visible, and clicking it caused crash

  • [LazyDataSource]: Select All now selects only currently visible items. Prior the fix, all items which was loaded before (e.g. with other/no filters) was selected.

  • [useVirtual]: Improved visible range computation:

    Virtual lists now adjust visible area in fixed-sized 'blocks'. E.g. topIndex, visibleCount, and from/count in LazyDataSource requests will be always divisible by Block Size. This helps to avoid cases when only several rows are requested on small scrolls. This also can help with pageNo/pageSize-oriented API. Block size defaults to 20, and configurable with blockSize prop.

    We also render more rows above and below visible area to avoid blank areas and loading rows when scrolling at normal speed. This is also configurable with overdrawRows setting (defaults to 20, meaning at least 20 rows above/below the visible area are rendered)

    This change also fixes the problem when lazy-loading stops, while the end of the list is not reached.

  • [FilterPanel]: fix filter toggler value if selected item id === 0

  • [FilterPanel]: fix add new filter error after all filters was cleared

  • [FilterPanel]: remove filter value when uncheck filter from 'Add filter' dropdown

jakobz
published 4.6.2-select-all-fix.1 •

alekseymanetov
published 4.8.2 •

Changelog

Source

4.8.2 - 22.08.2022

What's New

  • [FilterPanel]: add possibility to add predicates for filters. For this provide predicates array in TableFiltersConfig.
  • [DataTable]: add possibility to reset sorting to default value

What’s Fixed

  • [PickerInput]: fix input with minCharsToSearch props. Fix toggler input size in 'multi' mode
alekseymanetov
published 4.8.1 •

Changelog

Source

4.8.1 - 10.08.2022

What's New

  • Add rawProps prop for the rest part of the components
  • Updated icon pack
  • [PickerItem]: add possibility to pass icon
  • [FiltersPanel]: add possibility to provide your own renderRow callback
  • [DatePicker]: add placement props
  • [DataTable]: add default 'not results found' state
  • [PickerModal]: add default 'not results found' state
  • [FilterToolbar]: small improvements and bugfixes

What’s Fixed

  • [PickerInput]: rework styles for selected value in toggler
  • [DataTable]: fix table rerender when columns prop changed
  • [NumericInput]: don't allow '+' and 'e' symbols
  • [LinkButton]: fix focus state
  • [RangeDatePicker]: fix error when preset is null
  • [NotificationCard]: rework styles
alekseymanetov
published 4.9.0-alpha.0 •

alekseymanetov
published 4.8.0 •

Changelog

Source

4.8.0 - 21.07.2022

What's New

  • Added new FiltersToolbar component, which creates table filtration toolbar according to the TableFiltersConfig object. See demo here - https://uui.epam.com/demo?id=filteredTable
  • [Form]: implement possibility to run form validation on field change, for this pass validationOn: 'change' to form props
  • [DropdownContainer]: reworked styles, add possibility to show arrow tip
  • [Anchor]: implement open Anchor links with Ctrl or Command in new window
  • [PickerInput]: add 'fixedBodyPosition' prop, to have possibility to fixed body on initial position in case when toggler moved
  • [FileUpload]: rework error states

What’s Fixed

  • [DropSpot]: fix drag&drop area view
  • [NumericInput]: fix arrows layout hidden when input disabled or readonly
  • [DropdownMenu]: fixed item active state
  • [Avatar]: fix ref receiving
  • [RTE]: remove unnecessary editor state update on image load
  • [PickerInput]: remove close icon from tag in disabled/readonly mode
  • [PickerInput]: change styles for search in body
  • [Badge]: fixed semitransparent hover colors
  • [Tooltip]: change tooltip logic, when the new children is passed. Fixed loop, when a lot of listeners was attached
  • [RangeDatePicker]: fix preset styles
  • [MainMenuButton]: reworked styles for dropdown items
alekseymanetov
published 4.8.0-beta.0 •

alekseymanetov
published 4.7.1 •

Changelog

Source

4.7.1 - 06.06.2022

What's New

  • [Buttons and Anchors]: support SPA links opening in new window when Ctrl/Command key pressed

What’s Fixed

  • [DropSpot]: fix dnd behavior when user drag&drop file out of drag area
  • [PickerInput]: fix the second line tag margin in multi mode
  • [NumericInput]: hide arrows when input disabled or readonly
  • [DataTable]: added missing sizes styles for header
  • [ErrorHandler]: return getDefaultErrorPageProps and recoveryWordings export from loveship
  • [useForm]: handle rejected promise after save
  • [Burger]: fix scroll on body when burger closes
  • [VirtualList]: fix auto scroll onHover on top or bottom item
alekseymanetov
published 4.8.0-alpha.0 •

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