Onboarding (spotlight)

An onboarding spotlight introduces new features to users through focused messages or multi-step tours.

Deprecated

This package is deprecated. Use @atlaskit/spotlight.

15.4.2

Patch Changes

  • Updated dependencies

15.4.1

Patch Changes

  • Updated dependencies

15.4.0

Minor Changes

Patch Changes

  • Updated dependencies

15.3.1

Patch Changes

  • Use @atlassian/testing-library exclusively in unit tests.
  • Updated dependencies

15.3.0

Minor Changes

  • d82e6f76528ab, (opens new window) - Add direct subpath package exports as part of the linking-platform, search, media, and design-system barrel-removal (de-barrel) migration.

    These packages now expose their individual modules via explicit package.json exports subpaths so that consumers can import directly from the leaf module (e.g. @atlaskit/pkg/thing) instead of the package barrel/index. This adds new public entry points without changing or removing any existing exports, so it is a backwards-compatible additive change.

    No runtime behaviour changes; this is an API-surface (entry-point) addition to support tree-shaking and to unblock removal of the barrel index files.

Patch Changes

  • Updated dependencies

15.2.0

Minor Changes

Patch Changes

  • Updated dependencies

15.1.9

Patch Changes

  • Updated dependencies

15.1.8

Patch Changes

  • Updated dependencies

15.1.7

Patch Changes

  • Updated dependencies

15.1.6

Patch Changes

  • Updated dependencies

15.1.5

Patch Changes

  • Updated dependencies

15.1.4

Patch Changes

  • Updated dependencies

15.1.3

Patch Changes

  • Updated dependencies

15.1.2

Patch Changes

  • Updated dependencies

15.1.1

Patch Changes

  • 820f00bd7db09, (opens new window) - Enable platform-dst-motion-uplift-button by default in constellation examples so button motion is previewed in component demos. Docs/examples-only; no change to shipped component behaviour.
  • Updated dependencies

15.1.0

Minor Changes

  • cd097a2111788, (opens new window) - Republish packages depending on @atlaskit/react-compiler-gating so their published dependency reference is updated to the renamed @atlaskit/react-compiler-gating scope.

    The earlier rename of @atlassian/react-compiler-gating to @atlaskit/react-compiler-gating only bumped the renamed package itself, so dependent packages were never republished and their published versions still referenced the old @atlassian/react-compiler-gating name, which is not available in the public npm registry. This minor bump republishes all affected packages with the corrected dependency.

Patch Changes

  • Updated dependencies

15.0.1

Patch Changes

15.0.0

Major Changes

  • f2dc9097319f0, (opens new window) - ### Dropped support for legacy Typescript 4 types. Typescript 5 is now the new minimum.

    Removes the typesVersions property and dist/types-ts4.5 directory from the dist.

    Types are now exclusively via the "types": "dist/types/index.d.ts" property.

    - "typesVersions": { - ">=4.5 <4.9": { - "*": [ - "dist/types-ts4.5/*", - "dist/types-ts4.5/index.d.ts" - ] - } - },

Patch Changes

  • Updated dependencies

14.6.2

Patch Changes

  • Updated dependencies

14.6.1

Patch Changes

  • Updated dependencies

14.6.0

Minor Changes

14.5.12

Patch Changes

  • Updated dependencies

14.5.11

Patch Changes

14.5.10

Patch Changes

  • Updated dependencies

14.5.9

Patch Changes

14.5.8

Patch Changes

14.5.7

Patch Changes

14.5.6

Patch Changes

  • Updated dependencies

14.5.5

Patch Changes

14.5.4

Patch Changes

14.5.3

Patch Changes

  • Updated dependencies

14.5.2

Patch Changes

  • Updated dependencies

14.5.1

Patch Changes

14.5.0

Minor Changes

14.4.16

Patch Changes

  • Updated dependencies

14.4.15

Patch Changes

  • Updated dependencies

14.4.14

Patch Changes

14.4.13

Patch Changes

14.4.12

Patch Changes

  • Updated dependencies

14.4.11

Patch Changes

  • Updated dependencies

14.4.10

Patch Changes

  • Updated dependencies

14.4.9

Patch Changes

14.4.8

Patch Changes

14.4.7

Patch Changes

  • Updated dependencies

14.4.6

Patch Changes

  • Updated dependencies

