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

Package detail

@fluentui-react-native/experimental-button

microsoft538MITdeprecated0.19.1TypeScript support: included

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

A cross-platform Button component using the Fluent Design System

readme

FluentUI React Native

npm version Build Status Build Status

FluentUI React Native is a javascript component library that provides developers with controls that are part of the Fluent Design System. These controls are built on React Native and fully customizable.

FluentUI React Native is still in the alpha stages of development for both the components and the repo. We encourage anyone who is interested in getting an early glimpse of our plans to download and use our components, but please note that you may hit bumps along the way. Please leave us feedback or file issues if you run into bumps, and we will continue to improve the quality of the repo.

Development status on each platform: | Windows | macOS | iOS | Android | |---------------------|---------------------|-------------|-------------| | Alpha (in progress) | Alpha (in progress) | Alpha (in progress) | Alpha (in progress) |

Getting Started

If you have an existing React Native project, it's easy to begin using FluentUI React Native. If you need to setup a new React Native project, please see the React Native Windows Getting Started documentation.

Prerequisites

Create New React Native project (if needed)

  1. Follow the instructions on the React Native Windows Getting Started documentation to create a React Native project.

  2. Navigate to the root folder of your project, and use npm to install the package:

 npm i @fluentui/react-native
  1. After successful installation, you can test the package by importing components at the top of your app's entry file, e.g. App.js:
import { Checkbox } from '@fluentui/react-native';
  1. After importing the @fluentui/react-native package, you can use components such as Text and Checkbox in your JSX.
// In App.js in a new project
import React from 'react';
import { View, Text } from 'react-native';
import { Checkbox } from '@fluentui/react-native';
function HelloWorldApp() {
  return (
    <View
      style={{
        flex: 1,
        justifyContent: 'center',
        alignItems: 'center',
      }}
    >
      <Text>Hello, world!</Text>
      <Checkbox label="Hello World Checkbox" />
    </View>
  );
}
export default HelloWorldApp;

If you run into an error that says pragma and pragmaFrag cannot be set when runtime is automatic, you can try switching to classic runtime.

Documentation

Components and Controls

Our component documentation can be found in SPEC.md files for each component. The current list can be found in our Wiki's sidebar. They will be uploaded to a website at a future time.

Expanding Component documentation

Our SPEC.md files should reflect the current state of controls that have established the v1 set of properties on any one platform.

Since the FluentUI React Native controls are cross-platform, but represented by a single page, it's important to distinguish platform differences and limitations. Examples include:

  • If the component is not available on all supported platforms.
  • If the component has properties not available on all supported platforms.
  • If the component has limited support for a given property on any supported platforms.
  • If the component has distinguishable behavior on a supported platform that must be minded while used.

Theming framework

Documentation for Theming can be found in our docs file, or for more in depth documentation, along side the implementation.

Developing in the repo

Yarn + Lage

This repo is set up as a monorepo using Yarn workspaces. To install yarn, please follow instructions in the Yarn documentation.

For running tasks the repo has switched to using Lage for task running. The primary tasks that can be executed at the root are:

  • yarn build - does the typescript build for all packages in the repository
  • yarn test - will build, lint, and run any applicable tests on all packages in the repo
  • yarn bundle - will bundle all packages in the repo
  • yarn buildci - will build, lint, run tests, and bundle everything in the repo

Note that Lage uses caching to avoid redundant steps and has very minimal output. To avoid caching add --no-cache as a command line argument. Similarly adding --verbose will give more detailed output.

Setup your development environment

To start developing in the repository you can:

  1. git clone https://github.com/microsoft/fluentui-react-native.git
  2. cd fluentui-react-native
  3. yarn
  4. yarn build

After a successful yarn build, you can explore FluentUI Tester, our demo application to play with each of the controls. To run FluentUI Tester, please follow instructions in the FluentUI Tester readme.

Note: If your repo is located on either your Desktop or Documents folder, you may encounter the error: "Watchman error... Operation not permitted". Clone it in a different directory to avoid Watchman permission issues.

Prettier

This repo is set up to run Prettier. To run Prettier in fix mode on the repo, run yarn prettier-fix at the root of the Repo.

If you are using VSCode as your editor, you can configure it to run Prettier on save. Prettier is a recommended extension for the repo. You can configure it to run by:

  1. Installing the Prettier extension for VSCode
  2. Going to Settings > Text Editor > Formatting > Check Format On Save

Contributing

Please visit our contribution guide for more information on contributing to this repo.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

changelog

Change Log - @fluentui-react-native/experimental-button

This log was last generated on Thu, 30 Nov 2023 19:43:57 GMT and should not be manually modified.

