Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@kalamazoo/status

atlassian17Apache-2.01.0.2TypeScript support: included

Fabric Status React Components

ui, date, fabric, editor

readme

changelog

@kalamazoo/status

0.9.18

Patch Changes

0.9.17

Patch Changes

  • [patch]bcd4884c64:

    ED-7654 Replace deprecated @kalamazoo/field-text for @kalamazoo/text-field

0.9.16

0.9.15

Patch Changes

  • [patch]35d2229b2a:

    Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.

0.9.14

Patch Changes

  • [patch]a2d0043716:

    Updated version of analytics-next to fix potential incompatibilities with TS 3.6

0.9.13

0.9.12

Patch Changes

  • [patch]c8bb1c7896:

    Fix some packages having a 'modules' field in package.json rather than 'module'

0.9.11

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

0.9.10

Patch Changes

0.9.9

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 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.
    • Type WithAnalyticsEventProps has been renamed to WithAnalyticsEventsProps to match source code
    • Type CreateUIAnalyticsEventSignature has been renamed to CreateUIAnalyticsEvent to match source code
    • Type UIAnalyticsEventHandlerSignature has been renamed to UIAnalyticsEventHandler to match source code
    • Type AnalyticsEventsPayload has been renamed to AnalyticsEventPayload
    • Type ObjectType has been removed, please use Record<string, any> or [key: string]: any
    • Type UIAnalyticsEventInterface has been removed, please use UIAnalyticsEvent
    • Type AnalyticsEventInterface has been removed, please use AnalyticsEvent
    • Type CreateAndFireEventFunction removed and should now be inferred by TypeScript
    • Type AnalyticsEventUpdater removed and should now be inferred by TypeScript

0.9.8

Patch Changes

  • [patch]688f2957ca:

    Fixes various TypeScript errors which were previously failing silently

0.9.7

Patch Changes

  • [patch]9f8ab1084b:

    Consume analytics-next ts type definitions as an ambient declaration.

0.9.6

Patch Changes

  • [patch]bbff8a7d87:

    Fixes bug, missing version.json file

0.9.5

Patch Changes

  • [patch]18dfac7332:

    In this PR, we are:

    • Re-introducing dist build folders
    • Adding back cjs
    • Replacing es5 by cjs and es2015 by esm
    • Creating folders at the root for entry-points
    • Removing the generation of the entry-points at the root Please see this ticket or this page for further details

0.9.4

Patch Changes

  • [patch]d0db01b410:

    TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props as a generic type. This is so that TypeScript can correctly calculate the props and defaultProps of the returned component.

    Before:

    withAnalyticsEvents()(Button) as ComponentClass<Props>;

    After:

    withAnalyticsEvents<Props>()(Button);

0.9.3

0.9.2

0.9.1

0.9.0

  • [minor]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.

0.8.3

0.8.2

  • [patch]3f28e6443c:

    • @kalamazoo/analytics-next-types is deprecated. Now you can use types for @kalamazoo/analytics-next supplied from itself.

0.8.1

  • [patch]351e23aeb5:

    • ED-6102: fixed inline node deletion on Android

0.8.0

  • [minor]97abf5e006:

    • Support entry points for Status and StatusPicker for selective imports

0.7.2

0.7.1

  • [patch]1bcaa1b991:

    • Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js

0.7.0

  • [minor]b684722884:

    • improvement of SSR tests and examples for Fabric Elements

0.6.0

  • [minor]9d5cc39394:

    • Dropped ES5 distributables from the typescript packages

0.5.2

0.5.1

0.5.0

  • [minor]4072865c1c:

    • added SSR tests to task-decision

0.4.0

0.3.8

0.3.7

  • [patch]0e4dedafc1:

    • Fix incorrect dependency listings

0.3.6

0.3.5

  • [patch]1856738865:

    • Update status picker example to be interactive

0.3.4

  • [patch]109cf449d6:

    • enable noImplicitAny for status. fix related issues

0.3.3

  • [patch]9696b18dec:

    • disabled automatic correction and spelling in the StatusPicker texfield (safari bug)

0.3.2

0.3.1

  • [patch]7d9ccd7:

    • fixed copy/paste status from renderer to editor

0.3.0

  • [minor]00c648e:

    • fixed typo in i18n messages and code improvements
  • [minor]a17bb0e:

    • added i18n translations
  • [minor]99f08a0:

    • added i18n support to Fabric Status

0.2.11

  • [patch]d3f3e19:

    • restored StatusContainer to editor-core, avoid re-rendering on event handlers, removed unused props in the renderer
  • [patch]44cc61d:

    • added native status analytics

0.2.10

0.2.9

  • [patch]48640fb:

    • FS-3227 - Prevent status popup focus from scrolling editor

0.2.8

0.2.7

  • [patch]3061b52:

    • AK-5723 - adjust files in package.json to ensure correct publishing of dist/package.json

0.2.6

0.2.5

  • [patch]d518ce0:

    • FS-3118 - Only focus status input field on initial insertion. FS-3158 - Fix focus flicker in status input field.

0.2.4

  • [patch]36c362f:

    • FS-3174 - Fix usage of gridSize() and borderRadius()

0.2.3

  • [patch]527b954:

    • FS-3174 - Remove usage of util-shared-styles from elements components

0.2.2

  • [patch] ED-5529 Fix JSON Schema d286ab3

0.2.1

0.2.0

  • [minor] FS-2963 When inserting a status, I can pick a colour from a predefined colour picker a633d77
  • [minor] FS-2963 Change status color 547b3d9

0.1.0

  • [minor] FS-2961 Introduce status component and status node in editor 7fe2b0a