Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/linking-types

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/linking-types - npm Package Compare versions

Comparing version 8.3.0 to 8.4.0

56

CHANGELOG.md
# @atlaskit/linking-types
## 8.4.0
### Minor Changes
- [#40783](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40783) [`a591eb7b1ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a591eb7b1ce) - Added default properties to datasource data response
## 8.3.0

@@ -7,3 +13,3 @@

- [`5a5d1886592`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a5d1886592) - Add follow and unfollow action type
- [#39621](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39621) [`5a5d1886592`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a5d1886592) - Add follow and unfollow action type

@@ -14,3 +20,3 @@ ## 8.2.0

- [`3c0719a11f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0719a11f7) - added richtext type
- [#36787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36787) [`3c0719a11f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0719a11f7) - added richtext type

@@ -21,3 +27,3 @@ ## 8.1.0

- [`ba155a0034c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba155a0034c) - [ux] Add restricted access view to modal and table
- [#35297](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35297) [`ba155a0034c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba155a0034c) - [ux] Add restricted access view to modal and table

@@ -28,3 +34,3 @@ ## 8.0.0

- [`12411d70076`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12411d70076) - export more datasource types in the linking-type index and remove the defaultProperties in the datasourceDataResponse
- [#36138](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36138) [`12411d70076`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12411d70076) - export more datasource types in the linking-type index and remove the defaultProperties in the datasourceDataResponse

@@ -35,3 +41,3 @@ ## 7.0.0

- [`f427908df3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f427908df3d) - change the datasource response type to include the meta data section and the data response will wrap in the data section
- [#35861](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35861) [`f427908df3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f427908df3d) - change the datasource response type to include the meta data section and the data response will wrap in the data section

@@ -42,3 +48,3 @@ ## 6.0.0

- [`b232899125b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b232899125b) - Update DatasourceDataResponse.totalIssues is changed to totalCount
- [#34363](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34363) [`b232899125b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b232899125b) - Update DatasourceDataResponse.totalIssues is changed to totalCount

@@ -49,3 +55,3 @@ ## 5.0.0

- [`df4d3388fb9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df4d3388fb9) - Added schema to data response. Removed isFullSchema from datasource details request and response
- [#34540](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34540) [`df4d3388fb9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df4d3388fb9) - Added schema to data response. Removed isFullSchema from datasource details request and response

@@ -56,3 +62,3 @@ ## 4.0.0

- [`637822277ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/637822277ce) - Added an optional parameter for datasource details request and response
- [#34361](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34361) [`637822277ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/637822277ce) - Added an optional parameter for datasource details request and response

@@ -63,3 +69,3 @@ ## 3.0.0

- [`3f4a6031a0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f4a6031a0e) - Removed the meta wrapper for primitive types and added `data` prop for `DatasourceDataResponseItem`
- [#34035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34035) [`3f4a6031a0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f4a6031a0e) - Removed the meta wrapper for primitive types and added `data` prop for `DatasourceDataResponseItem`

@@ -70,3 +76,3 @@ ## 2.0.0

- [`c3219284ef0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3219284ef0) - Added meta wrapper to primitive types
- [#33917](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33917) [`c3219284ef0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3219284ef0) - Added meta wrapper to primitive types

@@ -77,7 +83,7 @@ ## 1.6.0

- [`d04dbae5a15`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d04dbae5a15) - Remove uneeded type that was accidentally added in
- [#33790](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33790) [`d04dbae5a15`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d04dbae5a15) - Remove uneeded type that was accidentally added in
### Patch Changes
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8

@@ -88,3 +94,3 @@ ## 1.5.1

- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`

@@ -95,3 +101,3 @@ ## 1.5.0

- [`670454dc4a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/670454dc4a0) - Add totalIssues to mock/types
- [#33177](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33177) [`670454dc4a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/670454dc4a0) - Add totalIssues to mock/types

@@ -102,3 +108,3 @@ ## 1.4.0

- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump

@@ -109,3 +115,3 @@ ## 1.3.0

- [`92798c68d27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92798c68d27) - Add `DatasourceTableStatusType` type and updated DatasourceDataResponse with `totalIssues` field.
- [#32751](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32751) [`92798c68d27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92798c68d27) - Add `DatasourceTableStatusType` type and updated DatasourceDataResponse with `totalIssues` field.

@@ -116,3 +122,3 @@ ## 1.2.0

- [`709e46de9d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/709e46de9d0) - New error type was added to Smart card actions
- [#32589](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32589) [`709e46de9d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/709e46de9d0) - New error type was added to Smart card actions

@@ -123,3 +129,3 @@ ## 1.1.0

- [`d6266015d59`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6266015d59) - Added `Time` and `DateTime` types to `DatasourceType`
- [#32502](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32502) [`d6266015d59`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6266015d59) - Added `Time` and `DateTime` types to `DatasourceType`

@@ -130,3 +136,3 @@ ## 1.0.0

- [`c195b15017e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c195b15017e) - removed url property from `Icon` and updated status in `Status` as union type.
- [#32189](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32189) [`c195b15017e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c195b15017e) - removed url property from `Icon` and updated status in `Status` as union type.

@@ -137,3 +143,3 @@ ## 0.4.1

- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils

@@ -144,3 +150,3 @@ ## 0.4.0

- [`5c993bce7c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c993bce7c7) - Updated types and interfaces to match current Datasource API design
- [#32368](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32368) [`5c993bce7c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c993bce7c7) - Updated types and interfaces to match current Datasource API design

@@ -151,3 +157,3 @@ ## 0.3.0

- [`278539e88cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/278539e88cd) - Update smart link action types
- [#31905](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31905) [`278539e88cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/278539e88cd) - Update smart link action types

@@ -158,3 +164,3 @@ ## 0.2.0

- [`82ce247716c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82ce247716c) - Adds a new link datasource component `JiraIssuesTableView` (still under development) is added
- [#30419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30419) [`82ce247716c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82ce247716c) - Adds a new link datasource component `JiraIssuesTableView` (still under development) is added

@@ -165,3 +171,3 @@ ## 0.1.1

- [`47412a09e69`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47412a09e69) - Changed export way for SmartLinkActionType enum
- [#31232](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31232) [`47412a09e69`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47412a09e69) - Changed export way for SmartLinkActionType enum

@@ -172,2 +178,2 @@ ## 0.1.0

- [`04378334c97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04378334c97) - Added Smart Link Action types that will be shared between FE & BE
- [#31204](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31204) [`04378334c97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04378334c97) - Added Smart Link Action types that will be shared between FE & BE

@@ -132,2 +132,3 @@ export interface BooleanType {

properties: DatasourceResponseSchemaProperty[];
defaultProperties?: string[];
};

@@ -134,0 +135,0 @@ nextPageCursor?: string;

@@ -132,2 +132,3 @@ export interface BooleanType {

properties: DatasourceResponseSchemaProperty[];
defaultProperties?: string[];
};

@@ -134,0 +135,0 @@ nextPageCursor?: string;

{
"name": "@atlaskit/linking-types",
"version": "8.3.0",
"version": "8.4.0",
"description": "Schema and Types for frontend and backend parts of linking platform",

@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd",

@@ -44,2 +44,3 @@ <!-- API Report Version: 2.3 -->

properties: DatasourceResponseSchemaProperty[];
defaultProperties?: string[];
};

@@ -46,0 +47,0 @@ nextPageCursor?: string;

@@ -33,2 +33,3 @@ ## API Report File for "@atlaskit/linking-types"

properties: DatasourceResponseSchemaProperty[];
defaultProperties?: string[];
};

@@ -35,0 +36,0 @@ nextPageCursor?: string;

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