0.19.1

Thu, 30 Nov 2023 19:43:57 GMT

Patches

  • Bump @fluentui-react-native/button to v0.36.1

0.19.0

Thu, 09 Nov 2023 02:39:08 GMT

Minor changes

0.18.22

Tue, 07 Nov 2023 20:20:33 GMT

Patches

  • Manually bump packages stuck in the pipeline (safreibe@microsoft.com)
  • Bump @fluentui-react-native/button to v0.35.11

0.18.20

Mon, 30 Oct 2023 21:26:06 GMT

Patches

  • Bump @fluentui-react-native/button to v0.35.9

0.18.19

Wed, 25 Oct 2023 20:50:34 GMT

Patches

  • Bump @fluentui-react-native/button to v0.35.8

0.18.18

Wed, 25 Oct 2023 17:21:07 GMT

Patches

  • Bump @fluentui-react-native/button to v0.35.7

0.18.17

Mon, 25 Sep 2023 12:49:34 GMT

Patches

  • Bump @fluentui-react-native/button to v0.35.6

0.18.16

Wed, 20 Sep 2023 18:30:43 GMT

Patches

  • Bump @fluentui-react-native/button to v0.35.5

0.18.15

Wed, 13 Sep 2023 17:08:13 GMT

Patches

  • Bump @fluentui-react-native/button to v0.35.4

0.18.14

Tue, 29 Aug 2023 22:56:32 GMT

Patches

  • Bump @fluentui-react-native/button to v0.35.3

0.18.13

Tue, 29 Aug 2023 21:59:04 GMT

Patches

  • Bump @fluentui-react-native/button to v0.35.2

0.18.12

Wed, 23 Aug 2023 18:55:24 GMT

Patches

  • Bump @fluentui-react-native/button to v0.35.1

0.18.11

Mon, 21 Aug 2023 20:45:53 GMT

Patches

  • Bump @fluentui-react-native/button to v0.35.0

0.18.10

Mon, 14 Aug 2023 20:14:41 GMT

Patches

  • Bump @fluentui-react-native/button to v0.34.10

0.18.9

Wed, 09 Aug 2023 22:02:15 GMT

Patches

  • Bump @fluentui-react-native/button to v0.34.9

0.18.8

Wed, 02 Aug 2023 16:51:10 GMT

Patches

  • Bump @fluentui-react-native/button to v0.34.8

0.18.7

Mon, 31 Jul 2023 19:29:59 GMT

Patches

  • Bump @fluentui-react-native/button to v0.34.7

0.18.6

Tue, 18 Jul 2023 19:09:32 GMT

Patches

  • Bump @fluentui-react-native/button to v0.34.6

0.18.5

Fri, 07 Jul 2023 20:45:12 GMT

Patches

  • Bump @fluentui-react-native/button to v0.34.5

0.18.4

Fri, 30 Jun 2023 06:57:52 GMT

Patches

  • Bump @fluentui-react-native/button to v0.34.4

0.18.3

Mon, 19 Jun 2023 18:37:35 GMT

Patches

  • Bump @fluentui-react-native/button to v0.34.3

0.18.2

Sat, 17 Jun 2023 00:00:18 GMT

Patches

  • Bump @fluentui-react-native/button to v0.34.2

0.18.1

Wed, 14 Jun 2023 12:05:51 GMT

Patches

  • Bump @fluentui-react-native/button to v0.34.1

0.18.0

Mon, 12 Jun 2023 17:46:43 GMT

Minor changes

  • Changes for treeshake to work (ayushsinghs@yahoo.in)
  • Bump @fluentui-react-native/button to v0.34.0

0.17.1

Fri, 09 Jun 2023 15:29:07 GMT

Patches

  • Bump @fluentui-react-native/button to v0.33.1

0.17.0

Mon, 05 Jun 2023 19:26:22 GMT

Minor changes

0.16.111

Tue, 30 May 2023 20:34:15 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.53

0.16.110

Wed, 03 May 2023 07:08:52 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.52

0.16.109

Sat, 22 Apr 2023 23:41:05 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.51

0.16.108

Wed, 12 Apr 2023 18:42:22 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.50

0.16.107

Mon, 10 Apr 2023 19:48:24 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.49

0.16.106

Thu, 23 Mar 2023 20:49:23 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.48

0.16.105

Tue, 21 Mar 2023 21:53:46 GMT

Patches

  • Trigger manual bump (no changes) (krsiler@microsoft.com)
  • Bump @fluentui-react-native/button to v0.32.47

0.16.104

Sat, 18 Mar 2023 17:22:31 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.46

