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
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epam/assets - npm Package Versions

23
15

5.13.1

Diff

alekseymanetov
published 5.14.0-beta.1 •

alekseymanetov
published 5.14.0-y.0 •

alekseymanetov
published 5.14.0-beta.0 •

alekseymanetov
published 5.14.1-alpha.0 •

alekseymanetov
published 5.14.0-alpha.0 •

alekseymanetov
published 5.13.0 •

alekseymanetov
published 5.12.1 •

Changelog

Source

5.12.1 - 17.12.2024

What's Fixed

  • Revert '[Svg]: don't set fill attribute if it's not provided' change from 5.12.0 version. Because it turned out that many users relied on the previous behavior where the fill attribute was cleared by default. If you need to render icon with built-in fill, please look at this issue comment - https://github.com/epam/UUI/issues/2684#issuecomment-2548751434
alekseymanetov
published 5.4.4 •

alekseymanetov
published 5.12.0 •

Changelog

Source

5.12.0 - 12.12.2024

What's New

  • [ErrorPage]: added possibility to add message with support link for error pages(500, 503, default errors). For EPAM applications it's recommended to add following code to the root of your app to enable it:
      import { i18n } from '@epam/uui';
    
      i18n.errorHandler.supportMessage = (
          <>
              You can track the service availability at
              {' '}
              <a href={ `https://status.epam.com/?utm_source=${window.location.host}&utm_medium=ErrorPage&utm_campaign=StatusAquisitionTracking` }>status.epam.com</a>
          </>
      );   
    
  • Remove 'prop-types' from UUI packages dependencies. Remove uuiContextTypes interface, since it was needed for already outdated React context API.
  • [DataTable]: added support of column groups in table header. Read more - https://uui.epam.com/documents?id=advancedTables&mode=doc&category=tables&theme=electric#table_with_header_groups
  • [ErrorPage]: embed typography styles for error page texts
  • [Alert]: small tweaks according to the design

What's Fixed

  • [Dropdown][Tooltip]: Fixed a bug where the body overflowed if there was no space for the default or opposite placement. Now it tries other placements, e.g., if there’s no space at the top or bottom, it will place the body on the right if there’s enough space.
  • [PickerInput]: fixed unnecessary api calls on body open with minCharsToSearch prop and search in body
  • [RTE]: fixed image caption not being visible when RTE initially in readonly mode
  • [DatePicker]: fixed body close if date picker input scrolled out from view
  • [Modals]: prevent scrolling to the modal toggler because of focus return after modal close
  • [RTE]: fixed scroll to the top of the editor after editor modal windows(Add image/link/video etc.) were close
  • [RTE]: fixed error while merging cells without content
  • [RTE]: fixed bug when files added from attachment button inserted in preview mode instead of attachment block
  • [RTE]: fixed crash when removing the sole table row
  • [Svg]: don't set fill attribute if it's not provided
  • [Modals]: autofocus first active element on modal open. It's a temporary fix, because of bug in react-focus-lock lib(https://github.com/theKashey/react-focus-lock/issues/340). Ideally focus should move to the first active element only after 'Tab' key was pressed, we will come back to this solution when bug will be fixed.
23
15
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