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

@atlassian/clientside-extensions-docs

Package Overview
Dependencies
Maintainers
0
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlassian/clientside-extensions-docs - npm Package Versions

1
1516

0.4.0

Diff

Changelog

Source

[0.4.0] - 2019-11-19

Added

  • Validation for Attribute Schemas.
  • New hooks usePlugins, usePluginsAll, usePluginsLoadingState, usePluginsUnsupported.
  • Added onModalAction to ModalAPI. Useful when a modal has more than two actions.
  • Webpack plugin now supports setting server conditions.
  • Added onCleanup cycle to PluginAPI that will be executed when destroying the plugin

Changed

  • Since Client-side Extensions no longer depends on entry-point element for web-items, the minimal version of Webfragments artifact has been changed to 5.0 instead of 5.1. Entrypoint element will be deleted in a later Webfragments version.
  • Plugin Factory is now a single function that takes both the pluginAPI and context, instead of being a closure. Check the documentation to familiarise yourself with the new signature.
  • requestRender API has been changed to updateAttributes API, and now it takes the set of attributes you want to change instead of triggering an execution of your attributes provider. Check the documentation to familiarise yourself with the new signature.
  • usePlugins has been renamed to usePluginsAll. A new hook usePlugins now returns only the list of plugins with a type that the location supports.
gleal-atlassian
published 0.4.0-2 •

gleal-atlassian
published 0.4.0-1 •

gleal-atlassian
published 0.4.0-0 •

gleal-atlassian
published 0.3.0 •

Changelog

Source

[0.3.0] - 2019-10-31

Added

  • Introduced Plugin types.
  • Introduced ClientPlugins Webpack plugin.
  • New Documentation to include Plugin types examples.
  • Chore: Added watchmode to all our packages and demo.
  • Chore: Added bitbucket pipelines to check our build/lint before merging.

Changed

  • Plugin resources are loaded by Context instead of Resource key.
  • registry.registerPlugin now takes Attribute Factories instead of ClientPlugins classes. If you need to create an equivalent of a WebPanel, use a Panel plugin instead.
  • PluginPointInfo component is renamed to PluginLocationInfo.
  • The query param to activate the PluginLocationInfo changed from ?plugin-points=true to client-plugins-true.
  • Major refactore of our code base to remove any reference to WebItem/WebPanel. Now everything is a Plugin.

Removed

  • <web-entry-point> custom module was removed. Use a regular <web-resource> instead.
  • registry.registerWebItemCallback method was removed, and you should now use registry.registerPlugin instead.

Deprecated

  • <entry-point> element for WebItemModule is no longer supported, and will be removed in a future version of Webfragments
gleal-atlassian
published 0.2.0 •

gleal-atlassian
published 0.1.0 •

1
1516
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