0.16.103

Fri, 17 Mar 2023 14:13:25 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.45

0.16.102

Tue, 14 Mar 2023 20:50:45 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.44

0.16.101

Tue, 14 Mar 2023 18:43:07 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.43

0.16.100

Mon, 13 Mar 2023 22:51:11 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.42

0.16.99

Fri, 10 Mar 2023 00:08:36 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.41

0.16.98

Tue, 07 Mar 2023 20:54:15 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.40

0.16.97

Sat, 04 Mar 2023 00:02:26 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.39

0.16.96

Fri, 03 Mar 2023 06:47:26 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.38

0.16.95

Thu, 02 Mar 2023 19:11:57 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.37

0.16.94

Tue, 28 Feb 2023 21:34:10 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.36

0.16.93

Fri, 24 Feb 2023 23:53:36 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.35

0.16.92

Fri, 24 Feb 2023 20:40:00 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.34

0.16.91

Fri, 24 Feb 2023 02:22:40 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.33

0.16.90

Tue, 14 Feb 2023 22:22:51 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.32

0.16.89

Sat, 11 Feb 2023 01:32:30 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.31

0.16.88

Fri, 03 Feb 2023 01:49:36 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.30

0.16.87

Thu, 02 Feb 2023 20:52:52 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.29

0.16.86

Thu, 02 Feb 2023 01:29:39 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.28

0.16.85

Wed, 01 Feb 2023 22:33:17 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.27

0.16.84

Mon, 30 Jan 2023 07:12:38 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.26

0.16.83

Wed, 25 Jan 2023 21:31:18 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.25

0.16.82

Fri, 20 Jan 2023 21:49:21 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.24

0.16.81

Fri, 20 Jan 2023 18:06:46 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.23

0.16.80

Wed, 18 Jan 2023 01:55:11 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.22

0.16.79

Tue, 10 Jan 2023 20:17:18 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.21

0.16.78

Mon, 09 Jan 2023 22:25:00 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.20

0.16.77

Fri, 06 Jan 2023 12:26:31 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.19

0.16.76

Thu, 05 Jan 2023 11:24:52 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.18

0.16.75

Wed, 04 Jan 2023 16:55:53 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.17

0.16.74

Tue, 03 Jan 2023 23:38:40 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.16

0.16.73

Fri, 30 Dec 2022 16:09:27 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.15

0.16.72

Fri, 30 Dec 2022 03:49:05 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.14

0.16.71

Thu, 29 Dec 2022 08:02:57 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.13

0.16.70

Thu, 29 Dec 2022 03:47:47 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.12

0.16.69

Wed, 28 Dec 2022 17:46:01 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.11

0.16.68

Tue, 27 Dec 2022 22:21:15 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.10

0.16.67

Tue, 27 Dec 2022 10:18:14 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.9

0.16.66

Thu, 15 Dec 2022 14:50:50 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.8

0.16.65

Fri, 09 Dec 2022 05:23:38 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.7

0.16.64

Tue, 06 Dec 2022 16:59:54 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.6

0.16.63

Tue, 06 Dec 2022 02:02:55 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.5

0.16.62

Tue, 06 Dec 2022 00:46:41 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.4

0.16.61

Thu, 01 Dec 2022 03:12:20 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.3

0.16.60

Tue, 29 Nov 2022 15:14:15 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.2

0.16.59

Mon, 28 Nov 2022 19:49:35 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.1

0.16.58

Mon, 28 Nov 2022 11:51:06 GMT

Patches

  • Bump @fluentui-react-native/button to v0.32.0

0.16.57

Wed, 16 Nov 2022 08:47:25 GMT

Patches

  • Bump @fluentui-react-native/button to v0.31.1

0.16.56

Sun, 13 Nov 2022 09:17:07 GMT

Patches

  • Bump @fluentui-react-native/button to v0.31.0

0.16.55

Fri, 11 Nov 2022 18:06:32 GMT

Patches

  • Bump @fluentui-react-native/button to v0.30.2

0.16.54

Wed, 09 Nov 2022 22:52:11 GMT

Patches

  • Bump @fluentui-react-native/button to v0.30.1

0.16.53

Tue, 08 Nov 2022 22:18:44 GMT

Patches

  • Bump @fluentui-react-native/button to v0.30.0

0.16.52

Tue, 08 Nov 2022 19:22:01 GMT

Patches

  • Bump @fluentui-react-native/button to v0.29.4

0.16.51

Fri, 04 Nov 2022 14:36:23 GMT

Patches

  • Bump @fluentui-react-native/button to v0.29.3

0.16.50