14.4.5

Patch Changes

  • Updated dependencies

14.4.4

Patch Changes

14.4.3

Patch Changes

14.4.2

Patch Changes

  • Updated dependencies

14.4.1

Patch Changes

  • Updated dependencies

14.4.0

Minor Changes

  • 098c92cc2bdcd, (opens new window) - Add checkVisibility to useSpotlight return value, allowing consumers to determine whether a spotlight target is visible as determined by checkVisibility

14.3.8

Patch Changes

14.3.7

Patch Changes

14.3.6

Patch Changes

14.3.5

Patch Changes

14.3.4

Patch Changes

14.3.3

Patch Changes

  • Updated dependencies

14.3.2

Patch Changes

  • Updated dependencies

14.3.1

Patch Changes

14.3.0

Minor Changes

14.2.6

Patch Changes

14.2.5

Patch Changes

  • Updated dependencies

14.2.4

Patch Changes

  • Updated dependencies

14.2.3

Patch Changes

14.2.2

Patch Changes

  • Updated dependencies

14.2.1

Patch Changes

  • Updated dependencies

14.2.0

Minor Changes

Patch Changes

14.1.1

Patch Changes

14.1.0

Minor Changes

Patch Changes

  • Updated dependencies

14.0.3

Patch Changes

14.0.2

Patch Changes

14.0.1

Patch Changes

  • Updated dependencies

14.0.0

Major Changes

  • #132237, (opens new window) d48bdcf1a3dca, (opens new window) - Migrated from @emotion/react to @compiled/react in order to improve performance, align with the rest of the Atlaskit techstack, and support React 18 Streaming SSR. Please note, in order to use this version of @atlaskit/onboarding, you will need to ensure that your bundler is configured to handle .css imports correctly.

    Most bundlers come with built-in support for .css imports, so you may not need to do anything. If you are using a different bundler, please refer to the documentation for that bundler to understand how to handle .css imports. For more information on the migration, please refer to RFC-73 Migrating our components to Compiled CSS-in-JS, (opens new window).

Patch Changes

  • Updated dependencies

13.0.5

Patch Changes

  • Updated dependencies

13.0.4

Patch Changes

  • Updated dependencies

13.0.3

Patch Changes

13.0.2

Patch Changes

  • Updated dependencies

13.0.1

Patch Changes

  • Updated dependencies

13.0.0

Major Changes

Patch Changes

  • Updated dependencies

12.3.6

Patch Changes

  • Updated dependencies

12.3.5

Patch Changes

  • Updated dependencies

12.3.4

Patch Changes

12.3.3

Patch Changes

  • Updated dependencies

12.3.2

Patch Changes

  • Updated dependencies

12.3.1

Patch Changes

  • Updated dependencies

12.3.0

Minor Changes

Patch Changes

  • Updated dependencies

12.2.3

Patch Changes

  • Updated dependencies

12.2.2

Patch Changes

12.2.1

Patch Changes

  • Updated dependencies

12.2.0

Minor Changes

  • #176005, (opens new window) a7f4659856234, (opens new window) - Adds optional render prop API to SpotlightTarget component. You can now use a function as the children of SpotlightTarget and explicitly connect the targetRef to your component. This provides fine-grained control over which element is cloned and avoids the need for a wrapping div element.

Patch Changes

12.1.9

Patch Changes

  • Updated dependencies

12.1.8

Patch Changes

12.1.7

Patch Changes

12.1.6

Patch Changes

12.1.5

Patch Changes

  • Updated dependencies

12.1.4

Patch Changes

  • Updated dependencies

12.1.3

Patch Changes

12.1.2

Patch Changes

12.1.1

Patch Changes

12.1.0

Minor Changes

Patch Changes

  • Updated dependencies

12.0.0

Major Changes

11.17.0

Minor Changes

11.16.1

Patch Changes

  • Updated dependencies

11.16.0

Minor Changes

11.15.8

Patch Changes

  • Updated dependencies

11.15.7

Patch Changes

11.15.6

Patch Changes

11.15.5

Patch Changes

11.15.4

Patch Changes

  • Updated dependencies

11.15.3

Patch Changes

11.15.2

Patch Changes

11.15.1

Patch Changes

  • Updated dependencies

11.15.0

Minor Changes

11.14.0

Minor Changes

