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

Diff

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
alekseymanetov
published 4.3.0 •

Changelog

Source

4.3.0 - 25.10.2021

What's New

  • [Lens][BreakingChange]: now if your get value from non-exist nested object field you will receive 'undefined' instead of 'null'
  • [DataPickerFooter][Breaking Change]: changed DataPickerFooterProps interface.
  • [Form]: introduced new useForm() hook
  • [RouterContext]: extended Link interface by 'key', 'hash', 'state' fields
  • [SlateEditor]: added onBlur and onKeyDown props

What’s Fixed

  • [SlateRTE]: don't keep source formatting background-color when paste html in editor
  • [Tag, Badge]: reworked styles according design
  • [MainMenu]: reworked styles according design in Promo skin
  • [DataTable]: added work of renderNoResultsBlock props without default behavior
  • [Accordion]: remove overflow: hidden; style from body
alekseymanetov
published 4.2.7 •

Changelog

Source

4.2.7 - 13.10.2021

What's New

  • [PickerModal, PickerList]: add disallowClickOutside prop
  • [DataTableCell]: removed labelColor prop and reusePadding from Loveship & Promo skins, reworked html structure

What’s Fixed

  • [Button]: fix tooltip on disabled button
  • [PickerInput]: fix picker closing by clicking on toggler arrow
  • [PickerInput]: fix selected item color when searchPosition='none'
  • [Modals]: fix mobile view
  • [SlateEditor]: add 'null' type for value prop
alekseymanetov
published 4.2.6 •

Changelog

Source

4.2.6 - 07.10.2021

What’s Fixed

  • [ArrayListView, LazyListView]: fix checkbox behavior in parent row of tree-table when child is checked and disabled, and selectAll checkbox behavior if there are some disabled rows in list;
  • [Form]: fix form validation after beforeLeave modal save action;
  • [TimePicker]: fix incorrect onClear behaviour;
  • [SliderRating]: improve performance; fix invalid behavior of reverting back to selected value after mouse leave;
  • [PickerInput]: close picker body when user lose focus from input;
  • [PickerInput]: fix 'body' scroll in mobile view;
alekseymanetov
published 4.2.5 •

Changelog

Source

4.2.5 - 28.09.2021

What's New

  • rework keyboard and focus/blur functionality in pickers
  • [VerticalTabButton]: added new component for vertical tabs
  • [DropdownMenu]: added keyboard support in Promo skin

What’s Fixed

  • [PickerInput]: improve mobile view
  • [Modals]: improve mobile view
  • [PickerInput]: fix dropdown icon click handler
  • [LabeledInput]: remove children wrapping into label tag. Added htmlFor prop for linking label and control in forms.
alekseymanetov
published 4.2.4 •

Changelog

Source

4.2.4 - 17.09.2021

What’s Fixed

  • [Table]: fix row checkbox selection if row is link
alekseymanetov
published 4.2.3 •

alekseymanetov
published 4.2.2 •

Changelog

Source

4.2.2 - 17.09.2021

What's New

  • [ProgressBar]: implemented a new component to make possibility display a determinate progress bar with different sizes striped animation
  • [IndeterminateBar]: implemented a new component to make possibility display indeterminate progress with different sizes.
  • [IndicatorBar]: implemented a new component to use as the top indicator of page loading. Has a fixed size and can be determinate or indeterminate.

What’s Fixed

  • [PickerInput]: fix size of PickerToggler in size-24 loveship skin
  • [MainMenu]: Do not render logo if url is not provided
  • [DatePicker]: fix validation date onBlur
  • [DatePicker]: fix calling onValueChange 2 times on date selection
  • [DropdownMenu]: fix 'style' prop from DropdownMenuContainer
  • [MainMenuSearch]: fix 'cx' prop
  • [RadioInput]: fix applying border color for invalid RadionInput in promo skin
  • [Table]: fix row checkbox selection if row is link
  • [CheckBox]: fix invalid style
  • [DropdownMenuButton]: remove default value for target prop
  • [Dropdown]: fix onClose handler if you manage dropdown state by yourself
  • [Modals]: fix modal blocker container adjustment on mobile view
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