Wed, 02 Nov 2022 00:59:45 GMT

Patches

  • Bump @fluentui-react-native/button to v0.29.2

0.16.49

Tue, 01 Nov 2022 16:30:56 GMT

Patches

  • Bump @fluentui-react-native/button to v0.29.1

0.16.48

Thu, 27 Oct 2022 13:19:00 GMT

Patches

  • Bump @fluentui-react-native/button to v0.29.0

0.16.47

Thu, 27 Oct 2022 11:09:35 GMT

Patches

  • Bump @fluentui-react-native/button to v0.28.1

0.16.46

Thu, 27 Oct 2022 08:31:28 GMT

Patches

  • Bump @fluentui-react-native/button to v0.28.0

0.16.45

Tue, 25 Oct 2022 22:47:45 GMT

Patches

  • Bump @fluentui-react-native/button to v0.27.2

0.16.44

Tue, 25 Oct 2022 20:57:00 GMT

Patches

  • Bump @fluentui-react-native/button to v0.27.1

0.16.43

Fri, 21 Oct 2022 13:09:26 GMT

Patches

  • Bump @fluentui-react-native/button to v0.27.0

0.16.42

Thu, 20 Oct 2022 23:16:01 GMT

Patches

  • Bump @fluentui-react-native/button to v0.26.2

0.16.41

Thu, 20 Oct 2022 18:30:02 GMT

Patches

  • Bump @fluentui-react-native/button to v0.26.1

0.16.40

Tue, 18 Oct 2022 04:06:27 GMT

Patches

  • Bump @fluentui-react-native/button to v0.26.0

0.16.39

Mon, 17 Oct 2022 17:52:49 GMT

Patches

  • Bump @fluentui-react-native/button to v0.25.12

0.16.38

Fri, 14 Oct 2022 19:11:13 GMT

Patches

  • Bump @fluentui-react-native/button to v0.25.11

0.16.37

Fri, 14 Oct 2022 17:16:50 GMT

Patches

0.16.36

Thu, 13 Oct 2022 05:37:26 GMT

Patches

  • Bump @fluentui-react-native/button to v0.25.9

0.16.35

Wed, 12 Oct 2022 21:54:15 GMT

Patches

  • Bump @fluentui-react-native/button to v0.25.8

0.16.34

Tue, 11 Oct 2022 22:41:44 GMT

Patches

  • Bump @fluentui-react-native/button to v0.25.7

0.16.33

Thu, 06 Oct 2022 17:24:49 GMT

Patches

  • Bump @fluentui-react-native/button to v0.25.6

0.16.32

Tue, 04 Oct 2022 21:09:28 GMT

Patches

  • Bump @fluentui-react-native/button to v0.25.5

0.16.31

Tue, 04 Oct 2022 17:24:59 GMT

Patches

  • Bump @fluentui-react-native/button to v0.25.4

0.16.30

Fri, 30 Sep 2022 08:04:44 GMT

Patches

  • Bump @fluentui-react-native/button to v0.25.3

0.16.29

Fri, 30 Sep 2022 00:54:35 GMT

Patches

0.16.28

Mon, 26 Sep 2022 02:39:40 GMT

Patches

  • Bump @fluentui-react-native/button to v0.25.1

0.16.27

Fri, 23 Sep 2022 06:23:01 GMT

Patches

  • Bump @fluentui-react-native/button to v0.25.0

0.16.26

Wed, 21 Sep 2022 21:00:40 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.26

0.16.25

Tue, 20 Sep 2022 20:05:27 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.25

0.16.24

Fri, 16 Sep 2022 01:53:06 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.24

0.16.23

Wed, 14 Sep 2022 23:07:42 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.23

0.16.22

Mon, 12 Sep 2022 18:52:11 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.22

0.16.21

Fri, 09 Sep 2022 23:54:15 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.21

0.16.20

Tue, 06 Sep 2022 18:22:03 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.20

0.16.19

Wed, 31 Aug 2022 12:11:39 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.19

0.16.18

Mon, 29 Aug 2022 23:21:44 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.18

0.16.17

Fri, 26 Aug 2022 18:15:17 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.17

0.16.16

Mon, 15 Aug 2022 23:29:03 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.16

0.16.15

Mon, 15 Aug 2022 22:12:03 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.15

0.16.14

Fri, 05 Aug 2022 23:22:38 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.14

0.16.13

Tue, 02 Aug 2022 22:19:19 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.13

0.16.12

Tue, 02 Aug 2022 20:08:43 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.12

0.16.11

Fri, 29 Jul 2022 22:47:07 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.11

0.16.10

Fri, 29 Jul 2022 21:04:38 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.10

