Socket
Socket
Sign inDemoInstall

@instructure/theme-registry

Package Overview
Dependencies
Maintainers
33
Versions
446
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/theme-registry - npm Package Versions

1
45

8.28.1

Diff

Changelog

Source

8.28.1 (2022-09-12)

Bug Fixes

  • fix issues in some components when using React.StrictMode and React 18 (972bb93)
viktor.ohad
published 8.28.1-snapshot-4 •

viktor.ohad
published 8.28.1-snapshot-2 •

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 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc