Changelog
All notable changes to this package will be documented in this file.
0.12.0 (2023-12-01)
Features
- Store: 🌟 Provides the
useWikiShareInfohook to get information about the currently visited share page group. - Store: 🌟 Provides the
useWikiTemplatePageInfohook to get information about the currently visited page template. - Store: 🌟 Provides the
useCustomEditorInfohook to get information about the context required for the custom editor.
Bug Fixes
- Store: 🐞 Fix possible dead loop with
Suspensemethod.
0.10.0 (2023-04-25)
Features
- Store: 🌟 Provide
useDashboardCardInfohook to get the context data of custom card - Store: 🌟 Provide
useDashboardCardConfigInfohook to get the context data of custom card config dialog
0.9.0 (2023-03-31)
Features
- Store: 🌟 Provide
useVariablesInfohook to get the non-standard data passed by the slot - Store: 🌟 Provide
useModuleInstanceInfohook to get information about manually activated plugin instance
0.8.0 (2023-02-21)
Features
- Store: 🌟 Provide
useWikiSpaceInfohook to to get the current space information
0.5.0 (2022-11-25)
Features
- Store: 🌟 Provide
destroyCurrentModulemethod to destroy the current slot - Store: 🌟 Provide
useTaskInfohook to get plugin work item context information - Store: 🌟 Provide
useDocumentInfohook to get the data and operations of the current macro
0.3.0 (2022-09-26)
Features
- Store: 🌟 Provide
useActionhook to get ONES interception handler - Store: 🌟 Provide
useProgressJobInfohook to get information about the current task in the progress manager task details popup - Store: 🌟 provide
useProjectRoleInfohook to get information about the selected project role in the current project member component - Store: 🌟 provide
usePluginInfohook to get information about the current plugin - Store: 🌟 provide
useFilterInfohook to get information about the currently accessed filter view - Store: 🌟 Provide
useDashboardInfohook to get the information of the currently accessed dashboard - Store: 🌟 Provide
useProjectInfohook to get the current project information - Store: 🌟 provide
useTestPlanInfohook to get the current test plan information - Store: 🌟 provide
useTestCaseLibraryInfohook to get the information of the currently accessed use case library - Store: 🌟 provide
usePipelineInfohook to get the current pipeline information - Store: 🌟 provide
useProgramInfohook to get information about the current set of projects - Store: 🌟 provide
useUserInfohook to get the current user information
0.1.0 (2022-04-07)
Features
- Store: 🌟 Provide
useTeamInfohook to get the current team information - Store: 🌟 provide
useOrganizationInfohook to get the current organization information - Store: 🌟 provide
useProductInfohook to get the current product information