0.16.9

Thu, 28 Jul 2022 23:57:03 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.9

0.16.8

Tue, 26 Jul 2022 19:30:23 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.8

0.16.7

Mon, 25 Jul 2022 21:27:20 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.7

0.16.6

Sat, 23 Jul 2022 00:28:48 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.6

0.16.5

Wed, 20 Jul 2022 16:24:28 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.5

0.16.4

Tue, 19 Jul 2022 18:10:02 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.4

0.16.3

Fri, 15 Jul 2022 01:22:54 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.3

0.16.2

Fri, 15 Jul 2022 00:29:27 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.2

0.16.1

Thu, 14 Jul 2022 20:03:37 GMT

Patches

  • Bump @fluentui-react-native/button to v0.24.1

0.16.0

Thu, 14 Jul 2022 18:09:51 GMT

Minor changes

0.15.35

Thu, 14 Jul 2022 17:13:16 GMT

Patches

  • Bump @fluentui-react-native/button to v0.23.2

0.15.34

Thu, 14 Jul 2022 16:13:45 GMT

Patches

  • Bump @fluentui-react-native/button to v0.23.1

0.15.33

Wed, 13 Jul 2022 23:23:59 GMT

Patches

  • Bump @fluentui-react-native/button to v0.23.0

0.15.32

Fri, 08 Jul 2022 21:23:37 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.31

0.15.31

Thu, 07 Jul 2022 21:24:07 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.30

0.15.30

Wed, 15 Jun 2022 18:26:37 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.29

0.15.29

Mon, 13 Jun 2022 23:58:18 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.28

0.15.28

Mon, 06 Jun 2022 19:20:10 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.27

0.15.27

Thu, 26 May 2022 21:22:22 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.26

0.15.26

Thu, 26 May 2022 00:33:11 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.25

0.15.25

Wed, 25 May 2022 18:43:10 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.24

0.15.24

Sat, 21 May 2022 16:18:06 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.23

0.15.23

Sat, 21 May 2022 01:47:58 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.22

0.15.22

Wed, 04 May 2022 21:06:04 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.21

0.15.21

Thu, 28 Apr 2022 19:09:51 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.20

0.15.20

Wed, 27 Apr 2022 19:30:38 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.19

0.15.19

Mon, 25 Apr 2022 17:11:12 GMT

Patches

0.15.18

Thu, 21 Apr 2022 21:50:03 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.18

0.15.17

Tue, 19 Apr 2022 16:54:55 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.17

0.15.16

Mon, 18 Apr 2022 17:51:06 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.16

0.15.15

Wed, 13 Apr 2022 23:44:28 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.15

0.15.14

Wed, 13 Apr 2022 15:51:04 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.14

0.15.13

Wed, 06 Apr 2022 22:58:22 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.13

0.15.12

Tue, 05 Apr 2022 20:05:50 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.12

0.15.11

Thu, 31 Mar 2022 07:27:48 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.11

0.15.10

Mon, 28 Mar 2022 15:02:37 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.10

0.15.9

Wed, 23 Mar 2022 17:24:05 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.9

0.15.8

Mon, 07 Mar 2022 19:15:33 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.8

0.15.7

Fri, 04 Mar 2022 23:43:10 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.7

0.15.6

Thu, 03 Mar 2022 20:20:09 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.6

0.15.5

Tue, 01 Mar 2022 20:18:31 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.5

0.15.4

Wed, 23 Feb 2022 22:41:19 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.4

0.15.3

Fri, 18 Feb 2022 23:27:11 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.3

0.15.2

Thu, 17 Feb 2022 02:13:07 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.2

0.15.1

Thu, 17 Feb 2022 01:22:02 GMT

Patches

  • Bump @fluentui-react-native/button to v0.22.1

0.15.0

Tue, 15 Feb 2022 22:48:31 GMT

Minor changes

  • Fix up index files, mark experimental button package deprecated (ruaraki@microsoft.com)
  • Bump @fluentui-react-native/button to v0.22.0

0.14.0

Wed, 09 Feb 2022 20:14:50 GMT

Minor changes

  • useToggleButton and implement accessibilityAction/onAccessibilityAction (ruaraki@microsoft.com)
  • Bump @fluentui-react-native/interactive-hooks to v0.13.0

0.13.1

Fri, 04 Feb 2022 20:31:52 GMT

Patches

0.13.0

Wed, 02 Feb 2022 22:09:55 GMT

Minor changes

0.12.1

Wed, 02 Feb 2022 02:29:07 GMT

Patches

  • [object Object] (ruaraki@microsoft.com)
  • Bump @fluentui-react-native/experimental-activity-indicator to v0.5.11
  • Bump @fluentui-react-native/experimental-text to v0.7.12
  • Bump @fluentui-react-native/framework to v0.7.12
  • Bump @fluentui-react-native/icon to v0.11.6
  • Bump @fluentui-react-native/interactive-hooks to v0.12.2
  • Bump @fluentui-react-native/theme-tokens to v0.12.0

0.12.0

Wed, 26 Jan 2022 20:31:03 GMT

Minor changes

  • Revert "Add ref to v1 Button (#1218)" (ruaraki@microsoft.com)
  • Bump @fluentui-react-native/interactive-hooks to v0.12.1

0.11.21

Wed, 26 Jan 2022 17:02:27 GMT

Patches

  • Bump @fluentui-react-native/interactive-hooks to v0.12.0

0.11.20

Tue, 25 Jan 2022 21:55:30 GMT

Patches

  • Default to onKeyDown on macOS (sanajmi@microsoft.com)
  • Bump @fluentui-react-native/interactive-hooks to v0.11.15

0.11.19

Tue, 25 Jan 2022 16:48:23 GMT

Patches

  • Bump @fluentui-react-native/interactive-hooks to v0.11.14

0.11.18

Thu, 20 Jan 2022 21:05:25 GMT

Patches

0.11.17

Tue, 18 Jan 2022 20:49:22 GMT

Patches

0.11.16

Fri, 14 Jan 2022 21:49:07 GMT

Patches

  • Bump @fluentui-react-native/experimental-activity-indicator to v0.5.10
  • Bump @fluentui-react-native/experimental-text to v0.7.11
  • Bump @fluentui-react-native/framework to v0.7.11
  • Bump @fluentui-react-native/icon to v0.11.5
  • Bump @fluentui-react-native/interactive-hooks to v0.11.13
  • Bump @fluentui-react-native/theme-tokens to v0.11.6

0.11.15

Fri, 14 Jan 2022 01:00:02 GMT

Patches

  • fix disabled button (email not defined)
  • Bump @fluentui-react-native/experimental-activity-indicator to v0.5.9
  • Bump @fluentui-react-native/experimental-text to v0.7.10
  • Bump @fluentui-react-native/framework to v0.7.10
  • Bump @fluentui-react-native/icon to v0.11.4
  • Bump @fluentui-react-native/interactive-hooks to v0.11.12
  • Bump @fluentui-react-native/styling-utils to v0.3.3
  • Bump @fluentui-react-native/theme-tokens to v0.11.5
  • Bump @fluentui-react-native/tokens to v0.11.5

0.11.14

Fri, 07 Jan 2022 21:27:06 GMT

Patches

0.11.13

Thu, 06 Jan 2022 23:14:38 GMT

Patches

  • Bump @fluentui-react-native/experimental-activity-indicator to v0.5.8
  • Bump @fluentui-react-native/experimental-text to v0.7.9
  • Bump @fluentui-react-native/framework to v0.7.9
  • Bump @fluentui-react-native/icon to v0.11.3
  • Bump @fluentui-react-native/interactive-hooks to v0.11.11
  • Bump @fluentui-react-native/theme-tokens to v0.11.4
  • Bump @fluentui-react-native/tokens to v0.11.4

0.11.12

Thu, 06 Jan 2022 21:30:08 GMT

Patches

  • Bump @fluentui-react-native/experimental-activity-indicator to v0.5.7
  • Bump @fluentui-react-native/experimental-text to v0.7.8
  • Bump @fluentui-react-native/framework to v0.7.8
  • Bump @fluentui-react-native/icon to v0.11.2
  • Bump @fluentui-react-native/interactive-hooks to v0.11.10
  • Bump @fluentui-react-native/theme-tokens to v0.11.3

0.11.11

Wed, 05 Jan 2022 23:53:54 GMT

Patches

  • Bump @fluentui-react-native/interactive-hooks to v0.11.9

0.11.10

Tue, 04 Jan 2022 23:05:12 GMT

Patches

0.11.9

Tue, 21 Dec 2021 20:56:31 GMT

Patches

  • Remove content prop (ruaraki@microsoft.com)
  • Bump @fluentui-react-native/experimental-activity-indicator to v0.5.6
  • Bump @fluentui-react-native/experimental-text to v0.7.7
  • Bump @fluentui-react-native/framework to v0.7.7
  • Bump @fluentui-react-native/icon to v0.11.1
  • Bump @fluentui-react-native/interactive-hooks to v0.11.8

0.11.8

Mon, 20 Dec 2021 22:56:00 GMT

Patches

  • Add repository property to all package.json files (ruaraki@microsoft.com)
  • Bump @fluentui-react-native/adapters to v0.8.2
  • Bump @fluentui-react-native/experimental-activity-indicator to v0.5.5
  • Bump @fluentui-react-native/experimental-text to v0.7.6
  • Bump @fluentui-react-native/framework to v0.7.6
  • Bump @fluentui-react-native/icon to v0.11.0
  • Bump @fluentui-react-native/interactive-hooks to v0.11.7
  • Bump @fluentui-react-native/styling-utils to v0.3.1
  • Bump @fluentui-react-native/theme-tokens to v0.11.2
  • Bump @fluentui-react-native/tokens to v0.11.3
  • Bump @fluentui-react-native/use-styling to v0.8.2

0.11.7

Sun, 19 Dec 2021 05:07:36 GMT

Patches

  • Bump @fluentui-react-native/interactive-hooks to v0.11.6

0.11.6

Sat, 18 Dec 2021 04:15:04 GMT

Patches

  • Update to TypeScript 4.5.4 (afoxman@microsoft.com)
  • Bump @fluentui-react-native/experimental-activity-indicator to v0.5.4
  • Bump @fluentui-react-native/experimental-text to v0.7.5
  • Bump @fluentui-react-native/framework to v0.7.5
  • Bump @fluentui-react-native/icon to v0.10.4
  • Bump @fluentui-react-native/interactive-hooks to v0.11.5
  • Bump @fluentui-react-native/tokens to v0.11.2
  • Bump @fluentui-react-native/use-styling to v0.8.1

0.11.5

Sat, 18 Dec 2021 01:46:05 GMT

Patches

0.11.4

Fri, 17 Dec 2021 22:06:58 GMT

Patches

  • Revert "Remove content prop (#1257)" (ruaraki@microsoft.com)
  • Bump @fluentui-react-native/experimental-activity-indicator to v0.5.3
  • Bump @fluentui-react-native/experimental-text to v0.7.4
  • Bump @fluentui-react-native/framework to v0.7.4
  • Bump @fluentui-react-native/icon to v0.10.3
  • Bump @fluentui-react-native/interactive-hooks to v0.11.4

0.11.3

Fri, 17 Dec 2021 19:53:20 GMT

Patches

  • Remove content prop (ruaraki@microsoft.com)
  • Bump @fluentui-react-native/experimental-activity-indicator to v0.5.2
  • Bump @fluentui-react-native/experimental-text to v0.7.3
  • Bump @fluentui-react-native/framework to v0.7.3
  • Bump @fluentui-react-native/icon to v0.10.2
  • Bump @fluentui-react-native/interactive-hooks to v0.11.3

0.11.2

Fri, 17 Dec 2021 14:04:45 GMT

Patches

0.11.1

Fri, 17 Dec 2021 01:26:42 GMT

Patches

  • Bump @fluentui-react-native/experimental-activity-indicator to v0.5.1
  • Bump @fluentui-react-native/experimental-text to v0.7.2
  • Bump @fluentui-react-native/framework to v0.7.2
  • Bump @fluentui-react-native/icon to v0.10.1
  • Bump @fluentui-react-native/interactive-hooks to v0.11.2
  • Bump @fluentui-react-native/theme-tokens to v0.11.1

0.11.0

Thu, 16 Dec 2021 19:10:28 GMT

Minor changes

  • Initial commit for FabButton (ruaraki@microsoft.com)
  • Rename componentRef to ref (ruaraki@microsoft.com)
  • Removed content prop from Toggle, Compound Buttons and FAB (v.kozlova13@gmail.com)
  • Removed content prop from Button component. (v.kozlova13@gmail.com)
  • Bump @fluentui-react-native/adapters to v0.8.1
  • Bump @fluentui-react-native/experimental-activity-indicator to v0.5.0
  • Bump @fluentui-react-native/experimental-text to v0.7.1
  • Bump @fluentui-react-native/framework to v0.7.1
  • Bump @fluentui-react-native/icon to v0.10.0
  • Bump @fluentui-react-native/interactive-hooks to v0.11.1
  • Bump @fluentui-react-native/theme-tokens to v0.11.0
  • Bump @fluentui-react-native/tokens to v0.11.1

Patches

0.10.0

Wed, 17 Nov 2021 19:28:07 GMT

Minor changes

Patches

0.9.6

Tue, 09 Nov 2021 23:04:33 GMT

Patches

0.9.5

Mon, 08 Nov 2021 20:52:15 GMT

Patches

0.9.4

Mon, 01 Nov 2021 18:53:37 GMT