11.13.0

Minor Changes

11.12.3

Patch Changes

11.12.2

Patch Changes

  • Updated dependencies

11.12.1

Patch Changes

  • Updated dependencies

11.12.0

Minor Changes

  • #127511, (opens new window) db30e29344013, (opens new window) - Widening range of react and react-dom peer dependencies from ^16.8.0 || ^17.0.0 || ~18.2.0 to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).

    This change has been done to enable usage of react@18.3 as well as to have a consistent peer dependency range for react and react-dom for /platform packages.

Patch Changes

  • Updated dependencies

11.11.1

Patch Changes

  • Updated dependencies

11.11.0

Minor Changes

Patch Changes

  • Updated dependencies

11.10.5

Patch Changes

  • Updated dependencies

11.10.4

Patch Changes

11.10.3

Patch Changes

  • Updated dependencies

11.10.2

Patch Changes

11.10.1

Patch Changes

  • Updated dependencies

11.10.0

Minor Changes

11.9.0

Minor Changes

  • 393f732d5423f, (opens new window) - [ux] Adding an optional prop to Spotlight, so it can used for scrollIntoView 'block' parameter. This is to fix the unnecessary scroll of the non-portalled popup targets.

Patch Changes

  • Updated dependencies

11.8.2

Patch Changes

  • Updated dependencies

11.8.1

Patch Changes

  • Updated dependencies

11.8.0

Minor Changes

11.7.2

Patch Changes

  • Updated dependencies

11.7.1

Patch Changes

  • Updated dependencies

11.7.0

Minor Changes

Patch Changes

  • Updated dependencies

11.6.0

Minor Changes

11.5.8

Patch Changes

  • Updated dependencies

11.5.7

Patch Changes

  • Updated dependencies

11.5.6

Patch Changes

11.5.5

Patch Changes

11.5.4

Patch Changes

11.5.3

Patch Changes

  • Updated dependencies

11.5.2

Patch Changes

11.5.1

Patch Changes

11.5.0

Minor Changes

11.4.0

Minor Changes

Patch Changes

  • Updated dependencies

11.3.2

Patch Changes

11.3.1

Patch Changes

11.3.0

Minor Changes

  • #84838, (opens new window) e3dc0b4099fe, (opens new window) - [ux] Now the pulsing animations in both the standard Spotlight and the dedicated Pulse component respect prefers-reduced-motion user preferences. If a user sets their system preferences to reduce motion, instead of a pulsing animation we will show a static 'discovery' outline.

11.2.7

Patch Changes

11.2.6

Patch Changes

11.2.5

Patch Changes

11.2.4

Patch Changes

  • Updated dependencies

11.2.3

Patch Changes

11.2.2

Patch Changes

11.2.1

Patch Changes

11.2.0

Minor Changes

11.1.3

Patch Changes

  • Updated dependencies

11.1.2

Patch Changes

11.1.1

Patch Changes

11.1.0

Minor Changes

11.0.0

Major Changes

10.8.12

Patch Changes

10.8.11

Patch Changes

10.8.10

Patch Changes

10.8.9

Patch Changes

10.8.8

Patch Changes

10.8.7

Patch Changes

10.8.6

Patch Changes

10.8.5

Patch Changes

10.8.4

Patch Changes

10.8.3

Patch Changes

10.8.2

Patch Changes

10.8.1

Patch Changes

10.8.0

Minor Changes

Patch Changes

  • Updated dependencies

10.7.2

Patch Changes

10.7.1

Patch Changes

10.7.0

Minor Changes

Patch Changes

  • Updated dependencies

10.6.12

Patch Changes

10.6.11

Patch Changes

10.6.10

Patch Changes

  • Updated dependencies

10.6.9

Patch Changes

  • Updated dependencies

10.6.8

Patch Changes

10.6.7

Patch Changes

10.6.6

Patch Changes

10.6.5

Patch Changes

  • Updated dependencies

10.6.4

Patch Changes

  • Updated dependencies

10.6.3

Patch Changes

  • Updated dependencies

10.6.2

Patch Changes

  • Updated dependencies

10.6.1

Patch Changes

10.6.0

Minor Changes

Patch Changes

10.5.4

Patch Changes

10.5.3

Patch Changes

10.5.2

Patch Changes

10.5.1

Patch Changes

10.5.0

Minor Changes

Patch Changes

10.4.2

Patch Changes

10.4.1

Patch Changes

10.4.0

Minor Changes

  • #21570, (opens new window) 3124aa6ae24, (opens new window) - The onboarding package now exports a ModalTransition component for use with the benefits modal. This resolves an issue that can occur when using ModalTransition from a different version of @atlaskit/modal-dialog than the one that Onboarding is bringing in.

Patch Changes

10.3.11

Patch Changes

10.3.10

Patch Changes

  • Updated dependencies

10.3.9

Patch Changes

10.3.8

Patch Changes

  • Updated dependencies

10.3.7

Patch Changes

10.3.6

Patch Changes

10.3.5

Patch Changes

10.3.4

Patch Changes

  • 19d72473dfb, (opens new window) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.
  • 19d72473dfb, (opens new window) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.
  • Updated dependencies

10.3.3

Patch Changes

  • Updated dependencies

10.3.2

Patch Changes

10.3.1

Patch Changes

10.3.0

Minor Changes

  • #14777, (opens new window) 50081f13de7, (opens new window) - Instrumented @atlaskit/onboarding with the new theming package, @atlaskit/tokens.

    New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha). These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.

Patch Changes

  • Updated dependencies

10.2.6

Patch Changes

10.2.5

Patch Changes

10.2.4

Patch Changes

10.2.3

Patch Changes

10.2.2

Patch Changes

  • Updated dependencies

10.2.1

Patch Changes

10.2.0

Minor Changes

Patch Changes

10.1.9

Patch Changes

10.1.8

Patch Changes

10.1.7

Patch Changes

  • Updated dependencies

10.1.6

Patch Changes

10.1.5

Patch Changes

  • Updated dependencies

10.1.4

Patch Changes

10.1.3

Patch Changes

10.1.2

Patch Changes

10.1.1

Patch Changes

  • Updated dependencies

10.1.0

Minor Changes

Patch Changes

10.0.0

Major Changes

Patch Changes

  • Updated dependencies

9.2.0

Minor Changes

  • #2763, (opens new window) 2c8d296246, (opens new window) - Adds support for the subtle button appearance in the Spotlight dialog theme to align more closely with ADG guidelines. Also visually re-orders action items so that the primary item in the actions list appears on the right hand side, but still recieves focus first.

9.1.10

Patch Changes

9.1.9

Patch Changes

9.1.8

Patch Changes

  • Updated dependencies

9.1.7

Patch Changes

9.1.6

Patch Changes

9.1.5

Patch Changes

9.1.4

Patch Changes

9.1.3

Patch Changes

9.1.2

Patch Changes

9.1.1

Patch Changes

9.1.0

Minor Changes

  • [minor]aa70b257d3, (opens new window):

    Introduce new prop experimental_shouldShowPrimaryButtonOnRight which positions the primary button in a onboarding modal-dialog on the right (ADG approved).

9.0.10

Patch Changes

9.0.9

Patch Changes

  • [patch]6548261c9a, (opens new window):

    Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies 6548261c9a, (opens new window):

    • @atlaskit/docs@8.3.2
    • @atlaskit/visual-regression@0.1.9
    • @atlaskit/analytics-next@6.3.5
    • @atlaskit/button@13.3.7
    • @atlaskit/icon@20.0.1
    • @atlaskit/modal-dialog@10.5.2
    • @atlaskit/popper@3.1.11
    • @atlaskit/portal@3.1.6
    • @atlaskit/progress-indicator@7.0.13
    • @atlaskit/theme@9.5.1

9.0.8

Patch Changes

  • Updated dependencies c0102a3ea2, (opens new window):
    • @atlaskit/icon@20.0.0
    • @atlaskit/modal-dialog@10.5.1
    • @atlaskit/docs@8.3.1
    • @atlaskit/button@13.3.6
    • @atlaskit/portal@3.1.5

9.0.7

Patch Changes

9.0.6

Patch Changes

9.0.5

Patch Changes

9.0.4

Patch Changes

9.0.3

Patch Changes

9.0.2

Patch Changes

9.0.1

Patch Changes

9.0.0

Major Changes

  • [major]a75dfaad67, (opens new window):

    @atlaskit/onboarding has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes.

8.0.17

Patch Changes

  • [patch]097b696613, (opens new window):

    Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports

8.0.16

Patch Changes

8.0.15

Patch Changes

8.0.14

Patch Changes

  • [patch]abee1a5f4f, (opens new window):

    Bumping internal dependency (memoize-one) to latest version (5.1.0). memoize-one@5.1.0 has full typescript support so it is recommended that typescript consumers use it also.

8.0.13

Patch Changes

8.0.12

  • Updated dependencies 926b43142b, (opens new window):
    • @atlaskit/progress-indicator@7.0.3
    • @atlaskit/analytics-next@6.0.0
    • @atlaskit/button@13.1.2
    • @atlaskit/modal-dialog@10.1.3

8.0.11

Patch Changes

8.0.10

Patch Changes

  • [patch]d905cbc0ac, (opens new window):

    Spotlight target highlight is out of position if the the target element or any of its parent has a "fixed" position. Fix the issue by checking for fixed position before setting the position values for target highlight. Adding a condition to check if the component are referenced in tests running in CI. It reduces the noise and help reading the CI log.

8.0.9

  • BROKEN RELEASE. DO NOT USE.

Patch Changes

8.0.8

8.0.7

Patch Changes

8.0.6

  • Updated dependencies 06326ef3f7, (opens new window):
    • @atlaskit/docs@8.1.3
    • @atlaskit/button@13.0.9
    • @atlaskit/modal-dialog@10.0.7
    • @atlaskit/portal@3.0.7
    • @atlaskit/icon@19.0.0

8.0.5

Patch Changes

8.0.4

  • Updated dependencies cfc3c8adb3, (opens new window):
    • @atlaskit/docs@8.1.2
    • @atlaskit/button@13.0.8
    • @atlaskit/modal-dialog@10.0.4
    • @atlaskit/portal@3.0.3
    • @atlaskit/icon@18.0.0

8.0.3

  • [patch]b0ef06c685, (opens new window):
    • This is just a safety release in case anything strange happened in in the previous one. See Pull Request #5942 for details

8.0.2

8.0.1

8.0.0

  • [major]7c17b35107, (opens new window):
    • 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.

7.0.5

7.0.4

  • Updated dependencies 9c0b4744be, (opens new window):
    • @atlaskit/docs@7.0.3
    • @atlaskit/button@12.0.3
    • @atlaskit/icon@16.0.9
    • @atlaskit/modal-dialog@8.0.7
    • @atlaskit/popper@0.4.3
    • @atlaskit/progress-indicator@6.0.4
    • @atlaskit/theme@8.1.7

7.0.3

  • Updated dependencies 1e826b2966, (opens new window):
    • @atlaskit/docs@7.0.2
    • @atlaskit/analytics-next@4.0.3
    • @atlaskit/icon@16.0.8
    • @atlaskit/modal-dialog@8.0.6
    • @atlaskit/popper@0.4.2
    • @atlaskit/portal@0.3.1
    • @atlaskit/progress-indicator@6.0.3
    • @atlaskit/theme@8.1.6
    • @atlaskit/button@12.0.0

7.0.2

7.0.1

  • Updated dependencies 9d5cc39394, (opens new window):
    • @atlaskit/docs@7.0.1
    • @atlaskit/analytics-next@4.0.1
    • @atlaskit/icon@16.0.5
    • @atlaskit/modal-dialog@8.0.2
    • @atlaskit/popper@0.4.1
    • @atlaskit/portal@0.2.1
    • @atlaskit/progress-indicator@6.0.1
    • @atlaskit/theme@8.0.1
    • @atlaskit/button@11.0.0

7.0.0

  • [major]76299208e6, (opens new window):

    • Drop ES5 from all the flow modules

    Dropping CJS support in all @atlaskit packages

    As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only distribute esm. This means all distributed code will be transpiled, but will still contain import and export declarations.

    The major reason for doing this is to allow us to support multiple entry points in packages, e.g:

    import colors from `@atlaskit/theme/colors`;

    Previously this was sort of possible for consumers by doing something like:

    import colors from `@atlaskit/theme/dist/esm/colors`;

    This has a couple of issues. 1, it treats the file system as API making internal refactors harder, we have to worry about how consumers might be using things that aren't actually supposed to be used. 2. We are unable to do this internally in @atlaskit packages. This leads to lots of packages bundling all of theme, just to use a single color, especially in situations where tree shaking fails.

    To support being able to use multiple entrypoints internally, we unfortunately cannot have multiple distributions as they would need to have very different imports from of their own internal dependencies.

    ES Modules are widely supported by all modern bundlers and can be worked around in node environments.

    We may choose to revisit this solution in the future if we find any unintended condequences, but we see this as a pretty sane path forward which should lead to some major bundle size decreases, saner API's and simpler package architecture.

    Please reach out to #fabric-build (if in Atlassian) or create an issue in Design System Support, (opens new window) (for external) if you have any questions or queries about this.

