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

@instructure/ui-source-code-editor

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-source-code-editor - npm Package Versions

viktor.ohad
published 8.28.0 •

Changelog

Source

8.28.0 (2022-09-02)

Bug Fixes

  • ui-pagination: wrong type description for Pagination's onClick (867eb1a)

  • fix propType for liveRegion (e9ae7d3)

    WARNING! In case of SSR(server side rendering) and Jest you will need to substitute Element from the DOM API because it is used by some components: Element = typeof Element === 'undefined' ? function(){} : Element.

    // jest.config.js
    module.exports = {
      ...
      globals: {
        Element: function () {}
      }
    }
    

Features

  • ui-drilldown: add minHeight and minWidth props to Drilldown (7e10b29)
  • ui-drilldown: add positionContainerDisplay prop to Drilldown (834302c)
  • ui-icons: add header icon (46932bc)
  • ui-menu: add positionContainerDisplay prop to Menu (e8ed689)
  • ui-popover: add positionContainerDisplay prop to Popover (fdcacec)
  • ui-position: add containerDisplay prop to Position (0fdd83f)
  • ui-responsive: add elementRef prop to Responsive (be7a338)
  • ui-tray: add position theme variable to Tray (375ed68)
  • ui-truncate-list,ui: add TruncateList utility component (f8b17ea)
viktor.ohad
published 8.27.1-snapshot-21 •

viktor.ohad
published 8.27.1-snapshot-20 •

viktor.ohad
published 8.27.1-snapshot-17 •

viktor.ohad
published 8.27.1-snapshot-15 •

viktor.ohad
published 8.27.1-snapshot-14 •

viktor.ohad
published 8.27.1-snapshot-13 •

viktor.ohad
published 8.27.1-snapshot-7 •

viktor.ohad
published 8.27.1-snapshot-2 •

viktor.ohad
published 8.27.0 •

Changelog

Source

8.27.0 (2022-07-25)

Bug Fixes

  • code of Conduct and License pages not show (edf524c)
  • fix TS type and propType for liveRegion prop (d0143ce)
  • ui-webpack-config: iconExample is missing from SVGIcon and InlineSVG docs pages (7ef6282)

Features