Patches

0.9.3

Mon, 25 Oct 2021 19:24:43 GMT

Patches

0.9.2

Wed, 20 Oct 2021 03:46:25 GMT

Patches

0.9.1

Tue, 19 Oct 2021 20:23:36 GMT

Patches

0.9.0

Thu, 07 Oct 2021 20:59:20 GMT

Minor changes

Patches

0.8.25

Fri, 01 Oct 2021 17:52:17 GMT

Patches

0.8.24

Tue, 28 Sep 2021 21:08:25 GMT

Patches

0.8.23

Tue, 21 Sep 2021 16:32:12 GMT

Patches

0.8.22

Mon, 13 Sep 2021 23:22:43 GMT

Patches

0.8.21

Fri, 10 Sep 2021 18:16:59 GMT

Patches

0.8.20

Thu, 09 Sep 2021 22:12:19 GMT

Patches

0.8.19

Thu, 09 Sep 2021 20:03:01 GMT

Patches

0.8.18

Thu, 26 Aug 2021 21:02:08 GMT

Patches

0.8.17

Thu, 26 Aug 2021 04:48:40 GMT

Patches

0.8.16

Wed, 25 Aug 2021 21:36:58 GMT

Patches

0.8.15

Tue, 24 Aug 2021 18:08:30 GMT

Patches

0.8.14

Mon, 23 Aug 2021 23:35:47 GMT

Patches

0.8.13

Thu, 19 Aug 2021 18:31:21 GMT

Patches

0.8.12

Wed, 18 Aug 2021 23:00:57 GMT

Patches

0.8.11

Wed, 18 Aug 2021 20:17:46 GMT

Patches

0.8.10

Fri, 13 Aug 2021 16:12:26 GMT

Patches

0.8.9

Thu, 12 Aug 2021 17:23:44 GMT

Patches

0.8.8

Tue, 10 Aug 2021 21:12:30 GMT

Patches

0.8.7

Mon, 09 Aug 2021 22:49:01 GMT

Patches

0.8.6

Mon, 09 Aug 2021 19:16:08 GMT

Patches

0.8.5

Sat, 07 Aug 2021 02:50:29 GMT

Patches

0.8.4

Sat, 07 Aug 2021 00:40:04 GMT

Patches

0.8.3

Fri, 06 Aug 2021 23:18:21 GMT

Patches

0.8.2

Fri, 06 Aug 2021 00:36:02 GMT

Patches

0.8.1

Wed, 04 Aug 2021 16:54:20 GMT

Patches

0.8.0

Wed, 04 Aug 2021 06:26:25 GMT

Minor changes

Patches

0.7.14

Tue, 03 Aug 2021 23:48:50 GMT

Patches

0.7.13

Tue, 03 Aug 2021 22:33:17 GMT

Patches

0.7.12

Fri, 30 Jul 2021 19:17:43 GMT

Patches

  • Bump @fluentui-react-native/interactive-hooks to v0.10.20 (email not defined)

0.7.11

Thu, 29 Jul 2021 17:53:12 GMT

Patches

0.7.10

Tue, 27 Jul 2021 22:17:20 GMT

Patches

0.7.9

Mon, 26 Jul 2021 20:41:04 GMT

Patches

0.7.8

Sun, 25 Jul 2021 16:30:17 GMT

Patches

  • Bump @fluentui-react-native/interactive-hooks to v0.10.16 (email not defined)

0.7.6

Fri, 23 Jul 2021 17:28:27 GMT

Patches

  • Build fix (email not defined)

0.7.4

Wed, 21 Jul 2021 22:55:40 GMT

Patches

0.7.0

Fri, 25 Jun 2021 19:39:16 GMT

Minor changes

0.6.1

Fri, 18 Jun 2021 00:38:19 GMT

Patches

0.6.0

Tue, 15 Jun 2021 00:55:36 GMT

Minor changes

0.5.4

Wed, 02 Jun 2021 17:30:36 GMT

Patches

0.5.0

Sat, 06 Mar 2021 00:20:05 GMT

Minor changes

Patches

0.4.2

Mon, 01 Mar 2021 22:53:12 GMT

Patches

0.4.0

Wed, 13 Jan 2021 20:04:26 GMT

Minor changes

0.3.3

Wed, 06 Jan 2021 18:41:50 GMT

Patches

0.3.0

Fri, 23 Oct 2020 22:27:37 GMT

Minor changes

0.2.1

Mon, 19 Oct 2020 22:06:02 GMT

Patches

0.2.0

Mon, 12 Oct 2020 04:09:31 GMT

Minor changes

  • new variants (email not defined)