6.2.0

6.1.17

6.1.16

  • Updated dependencies d7ef59d432, (opens new window):
    • @atlaskit/docs@6.0.1
    • @atlaskit/button@10.1.2
    • @atlaskit/modal-dialog@7.2.1
    • @atlaskit/portal@0.0.18
    • @atlaskit/icon@16.0.0

6.1.15

6.1.14

  • Updated dependencies 58b84fa, (opens new window):
    • @atlaskit/analytics-next@3.1.2
    • @atlaskit/button@10.1.1
    • @atlaskit/icon@15.0.2
    • @atlaskit/modal-dialog@7.1.1
    • @atlaskit/popper@0.3.6
    • @atlaskit/portal@0.0.17
    • @atlaskit/progress-indicator@5.0.11
    • @atlaskit/theme@7.0.1
    • @atlaskit/docs@6.0.0

6.1.13

6.1.12

  • [patch]d13242d, (opens new window):
    • Change API to experimental theming API to namespace component themes into separate contexts and make theming simpler. Update all dependant components.

6.1.11

  • Updated dependencies ab9b69c, (opens new window):
    • @atlaskit/docs@5.2.2
    • @atlaskit/button@10.0.1
    • @atlaskit/modal-dialog@7.0.13
    • @atlaskit/portal@0.0.16
    • @atlaskit/icon@15.0.0

6.1.10

  • Updated dependencies 6998f11, (opens new window):
    • @atlaskit/docs@5.2.1
    • @atlaskit/analytics-next@3.1.1
    • @atlaskit/icon@14.6.1
    • @atlaskit/modal-dialog@7.0.12
    • @atlaskit/popper@0.3.2
    • @atlaskit/portal@0.0.15
    • @atlaskit/progress-indicator@5.0.9
    • @atlaskit/theme@6.2.1
    • @atlaskit/button@10.0.0

6.1.9

  • [patch]e151c1a, (opens new window):

    • Removes dependency on @atlaskit/layer-manager

    As of component versions:

    • `@atlaskit/modal-dialog@7.0.0`
    • `@atlaskit/tooltip@12.0.2`
    • `@atlaskit/flag@9.0.6`
    • `@atlaskit/onboarding@6.0.0`

    No component requires `LayerManager` to layer correctly.

    You can safely remove this dependency and stop rendering `LayerManager` in your apps.

6.1.8

6.1.7

6.1.6

  • [patch]a637f5e, (opens new window):
    • Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow flow to type check properly

6.1.5

6.1.4

6.1.3

  • [patch]4872a19, (opens new window):

    • actions prop officially accepts Node type for text. Adds optional key to action type.

    Previously if you were using the actions prop like:

    <Spotlight actions={[ { text: <FormattedMessage defaultMessage="Next" />, }, { text: <FormattedMessage defaultMessage="Skip" />, }, ]} > Look at this feature </Spotlight>

    React would complain about duplicate keys. Now you can pass in a key for the action like:

    <Spotlight actions={[ { text: <FormattedMessage defaultMessage="Next" />, key: 'next', }, { text: <FormattedMessage defaultMessage="Skip" />, key: 'skip', }, ]} > Look at this feature </Spotlight>

6.1.2

6.1.1

6.1.0

  • [minor] Creates new SpotlightCard component. Internal refactor of Spotlight components. Spotlight state managed through context rather than local variable. f9ba552, (opens new window)

6.0.4

6.0.3

6.0.2

  • [patch] Updated dependencies 65c6514, (opens new window)
    • @atlaskit/docs@5.0.8
    • @atlaskit/button@9.0.13
    • @atlaskit/layer-manager@5.0.13
    • @atlaskit/modal-dialog@7.0.2
    • @atlaskit/portal@0.0.10
    • @atlaskit/icon@14.0.0

