Util data test
Shared test and story data
yarn add @atlaskit/util-data-test
18.0.17
Patch Changes
- Updated dependencies
Shared test and story data
yarn add @atlaskit/util-data-test
#120533
f1bec731e278f
-
Adds a sideEffects
field to ensure this package does not have Compiled styles tree-shaken in the
future to avoid an accidental regression.
This is related to https://community.developer.atlassian.com/t/rfc-73-migrating-our-components-to-compiled-css-in-js/85953
Updated dependencies
4660ec858a305
-
Update React
from v16 to v18f946e35c60150
-
Update mock profilecard client contract5f8a2c39f1282
-
Fix links to go to home.a.c or team.a.c depending on the workspace type for profile card1c28c3db19101
-
Show verified icon for teams in user picker14c055a65f67
-
removed invite from mention experiment check8d4e99057fe0
-
Upgrade Typescript from 4.9.5
to 5.4.2
c9939127a605
-
[ux] Render the custom byline instead of email for external users.18028d32522b
-
Adding tooltip to option shown on hovera9f2e74b27b
- Add
replicated types from @atlaskit/task-decision to fix TS errors in AFM6d4fd331a62
- Updated
the packages to remove cyclic dependency. Changed relative imports from emoji, mention,
user-picker packages to absolute in util-data-test.339015fe986
- NO-ISSUE
Remove circular dependency by turning imports into relative imports in test utility package56507598609
- Skip
minor dependency bump2e01c9c74b5
- DUMMY
remove before merging to master; dupe adf-schema via adf-utils001d3ca9cc6
- PTC-6520
remove team mention highlight6455cf006b3
- Builds
for this package now pass through a tokens babel plugin, removing runtime invocations of the
tokens() function and improving performance.1d41bbc2965
- This
changeset introduces non breaking changes to support ssr within the loader emoji componentb7678f756b3
- useEmoji
hook introduced to work along side EmojiCommonProviderfaf391ab64a
-
Implementing new CustomOption which will allow for a custom avatar588c8a3e413
- Update
mocks to include interface fetchByEmojiId12e166e12ee
- Updated
user picker team data to demonstrate a hover effect on the custom icon. New example component
added for custom icon.b7ec6e38528
- Adding
extra user-picker data and team data40dc0e98bc6
- remove
fake timeout of findByEmojiId in mock06232e0f8dd
- [ux] Opt
In SSR for Resourced Emoji and Emoji Placeholder with EmojiResource interfaces31ca93c69a3
- [ux]
Adding give kudos button to the profile cardb926172a999
- Custom
Emoji Assets now load using inline media tokens preventing 401s19d72473dfb
- Upgrade
js-search to v2e75137a9eff
- Adding
ability to mark which external users need their sources hydrateda5c73ccaa58
- Added
manager and direct reports section to profile hover card"d21da111ec2
- CETI-95
Predefined icon sizes are different from existing iconse81dd06a8a0
- CETI-158
Use large productivity icons when changing standard panel background colour57808770e17
- CETI-31
Add the predefined Panel Icons to the emoji Picker83a7f464573
-
Introduce new simple mock profilecard client to improve usability.dd91541afe
- [ux]
Further improvements on the invite from mention experiment#6228
22791ceed0
- [ux] -
added new properites in MentionResource interface to support invite from mention experiment
c9327fc11e
- [ux] Add
ability to user picker to display the external users along with the sources they come from.5f58283e1f
- Export
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
versions here: https://atlaskit.atlassian.com/get-started Also add typescript
to
devDependencies
to denote version that the package was built with.#3885
6c525a8229
- Upgraded
to TypeScript 3.9.6 and tslib to 2.0.0
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade to prevent duplicates of tslib being bundled.
0c532edf6e
- Use the
'lodash' package instead of single-function 'lodash.*' packages87f4720f27
- Officially
dropping IE11 support, from this version onwards there are no warranties of the package working in
IE11. For more information see:
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534[minor]35910b842f:
New Share to Slack UI wired up to experiment api calls and mock data for share to slack
[patch]0732eedea7:
Adding analytics for mention providers- Updated dependencies 66dcced7a0:
Updated dependencies 0732eedea7:
Updated dependencies eea5e9bd8c:
[patch]6548261c9a:
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies 6548261c9a:
[major]bd94b1d552:
ED-7631: removed deprecated code for actions/decisions component- [major]ae4f336a3a:
FABDODGEM-13 Editor Damask Release - Internal post
BREAKING CHANGES
Affected Editor Components:
tables, media, mobile, emoji, tasks & decisions, analytics
Editor
Mobile
Media
media-viewed
event dispatched when media is interacted with via the media card or viewer.
alt
text attribute on media image elements.
i18n-tools
Bumped dependencies.
[patch]35d2229b2a:
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
[patch]a2d0043716:
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
[patch]097b696613:
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
[patch]1fdbf04bcd:
Fix copy script for json-data to resolve path issues in codesandbox.
[patch]6b237d8a3e:
Move json-data into src to fix the issue when the package is built.
[patch]926b43142b:
Analytics-next has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No behavioural changes.
Breaking changes
withAnalyticsForSumTypeProps
alias has been removed, please use withAnalyticsEvents
AnalyticsContextWrappedComp
alias has been removed, please use withAnalyticsContext
Breaking changes to TypeScript annotations
withAnalyticsEvents
now infers proptypes automatically, consumers no longer need to provide
props as a generic type.withAnalyticsContext
now infers proptypes automatically, consumers no longer need to provide
props as a generic type.WithAnalyticsEventProps
has been renamed to WithAnalyticsEventsProps
to match source
codeCreateUIAnalyticsEventSignature
has been renamed to CreateUIAnalyticsEvent
to match
source codeUIAnalyticsEventHandlerSignature
has been renamed to UIAnalyticsEventHandler
to match
source codeAnalyticsEventsPayload
has been renamed to AnalyticsEventPayload
ObjectType
has been removed, please use Record<string, any>
or [key: string]: any
UIAnalyticsEventInterface
has been removed, please use UIAnalyticsEvent
AnalyticsEventInterface
has been removed, please use AnalyticsEvent
CreateAndFireEventFunction
removed and should now be inferred by TypeScriptAnalyticsEventUpdater
removed and should now be inferred by TypeScript[minor]9b83fdea35:
TEAMS-618 : Rename Team mention spotlight to Team Mention Highlight
[minor]fe1a882fbb:
TEAMS-602 : Can pass the team creation link from confluence as an optional parameter to the Team Mention Spotlight
[minor]06cfea0870:
TEAMS-549 : Adding capability to show a spotlight in Fabric Editor
[patch]9f8ab1084b:
Consume analytics-next ts type definitions as an ambient declaration.
[minor]fec7d4576f:
Bump new version of @atlaskit/mention to other AK packages to get correct i18n strings
[minor]1c30b83665:
removed dup JSON files and fixed file paths to the new location
[patch]2c387b14cf:
Update private npm property to be public.Reasoning, it is breaking other components that depend on iton codesandbox.
[minor]0b55c3b421:
FS-3244 - Add support for resolving mention names client-side
[minor]21f5217343:
[minor]7089d49f61:
[major]7c17b35107:
[patch]0a4ccaafae:
[patch]d13fad66df:
[patch]1affe17dc4:
[patch]5ca3696b14:
[patch]b8b55dc6ae:
[patch]1bcaa1b991:
[minor]b684722884:
[major]9d5cc39394:
[patch]fb679d390f:
[minor]1d19234fbd:
[minor]be86cbebc3:
[patch]1ce0c13301:
[patch]551696e:
[patch]015fcd0:
[patch]e0c91b6:
[patch]0a297ba:
[patch]10a728e: