@atlaskit/ds-lib
Advanced tools
Comparing version 2.4.0 to 2.5.0
# @atlaskit/ds-lib | ||
## 2.5.0 | ||
### Minor Changes | ||
- [#131099](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/131099) | ||
[`d0ed540a6bc17`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d0ed540a6bc17) - | ||
Add a new hook userUniqueId | ||
## 2.4.0 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@atlaskit/ds-lib", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "Reusable utilities and hooks specific to design system.", | ||
@@ -41,2 +41,3 @@ "publishConfig": { | ||
"./merge-refs": "./src/utils/merge-refs.tsx", | ||
"./react-uid": "./src/utils/react-uid.tsx", | ||
"./use-controlled": "./src/hooks/use-controlled.tsx", | ||
@@ -53,4 +54,6 @@ "./use-lazy-ref": "./src/hooks/use-lazy-ref.tsx", | ||
"dependencies": { | ||
"@atlaskit/platform-feature-flags": "^0.3.0", | ||
"@babel/runtime": "^7.0.0", | ||
"bind-event-listener": "^3.0.0" | ||
"bind-event-listener": "^3.0.0", | ||
"react-uid": "^2.2.0" | ||
}, | ||
@@ -99,3 +102,8 @@ "peerDependencies": { | ||
}, | ||
"homepage": "https://atlaskit.atlassian.com/packages/design-system/ds-lib" | ||
"homepage": "https://atlaskit.atlassian.com/packages/design-system/ds-lib", | ||
"platform-feature-flags": { | ||
"platform.design-system-team.react-18-use-id_mn8q4": { | ||
"type": "boolean" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79048
99
1720
5
+ Addedreact-uid@^2.2.0
+ Added@atlaskit/platform-feature-flags@0.3.0(transitive)
+ Addedreact-uid@2.3.3(transitive)
+ Addedtslib@2.8.1(transitive)