6.0.1

6.0.0

5.1.9

5.1.8

5.1.6

  • [patch] Updated dependencies df22ad8, (opens new window)
    • @atlaskit/theme@6.0.0
    • @atlaskit/modal-dialog@6.0.9
    • @atlaskit/layer-manager@5.0.6
    • @atlaskit/icon@13.2.5
    • @atlaskit/button@9.0.6
    • @atlaskit/docs@5.0.6

5.1.5

5.1.4

5.1.3

  • [patch] Updated dependencies acd86a1, (opens new window)
    • @atlaskit/layer-manager@5.0.4
    • @atlaskit/icon@13.2.2
    • @atlaskit/button@9.0.4
    • @atlaskit/theme@5.1.2
    • @atlaskit/analytics-next@3.0.3
    • @atlaskit/docs@5.0.2
    • @atlaskit/layer@5.0.3
    • @atlaskit/modal-dialog@6.0.5

5.1.2

  • [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies 7e331b5, (opens new window)
  • [none] Updated dependencies 7e331b5, (opens new window)
    • @atlaskit/modal-dialog@6.0.4
    • @atlaskit/analytics-next@3.0.2
    • @atlaskit/button@9.0.3
    • @atlaskit/theme@5.1.1
    • @atlaskit/layer@5.0.2
    • @atlaskit/layer-manager@5.0.3
    • @atlaskit/icon@13.2.1

5.1.1

5.1.0

5.0.1

5.0.0

4.1.7

4.1.6

4.1.5

4.1.4

4.1.3

4.1.2

  • [patch] Clean Changelogs - remove duplicates and empty entries e7756cd, (opens new window)
  • [none] Updated dependencies e7756cd, (opens new window)
    • @atlaskit/modal-dialog@5.2.2
    • @atlaskit/button@8.1.2
    • @atlaskit/theme@4.0.4
    • @atlaskit/layer@4.0.3
    • @atlaskit/layer-manager@4.2.1
    • @atlaskit/icon@12.1.2

4.1.1

  • [patch] Update changelogs to remove duplicate cc58e17, (opens new window)
  • [none] Updated dependencies cc58e17, (opens new window)
    • @atlaskit/theme@4.0.3
    • @atlaskit/layer-manager@4.1.1
    • @atlaskit/modal-dialog@5.1.1
    • @atlaskit/icon@12.1.1
    • @atlaskit/button@8.1.1
    • @atlaskit/docs@4.1.1
    • @atlaskit/layer@4.0.2

4.1.0

  • [none] Updated dependencies 9d20f54, (opens new window)
    • @atlaskit/modal-dialog@5.1.0
    • @atlaskit/layer-manager@4.1.0
    • @atlaskit/icon@12.1.0
    • @atlaskit/docs@4.1.0
    • @atlaskit/theme@4.0.2
    • @atlaskit/layer@4.0.1
    • @atlaskit/button@8.1.0

4.0.1

4.0.0

  • [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to ^3.2.6 1e80619, (opens new window)
  • [patch] Updated dependencies 1e80619, (opens new window)
    • @atlaskit/layer-manager@4.0.0
    • @atlaskit/modal-dialog@5.0.0
    • @atlaskit/icon@12.0.0
    • @atlaskit/button@8.0.0
    • @atlaskit/theme@4.0.0
    • @atlaskit/docs@4.0.0
    • @atlaskit/layer@4.0.0

3.1.3

  • [patch] Updated dependencies d662caa, (opens new window)
    • @atlaskit/icon@11.3.0
    • @atlaskit/modal-dialog@4.0.5
    • @atlaskit/layer-manager@3.0.4
    • @atlaskit/button@7.2.5
    • @atlaskit/theme@3.2.2
    • @atlaskit/docs@3.0.4
    • @atlaskit/layer@3.1.1

3.1.0

3.0.0

2.4.2

2.4.0

2.3.4

2.3.2

2.3.0

2.2.2

2.2.1

2.2.0

2.1.0

2.0.8

2.0.7

2.0.6

2.0.4

2.0.2

1.0.0-beta (2017-09-19)

  • feature; initial release
Was this page helpful?
We use this feedback to improve our documentation.
© 2026 AtlassianTrademark, (opens new window)Privacy, (opens new window)License