@kalamazoo/util-data-test
13.0.2
Patch Changes
[patch]ce21161796:
Fix some types that were being transpiled to 'any'
13.0.1
- Updated dependencies 42a92cad4e:
13.0.0
Major Changes
[major]bd94b1d552:
ED-7631: removed deprecated code for actions/decisions component- [major]ae4f336a3a:
FABDODGEM-13 Editor Damask Release - Internal post
BREAKING CHANGES
- Media: Removed deprecated "context" property from media components in favor of "mediaClientConfig". This affects all public media UI components.
- Tasks & Decisions: Removed containerAri for task-decisions components.
- Renderer: Adapts to task-decision changes.
- Editor Mobile Bridge: Adapts to task-decision changes.
- Util Data Test: Adapts to task-decision changes.
Affected Editor Components:
tables, media, mobile, emoji, tasks & decisions, analytics
Editor
- Support nested actions in stage-0 schema; Change DOM representation of actions
- Updated i18n translations
- Improved analytics & crash reporting (via a new error boundary)
- Improvements to heading anchor links.
- Copy/Paste improvements
- Fixes for the selection state of Smart links.
- Improvements for table resizing & column creation.
Mobile
- GASv3 Analytics Events are now relayed from the web to the native context, ready for dispatching.
- Hybrid Renderer Recycler view now handles invalid ADF nodes gracefully.
Media
- Improved analytics
- Added shouldOpenMediaViewer property to renderer
- Implemented analytics for file copy
- New
media-viewed
event dispatched when media is interacted with via the media card or viewer. - Support for
alt
text attribute on media image elements.
i18n-tools
Bumped dependencies.
12.11.2
Patch Changes
[patch]35d2229b2a:
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
12.11.1
Patch Changes
[patch]a2d0043716:
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
12.11.0
Minor Changes
[minor]8b73f10071:
fixed emoji CDN urls to ddev and re-enabled VR tests
12.10.0
Minor Changes
[minor]c9fbef651f:
Add Group as a new Option
12.9.6
Patch Changes
[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
12.9.5
Patch Changes
[patch]1fdbf04bcd:
Fix copy script for json-data to resolve path issues in codesandbox.
12.9.4
Patch Changes
[patch]ecca4d1dbb:
Upgraded Typescript to 3.3.x
12.9.3
Patch Changes
[patch]6b237d8a3e:
Move json-data into src to fix the issue when the package is built.
12.9.2
Patch Changes
[patch]d5f37039ad:
Add a custom build to copy
json-data
in the dist.
12.9.1
Patch Changes
[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 usewithAnalyticsEvents
AnalyticsContextWrappedComp
alias has been removed, please usewithAnalyticsContext
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.- Type
WithAnalyticsEventProps
has been renamed toWithAnalyticsEventsProps
to match source code - Type
CreateUIAnalyticsEventSignature
has been renamed toCreateUIAnalyticsEvent
to match source code - Type
UIAnalyticsEventHandlerSignature
has been renamed toUIAnalyticsEventHandler
to match source code - Type
AnalyticsEventsPayload
has been renamed toAnalyticsEventPayload
- Type
ObjectType
has been removed, please useRecord<string, any>
or[key: string]: any
- Type
UIAnalyticsEventInterface
has been removed, please useUIAnalyticsEvent
- Type
AnalyticsEventInterface
has been removed, please useAnalyticsEvent
- Type
CreateAndFireEventFunction
removed and should now be inferred by TypeScript - Type
AnalyticsEventUpdater
removed and should now be inferred by TypeScript
12.9.0
Minor Changes
[minor]9b83fdea35:
TEAMS-618 : Rename Team mention spotlight to Team Mention Highlight
12.8.0
Minor Changes
[minor]fe1a882fbb:
TEAMS-602 : Can pass the team creation link from confluence as an optional parameter to the Team Mention Spotlight
12.7.0
Minor Changes
[minor]06cfea0870:
TEAMS-549 : Adding capability to show a spotlight in Fabric Editor
12.6.3
Patch Changes
[patch]9f8ab1084b:
Consume analytics-next ts type definitions as an ambient declaration.
12.6.2
Patch Changes
[patch]bbff8a7d87:
Fixes bug, missing version.json file
12.6.1
Patch Changes
[patch]18dfac7332:
In this PR, we are:
12.6.0
Minor Changes
[minor]2d1c3db523:
FS-3986 - Support analytics for mention hydration.
12.5.0
Minor Changes
[minor]fec7d4576f:
Bump new version of @kalamazoo/mention to other AK packages to get correct i18n strings
12.4.0
Minor Changes
[minor]1c30b83665:
removed dup JSON files and fixed file paths to the new location
12.3.1
Patch Changes
[patch]2c387b14cf:
Update private npm property to be public.Reasoning, it is breaking other components that depend on iton codesandbox.
12.3.0
Minor Changes
[minor]0b55c3b421:
FS-3244 - Add support for resolving mention names client-side
12.2.0
[minor]21f5217343:
- consume emoji new entrypoints in AK
12.1.0
[minor]7089d49f61:
- consume the new mention entrypoints
12.0.0
[major]7c17b35107:
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use this package, please ensure you use at least this version of react and react-dom.
11.1.9
- Updated dependencies a1192ef860:
11.1.8
- Updated dependencies e7292ab444:
11.1.7
[patch]0a4ccaafae:
- Bump tslib
11.1.6
[patch]d13fad66df:
- Enable esModuleInterop for typescript, this allows correct use of default exports
11.1.5
- Updated dependencies c2c36de22b:
11.1.4
- Updated dependencies eb4323c388:
11.1.3
[patch]1affe17dc4:
- add analytics events for team mention
11.1.2
[patch]5ca3696b14:
- TEAMS-319 : Render member counts and whether team includes you in byline
[patch]b8b55dc6ae:
- TEAMS-319 : Render member counts and whether team includes you in byline
11.1.1
[patch]1bcaa1b991:
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
11.1.0
[minor]b684722884:
- improvement of SSR tests and examples for Fabric Elements
11.0.0
[major]9d5cc39394:
- Dropped ES5 distributables from the typescript packages
10.2.6
[patch]fb679d390f:
- Add a new TeamMenioResource for @kalamazoo/mention package. That allows to fetch teams data for mention from a team service (Legion service)
10.2.5
- Updated dependencies 7ab3e93996:
10.2.4
- Updated dependencies 72c6f68226:
10.2.3
- Updated dependencies 76299208e6:
10.2.2
- Updated dependencies 4aee5f3cec:
10.2.1
- Updated dependencies fc6164c8c2:
10.2.0
[minor]1d19234fbd:
- Enable noImplicitAny and resolve issues for elements util packages
10.1.0
[minor]be86cbebc3:
- enable noImplicitAny for task-decision, and related changes
10.0.36
- Updated dependencies 69c8d0c19c:
10.0.35
[patch]1ce0c13301:
- TEAMS-169 Adding team related example data
10.0.34
- Updated dependencies 85d5d168fd:
10.0.33
- Updated dependencies dadef80:
10.0.32
- Updated dependencies 0c116d6:
10.0.31
- Updated dependencies cbb8cb5:
10.0.30
- Updated dependencies 72d37fb:
10.0.29
[patch]551696e:
- FS-3398 Fix incorrect event type for mention's "rendered" analytics event, ui -> operational
10.0.28
- Updated dependencies b3738ea:
10.0.27
[patch]015fcd0:
- Adjusted unit tests to test for the bug noticed in FS-3259. Added multiple atlassian-ftfy emoji to test this, so updated a unit test to confirm that there are 14 Atlassian emoji, and also added an additional unit test to confirm that FS-3259 was corrected.
10.0.26
- Updated dependencies 80f765b:
10.0.25
- Updated dependencies 58b84fa:
10.0.24
[patch]e0c91b6:
- FS-3310 Fix handling of duplicate users in mention typeahead causing HOT-85672
10.0.23
[patch]0a297ba:
- Packages should not be shown in the navigation, search and overview
10.0.22
[patch]10a728e:
- FS-3208 only display 'name' if same value as 'publicName'
10.0.21
- Updated dependencies 7e8b4b9:
10.0.20
- Updated dependencies 2c21466:
10.0.19
- [patch] FS-3012 add async functionality to user-picker 832fdc1
10.0.18
- [patch] Tweak emoji tests to work better with newest EmojiOne v4 metadata c034007
10.0.17
- [patch] FS-3098 multi user picker 095b3b6
10.0.16
- [patch] Updated dependencies b1ce691
10.0.15
- [patch] Updated dependencies 8a1ccf2
10.0.14
- [patch] Updated dependencies 2afa60d
10.0.13
- [patch] FS-3009 added user picker examples and data 74b88a3
10.0.12
10.0.11
- [patch] Updated dependencies 23c7eca
10.0.10
- [patch] Updated dependencies 927ae63
10.0.9
- [patch] Updated dependencies 6e1d642
10.0.8
- [patch] Updated dependencies 7545979
10.0.7
- [patch] Updated dependencies b12f7e6
10.0.6
- [patch] Update emoji examples to use valid emoji in test data 62ebfd7
- [none] Updated dependencies 62ebfd7
10.0.5
10.0.4
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details a4bd557
- [none] Updated dependencies a4bd557
10.0.3
[patch] Bumping dep on emoji 61df453
[none] Updated dependencies 597e0bd
- [none] Updated dependencies 61df453
- [none] Updated dependencies 812a39c
- [none] Updated dependencies c8eb097
- [none] Updated dependencies d02746f
10.0.2
- [patch] Updated dependencies acd86a1
10.0.1
- [patch] Updated dependencies f6bf6c8
10.0.0
- [major] Updates to React ^16.4.0 7edb866
- [major] Updated dependencies 563a7eb
- [major] Updated dependencies 7edb866
9.1.19
- [patch] Updated dependencies c98857e
- [patch] Updated dependencies 8a125a7
- [patch] Updated dependencies cacfb53
9.1.18
- [patch] Move the tests under src and club the tests under unit, integration and visual regression f1a9069
- [none] Updated dependencies f1a9069
9.1.17
[patch] FS-2011 change EmojiRepository to use CategoryId f897c79
[patch] Updated dependencies f897c79
- [none] Updated dependencies cacf096
9.1.16
- [patch] Updated dependencies d7dca64
9.1.15
- [patch] Updated dependencies 8d5053e
9.1.14
- [patch] Updated dependencies 0cf2f52
9.1.13
- [patch] Clean Changelogs - remove duplicates and empty entries e7756cd
- [none] Updated dependencies e7756cd
9.1.12
9.1.11
- [none] Updated dependencies 7217164
9.1.10
- [patch] Updated dependencies 1e80619
9.1.9
- [patch] Updated dependencies 1c87e5a
9.1.8
9.1.7
- [patch] Updated dependencies 639ae5e
9.1.6
- [none] Updated dependencies ba702bc
9.1.5
- [patch] FS-1904 add support for emoji with ascii starting with ( c83d567
- [none] Updated dependencies c83d567
9.1.4
- [none] Updated dependencies febc44d
9.1.3
- [none] Updated dependencies 8fd4dd1
9.1.1
- [patch] FS-1693 added integration tests for task-decision 85867ea
9.1.0
- [minor] If a Mention item is a team then render a TEAM lozenge automatically d4976d4
9.0.1
- [patch] Added missing dependencies and added lint rule to catch them all 0672503
9.0.0
- [major] Bump to React 16.3. 4251858
8.0.3
- [patch] Patch release util-data-test to bump emoji 49ff12f
8.0.1
- [patch] FS-1697 move elements packages to use util-data-test for test data deb820a
8.0.0 (2018-03-27)
- breaking; Change structure of exports in elements packages (7c0b226)
- breaking; fS-1697 moved testing and example utils to util-data-test (7c0b226)
7.3.0 (2018-02-13)
- feature; migrated json data back to util-data-test (d03b160)
7.2.1 (2018-01-17)
- bug fix; missing json files are breaking mk-2 (0e5e8db)
7.2.0 (2018-01-17)
- feature; move test json files from fabric packages (a0dd818)
7.1.1 (2017-09-08)
- bug fix; fix regex in mock-profile-client to match lower and uppercase error strings (issues closed: dir-376) (e52930f)
7.1.0 (2017-08-04)
- feature; update mock-profile-client to be able to return custom error responses (1a99156)
5.0.0 (2017-07-25)
- fix; fix build to not fail copying something that no longer exists. ;) (ebb411b)
5.0.0 (2017-07-25)
- feature; remove emoji and mention test data from util-data-test. (c3604f1)
- breaking; Emoji and mention data can now be imported directly from the component.
- ISSUES CLOSED: FS-1205
4.10.2 (2017-07-25)
- fix; use class transform in loose mode in babel to improve load performance in apps (fde719a)
- fix; don't use dev/peer deps as it breaks components on upgrade that don't supply all pee (52e5249)
4.10.1 (2017-07-20)
- fix; emojiDescription 'duck types' in the test data need to specify the searchable property (c301d9c)
4.10.0 (2017-07-14)
- feature; move profilecard stories helpers into util-data-test (b93209b)
4.9.1 (2017-07-11)
- fix; bump emoji to the latest version (2342c9a)
4.9.0 (2017-07-07)
- fix; fS-1125 Test package has test too :facepalm: (78540f2)
- feature; fS-1125 Update mention test data (f6c8978)
4.8.0 (2017-07-05)
- feature; updated atlassian emoji test data in util-data-test (f7bf773)
4.7.0 (2017-06-28)
- feature; fS-1090 Update util-data-test to handle isFiltering and new query parameter in filt (feb1fc4)
- feature; fS-1090 Bump mention version (1274606)
4.4.0 (2017-06-20)
- fix; changed build scripts to export mention data (aab2242)
4.3.0 (2017-06-19)
- fix; integrated native emoji convert breaking changes to MockEmojiResource (f039649)
- feature; add ascii emoji input rule to automatically match and convert ascii representations (b404019)
- feature; extracted shared mention testing data to package (b189402)
4.2.1 (2017-05-18)
- fix; fix dependency on emoji to get latest EmojiRepository (eb0e0e6)
4.2.0 (2017-05-08)
- feature; update of shared emoji testing data (18c9ef5)
4.1.2 (2017-04-27)
- fix; update legal copy to be more clear. Not all modules include ADG license. (f3a945e)
4.1.1 (2017-04-26)
- fix; update legal copy and fix broken links for component README on npm. New contribution and (0b3e454)
4.1.0 (2017-04-13)
- feature; feature commit to trigger release (a849b8b)
2.1.3 (2017-04-03)
- fix; add description, force a release. (10898af)
- fix; bump package version to prevent linking by reactions due to breaking change. (1aacc41)
- feature; upgrade to Emoji 13.0.0 compatible data set (bce544a)
- breaking; Dataset is not compatible with earlier versions of the Emoji component
- ISSUES CLOSED: FS-850
2.1.1 (2017-03-21)
- fix; maintainers for all the packages were added (261d00a)