Граф коммитов

54 Коммитов

Автор SHA1 Сообщение Дата
Dmytro Kirpa ef15b5dae4
chore: migrate to storybook v7 (#32018) 2024-08-07 15:30:46 +02:00
Martin Hochel 3da4204265
chore: replace lage with nx for task(targets) orchestration (#31949) 2024-07-31 15:11:41 +02:00
Martin Hochel 674cdee6cf
chore: normalize project names in whole repo (#31893) 2024-07-04 17:00:40 +02:00
Martin Hochel 702a25813f
feat(scripts-monorepo): replace lerna/utils with pure nx apis (#30178) 2024-01-09 16:29:50 +01:00
Martin Hochel 3129d78680
feat(react-storybook-addon-export-to-sandbox): make addon generic so it can be published and use by others (#29674) 2023-11-02 09:40:15 +00:00
Martin Hochel 6746861ccf
feat(react-storybook-addon-codesandbox): support various providers for "export to" functionality (#29536)
* feat(storybook-addon-codesandbox): make addon configurable for both CS and Stackblitz providers

* feat(.storybook): use react-storybook-addon-codesandbox types directly for global SB Parameters extension

* feat(react-storybook-addon-codesandbox): make css style overrides a direct API contract instead of living in global storybook config

* refactor: rename files/tokens and expose only addDemoActionButton from factory

* test(storybook-addon-codesandbox): add factory coverage

* style: remove commented code in tests
2023-10-24 14:59:46 +02:00
Martin Hochel f6696754aa
feat(scripts-monorepo): migrate to lerna 7 apis (#29281)
* feat(scripts-monorepo): re-implement getDependencies helper to use lerna v7 apis

* feat(scripts-projects-test): use new scripts-monorepo getDependency within packPackages to migrate to lerna v7 apis

* chore: remove lerna v6 packages as they are not needed anymore

* fix(apps/ts-minbar-*): disable type checking when invoking test script. will fail otherwise

* refactor(lerna): move typings to /typings folder and provide manual dts file for getDependencies to make it work in both js/ts modules

* feat(nx): turn off analyzeSourceFiles in order to create dep graph as old lerna/yarn workspaces would to avoid circular dependencies

* feat(scripts/monorepo): refactor getDependencies with collectDependencies function to return map array including tests

* feat(scripts/projects-test): remove unused lernaRoot parameter from packProjectPackages func

* refactor(cra-template): get rid of fs-extra usage

* feat(scripts/monorepo): remove package provided in getDependencies from result array to make the cleanup API

* feat(scripts/projects-test): restrict packProjectPackages func to be invoked only for single project

* chore(apps/ts-minbar-test-react): remove unused workspaceRoot import

* generate changefile
2023-10-11 09:28:39 +02:00
Martin Hochel fbe878e9c9
chore: migrate from nx 15.6.3 to 15.9.5 (#28032)
* chore: migrate to nx 15.9.4

* chore: apply nx migrations

* chore: update nxignore and codeowners to reflect nx migrations

* fix(tools): update unhandled async calls and make all test pass after migration

* fix: accomodate nx workspace.json replaced by project.json in all apis

* feat(tools): update v8,v9 migration generators to update npmignore

* fix: make in memory transpilation work again

* chore: update all v9 .npmignore to exclude project.json

* chore: update all v8 .npmignore to exclude project.json and project.json with tags and source root

* generate changefiles

* chore: pin tslib to 2.5.0 as higher version adds +3kb to v8 bundle
2023-06-27 15:53:13 +02:00
Martin Hochel 61598b8056
chore: enable TS intellisense in cross library projects for better/consistent DX (#26605)
* generate change files

* chore(public-docsite-v9): enable whole monorepo TS path aliases for improved DX

* chore(public-docsite-v9): migrate to solution config and type-check .storybook as well

* chore(react-migration-v8-v9): enable cross project  TS path aliases for improved DX

* chore(react-migration-v0-v9): enable cross project  TS path aliases for improved DX

* feat(scripts-tasks): enable ts processing on projects with path aliases used only for DX

* fix(typings): make transformSource optional in sb addons type extensions

* chore: use tsconfig.base.all.json directly for TS path webpack plugin instead of createPathAliasesConfig()

* feat(scripts-storybook): make createPathAliasesConfigconfigurable and return resulted merge as well

* feat(scripts-generators): update tsconfig.base.all.json after creating new package

* feat(scripts-generators): incorporate base all generation to create-package and validate integrity on CI

* chore: update tsconfig.base.all after rebase

* feat(scripts-tasks): implement type-check alias, update generate-api, refactor getTsPathAliasesConfig

* chore: use new type-check task for cross project TS path aliases + enable type-check for v9 docs

* fix(scripts-tasks): dont invoke api-extractor logic on every just-script call

* scaffold tsconfig-base-all generator

* feat(tools): implement tsconfig-base-all generator

* refactor(ci): use nx workspace generator for tsconfib.base.all.json check
2023-04-27 20:02:03 +02:00
Martin Hochel cbba19f7ed
fix(scripts-format): make prettier fail process instead of silently failing (#26806)
* fix(scripts-format): make prettier fail process instead of silently failing

* feat(scripts-format): make prettier not fail on huge file lists with --since

* chore: update prettierignore

* style: fix formatting in files that were silently passed previously

* generate change files

* fixup! style: fix formatting in files that were silently passed previously
2023-02-10 15:08:56 +01:00
Oleksandr Fediashov 37cc018106
docs: use full source in "Show code" (#26562)
* docs: use full source in "Show code"

* Apply suggestions from code review

Co-authored-by: Martin Hochel <hochelmartin@gmail.com>

* update the addon

---------

Co-authored-by: Martin Hochel <hochelmartin@gmail.com>
2023-02-01 11:01:55 +01:00
Micah Godbolt fef0e43191
make codeblocks default to source to more accurately show source code (#26026) 2023-01-05 07:23:38 -08:00
Martin Hochel 87859b0521
chore: migrate @types/node to 14 to align with our supported node version (#25510)
* chore(deps): resolve only to 1 @types/node version to mitigate global leaks and api-generation errors

* fix(bundle-size): fix type errors exposed by node 14 typings

* fix(tools): fix type errors exposed by node 14 typings

* fix(typings): fix type errors exposed by node 14 typings

* revert:  use resolution for @types/node

* chore(ts-minbar-test-react): use @types/node 14 explicitly

* generate changefiles

* chore: dedupe deps

* fix(scripts): fix type errors exposed by node 14 typings

* test: replace deprecated module.parent with require.main within isConformance

* generate changefiles

* test(react): clean up persona-coin test and use isConformant without side-effects
2022-11-09 13:42:57 +00:00
Martin Hochel df1e8f5f97
feat(scripts): enable strict checking for additional sub-folders(packages) v3 (#25074)
* feat(scripts): enable strict checking for dependency-graph-generator

* feat(scripts): enable strict checking for jest/

* feat(scripts): enable strict checking for babel/

* feat(scripts): enable strict checking for api-extractor/

* feat(scripts): enable strict checking for typescript/

* feat(scripts): enable strict checking for webpack/

* feat(scripts): enable strict checking for tasks/

* feat(scripts): register new sub-folders to ts-solution config
2022-10-11 15:47:43 +02:00
Martin Hochel f020ac1736
feat(scripts): enable strict checking for additional sub-folders(packages) (#24526)
* chore: move packages to single version policy from scripts

* feat(scripts): enable strict checking for dangerjs

* feat(scripts): enable strict checking for fluentui-publish

* feat(scripts): enable strict checking for github

* feat(scripts): enable strict checking for gulp

* feat(scripts): enable strict checking for prettier

* feat(scripts): enable strict checking for projects-test

* feat(scripts): enable strict checking for puppeteer

* feat(scripts): enable strict checking for updateReleaseNotes

* feat(scripts): improve PackageJson interface

* more scripts ts solution config registration

* chore(scripts): rename updateReleaseNotes to package valid casing

* feat(typings): add json-stable-stringify-without-jsonify declarations

* chore: move packages to single version policy from scripts and add types

* fix(eslint-plugin): properly resolve single-version policy dep issues in react-northstar packages

* generate changefiles

* fix(typings): make ignore-not-found-export-webpack-plugi types valid
2022-09-26 12:48:55 +02:00
Martin Hochel ba9444d594
feat(scripts): establish ts solution config and initial package boundaries (#24345)
* feat(scripts): establish ts-solution config files and migrate few folders to package like structure

* chore: consume cypress.config from it's package boundary

* generate changefiles

* chore(scripts): enable  screener/ with ts solution config

* perf(scripts): turn off ts-jest diagnostic

* chore: add screener-storybook to root to follow single version policy

* Update scripts/tasks/merge.js


Co-authored-by: Tristan Watanabe <tristan.watanabe@gmail.com>
2022-08-29 13:19:32 +02:00
ling1726 9c3d368ead
fix: Storybook codesandbox export should use unstable imports (#23317)
* fix: Storybook codesandbox export should use unstable imports

* fix typeing

* bump dependency

* pr suggestions
2022-05-31 11:46:46 +02:00
Elizabeth Craig 96d9c93544
Move v9 Label to unstable (#21672) 2022-02-09 13:57:57 -08:00
Micah Godbolt 60e86bb2dd
add scope to all private package names (#21490)
* add scope to all private package names

* change app perf-test and fix references to package names

* change northstar perf-test

* yarn workspace commands use package name

* fixed missing pipeline update

* revert test a feature

* add updated test a feature

* perf tests

* change base perf test back to fluentui scope
2022-01-31 09:05:43 -08:00
Oleksandr Fediashov c061e98be4
chore: remove inline-style-expand-shorthand from all tsconfigs (#21246)
* chore: remove inline-style-expand-shorthand from all tsconfigs

* Change files
2022-01-19 09:49:19 +01:00
Oleksandr Fediashov f9cf2e6ba7
chore: migrate @fluentui/react-components (#20749)
* chore: migrate @fluentui/react-components

* Change files

* restore script

* restore changes

* fix config

* update configs to include both JS & TS

* fix typings errors

* fix SB config

* bump pkg version

* Apply suggestions from code review

Co-authored-by: Martin Hochel <martinhochel@microsoft.com>

* fix fmt

* run generator once more

* apply review suggestions

Co-authored-by: Martin Hochel <martinhochel@microsoft.com>
2021-11-26 18:13:41 +01:00
Martin Hochel 21ee8527c7
feat(typings): create environment package to provide strict type checking for process.env (#20603)
* feat(typings): create environment package to provide strict type checking for process.env

* feat(tools): add new 'environment' global type to migration generator

* fixup! feat(typings): create environment package to provide strict type checking for process.env

* fixup! fixup! feat(typings): create environment package to provide strict type checking for process.env

* fixup! feat(tools): add new 'environment' global type to migration generator

* chore(typings): use solution config file to proerly check extensions/declaration without leaking globals

* feat(typings): make environment globals work everywhere with proper DX
2021-11-16 18:38:02 +00:00
Martin Hochel bdeb8ffab8
feat: separate static asset types to separate global package (#20433)
* feat(typings): create separate global declaration for static assets

* feat(tools): use static-assets instead of custom-global global typings

* Update typings/static-assets/README.md

Co-authored-by: Peter Varholak <peter.varholak@gmail.com>
2021-11-08 17:42:17 +00:00
Micah Godbolt 114b089957
Docs: Card story cleanup (#20527)
* cleanup card stories

* add default and move assets to github urls

* Change files
2021-11-05 18:17:03 -07:00
Martin Hochel c4e7691632
feat(typings): improve UX and enable CI checks (#20430)
* refactor(typings): add more/collocate docs & remove unused imports

* chore: add codeowners for typings/ module

* feat(typings): improve DX and properly check types on CI
2021-11-02 13:17:44 +01:00
Martin Hochel 1df0025867
docs: improve DX when using new setup for docs with storybook (#20283)
* chore: use explicit version of dedent which is used for custom logic

* refactor(.storybook): normalize handling importing fs files and make preview-head explicit to not confuse with default sb behaviour when loading custom preview-head.html

* feat(typings): improve addons types to get better DX for consumers

* fix(tools): undo manually adding previewHead as that is already spread from root
2021-10-21 17:10:37 +00:00
Peter Dräxler 035204943d
Storybook/Button documentation (#19298)
* Button docs

* Change files

* use @fluentui/react-icons

* styling of stories

* use variables for repeated styles

* Update packages/react-button/.storybook/preview.js

Co-authored-by: Martin Hochel <hochelmartin@gmail.com>

* Update preview.js

* Update preview.js

* Update preview.js

* fix object spread

* remove unused tmp-icons

* move description to a separate file

* code style

* add Markdown typing for typescript

* add displayName to satisfy a lint rule

Co-authored-by: Martin Hochel <hochelmartin@gmail.com>
2021-08-23 19:17:05 +02:00
Martin Hochel ef0f778ee5
chore(react-components): migrate to new dx stage-1 (#19040)
* chore(react-components): migrate to new dx stage-1

* fix(react-components): make static assets work after migration

* ix(react-components): make manager UI render the same prior to migration

* fix(react-components): sort stories the same way prior to migration

* chore(typings): add *.svg to global ts extensions

* Change files

* fix(scripts): resolve api-extractor execution issue within packages with new DX

* ci: make react-components storybook build after migration to new dx

* chore: add all teams as owners of react-components suite

* fixup! fix(scripts): resolve api-extractor execution issue within packages with new DX
2021-08-19 19:17:53 +00:00
Tristan c0f22de136
remove sb addon-info typing (#19138) 2021-08-02 09:58:53 -07:00
Oleksandr Fediashov 8c249a1c1a
chore: remove custom types for @babel/helper-plugin-utils (#19075)
* chore: remove custom types for @babel/helper-plugin-utils

* Change files
2021-07-23 09:57:04 +02:00
Martin Hochel 521f16afc5
refactor(react-popover): apply controls setup based on SB authoring RFC (#18513)
* feat(tools): apply new local SB template
* Change files
* chore: add react-popover to codeowners
2021-07-14 14:50:59 +00:00
Oleksandr Fediashov d31c148545
fix(makeStyles): use CSS like order to expand shorthands (#18158)
* fix(makeStyles): use CSS like order to expand shorthands

* Change files

* fix lint issues

* add jsdoc
2021-05-12 12:50:52 +02:00
Oleksandr Fediashov db7072f553
feat: add Babel plugin for build time transforms (#17803)
* feat(makeStyles): add Babel plugin

* add support for CJS, minor polish

* add missing fixture

* add readme

* polishing code

* fix imports

* Change files

* wip

* add more error fixtures

* fix TS error

* fix import

* fix merge conflicts

* remove obsolete change files

* solve merge conflicts

* add comment to typings file

* fix versions

* Update typings/babel-helper-plugin-utils/index.d.ts

* fixing versions & deps

* update fixtures

* add fixture for computed keys

* fix versions

* adopt latest implementation of createCSSVariablesProxy

* Change files

* remove assets notice in license

* fix fmt

* Update packages/babel-make-styles/src/plugin.ts

Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>

* add tslib & TS to nohoist

* fix versions

* fix errors, extract a message

Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>
2021-04-26 11:21:28 +02:00
Elizabeth Craig 8789ee1074
Clean up webpack-env and node types usage (#17373) 2021-03-11 22:31:59 -08:00
Martin Hochel d98ac8158d
chore(react-examples): make storybook type safe with improved DX and … (#17335)
* chore(react-examples): make storybook type safe with improved DX and resolve decorator duplication

* Change files
2021-03-11 19:05:20 +01:00
David Zearing 9c2c4a61c7
Updating to webpack 5 (#16447)
* Updating to webpack 5.

* Change files

* removing discontinued options.

* Updating the postcss deps and fixing more css problems.

* making webpack5 compat webpack task

* more updates

* fixing postcss and markdown content

* Updating based on feedback.

* Updates

* Update @fluentui-web-components-2021-01-12-10-32-22-chore-update-webpack5.json

* More updates.

* fixes.

* reverting to webpack 4 for bundle-tests.

* more updates.

* huh...

* updating raw-loader import format.

* Change files

* updating formik.

* fixing syncpack.

* Removing formik. Not updating it  caused issues with scheduler imports. Updating it caused issues with old typescript.

* lodash-es

* Fixing more webpack configs.

* fix

* fixing up build and bundle

* found a problem with copyplugin version after merge.

* more package normalization.

* Webpack config updates for e2e tests and perf tests; still hanging though, but these are obvious blocker fixes.

* oh

* fixing test-bundles

* This should fix e2e tests, but I think we should probably use EnvironmentPlugin instead of DefinePlugin. Researching.

* Replacing DefinePlugin usage with EnvironmentPlugin.

* test-bundle: forcing libraryTarget to UMD.

* Moving back to DefinePlugin to control overriding NODE_ENV better.

* Fixing yarn serve.

* Fixing typo for DefinePlugin options.

* disable concat for perf test. ?

* disable comments extraction for test-bundle.

* fixing yarn lock

* updates to docsite and docs.ts

* Update scripts/webpack/webpack-resources.js

Co-authored-by: Elizabeth Craig <ecraig12345@gmail.com>

* deleting unnecessary changes

* updating markdown.

* removing cast

* Reduce duplicate deps

* delete ManifestServicePlugin

* more change file

* Update scripts/webpack/getDefaultEnvironmentVars.js

Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>

* undoing changes in formvalidation.

* updates based on pr feedback.

* Fix ts-loader resolution

* Revert "Fix ts-loader resolution"

This reverts commit 3bcbcd32d4.

* Fix fluentui perf-test loader resolution

* Revert "Reduce duplicate deps"

This reverts commit 8511eeabf7.

* updating webpackdevmiddleware.

* finish ts-loader fix

* update just-scripts-utils and del

* Update yarn.lock

Co-authored-by: Ken <kchau@microsoft.com>
Co-authored-by: Elizabeth Craig <ecraig12345@gmail.com>
Co-authored-by: Elizabeth Craig <elcraig@microsoft.com>
Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>
2021-01-27 08:49:26 -08:00
Oleksandr Fediashov e17a341e6e
Proposal for makeStyles() next (#16082)
* prototype: makeStyles next

* fix version mismatches

* fix lint issue

* Update packages/make-styles/src/types.ts

Co-authored-by: Xu Gao <xugao0131@hotmail.com>

* copy readme

* Update packages/make-styles/src/makeStyles.ts

* trim values

* make package public

* do not hyphenate CSS variables

* Update packages/make-styles/README.md

Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>

* Update packages/make-styles/package.json

Co-authored-by: Xu Gao <xugao0131@hotmail.com>

* fix support for preudo selectors & media queries

* add beachball config

* Change files

Co-authored-by: Xu Gao <xugao0131@hotmail.com>
Co-authored-by: Miroslav Stastny <mistastn@microsoft.com>
2020-12-16 13:16:33 +01:00
Xu Gao ee2622a857
Update package versions for @fluentui/react version 8 beta release (#15620)
* update package.json

missed

* misc

* change files

* do not use beta packages for FUI

* fix lint error

* bump beachball to latest

* fix more change files

* add correct npm tags

* sync latest versions for non-beta packages

* bump bb

* resolve comments

* revert back some v0 package bumps

* make react-conformance private
2020-10-21 19:25:21 -07:00
Oleksandr Fediashov 3c792ed79c
chore: move types for Screener in v0 (#14997)
* chore: move types for Screener in v0

* add exclusions to ESLint "import/no-extraneous-dependencies" rule, fix file extensions
2020-09-11 17:35:33 +02:00
David Zearing 156c760b33
Adding universal ThemeProvider package, initial checkin. (#12996)
* Initial checkin.

* here.

* Adding tests.

* Updating tests, adding stories.

* Adding api extractor.

* Change files

* updating api.

* Updates; cleaned up typings a bit, moved things around,.

* addressing feedback

* More updates.

* removing any.

* Removing odd change file, fixing package to not be public.

* Change files

* Removing change

* Change files

* re-adding a change.

* Fixing comment

* pr feedback.

* fixing tests.

* Fixing yarn and deps.

* Update packages/react-theme-provider/src/ThemeProvider.tsx

Co-authored-by: Makoto Morimoto <Humberto.Morimoto@microsoft.com>

* Update packages/react-theme-provider/src/types.ts

Co-authored-by: Makoto Morimoto <Humberto.Morimoto@microsoft.com>

* fixing versions.

Co-authored-by: Makoto Morimoto <Humberto.Morimoto@microsoft.com>
2020-05-08 08:18:21 -07:00
Milan Turon e78b1509bd
feat(Tree): adding multiselection (#12362)
* Roster prototype

* Section not public.

* firt raw version of multiselect tree availability

* unit tests fix

* changing to proper default selection usage

* adressing comment from review, moving Enter filtration to behaviors

* improving code

* polish name, removing not used import

* fixing based on the review, adding screener tests

* removing not used line

* adding behavior test and running lint fix

* feat(Roster): Suggestion with prop `as`

* feat(Roster): Fix keyboard navigation

* feat(Roster): Add Selecttion event

* changing shorthand from ts to tsx

* feat(Roster): Add multiselection

* feat(Roster): Remove Console

* adressing review changes and fix console errors

* feat(Roster): Fix styles for select all

* fixing unstability in screener toolbar test

* improving screener test to cover one more scenario

* feat(Roster): Adding custom idicator prop to the tree

* feat(Roster): Click on item

* feat(Roster): Fix selection

* feat(Roster): add data-is-focusable to custom checkbox

* feat(Roster): Rename props

* fixes from review

* fix from merging another branch

* map prop to behavior

* removing roster prototype

* removing leftover from sidebar

* changing name for custom checkbox

* fixing navigation into cell which has multiple focusable elements

* updating changelog

* feat(Roster): Replace as with children in the data

* feat(Tree): Fix tree selection

* feat(Tree): Remove dead file

* adding table keyboard navigation tests

* deleting from master

* adding table keyboard navigation tests

* deleting files from master, pushed by mistaked

* feat(Tree): remove dup spread props

* feat(Tree): Revert context value prop

* Update packages/fluentui/accessibility/src/behaviors/Tree/treeItemBehavior.ts

Co-Authored-By: Roman Sudarikov <pompomon@users.noreply.github.com>

* Update packages/fluentui/react-northstar/src/components/Tree/TreeItem.tsx

Co-Authored-By: Marija Najdova <mnajdova@gmail.com>

* Update packages/fluentui/react-northstar/src/components/Tree/TreeTitle.tsx

Co-Authored-By: Marija Najdova <mnajdova@gmail.com>

* Update packages/fluentui/react-northstar/src/themes/teams/components/Tree/treeTitleVariables.ts

Co-Authored-By: Marija Najdova <mnajdova@gmail.com>

* Update packages/fluentui/accessibility/src/behaviors/Tree/treeTitleBehavior.ts

Co-Authored-By: Oleksandr Fediashov <alexander.mcgarret@gmail.com>

* Update packages/fluentui/react-northstar/src/components/Tree/Tree.tsx

Co-Authored-By: Oleksandr Fediashov <alexander.mcgarret@gmail.com>

* Update packages/fluentui/react-northstar/src/components/Tree/TreeItem.tsx

Co-Authored-By: Oleksandr Fediashov <alexander.mcgarret@gmail.com>

* feat(Tree): Temp removing option to pass a custom checkbox to the selectable tree

* Update packages/fluentui/docs/src/examples/components/Tree/Usage/TreeMultiselectExample.shorthand.tsx

Co-Authored-By: Oleksandr Fediashov <alexander.mcgarret@gmail.com>

* feat(Tree): Reduce over forEach

* feat(Tree): Typo

* Update packages/fluentui/accessibility/test/behaviors/treeTitleBehavior-test.tsx

Co-Authored-By: Roman Sudarikov <pompomon@users.noreply.github.com>

* feat(Tree): Enable select all nested children

* feat(Tree): Fix select on right click

* feat(Tree): Reverting non-related file

* feat(Tree): Fix tree title behavior tests

* feat(Tree): Fix behavior test for subTree

* feat(Tree): Outline treetitle as block  when selectable

* feat(Tree): Custom Select Indicator

* feat(Tree): Remove focus from custom checkbox

* feat(Tree): fix select all

* removing rtl types and fix if condition for not selectable item

* adressing some comments from review

* feat(Tree): Fix lint error

* fixing unstability in screener toolbar test 2

* feat(Tree): change type on render items

* trying to fix cards screener tests

* feat(Tree): fix console error missing key

* amending changelog

Co-authored-by: Michal <michal.frdlik@hotmail.com>
Co-authored-by: Milan Turon <mituron@microsoft.com>
Co-authored-by: Charles Assuncao <chassunc@microsoft.com>
Co-authored-by: Charles Assunção <junioassuncaocharles@gmail.com>
Co-authored-by: Roman Sudarikov <pompomon@users.noreply.github.com>
Co-authored-by: Marija Najdova <mnajdova@gmail.com>
Co-authored-by: Oleksandr Fediashov <alexander.mcgarret@gmail.com>
2020-04-20 14:13:45 +02:00
Oleksandr Fediashov 4c8fcc01e0
chore: bump @react/types in devDependencies [WIP] (#12580)
* chore: bump @react/types

* Reference custom-global everywhere for partial Set types

* Change files

Co-authored-by: Elizabeth Craig <elcraig@microsoft.com>
2020-04-08 18:33:31 -07:00
David Zearing 2725a029d7
Renaming @fluentui/react to @fluentui/react-northstar (#12302) 2020-03-18 14:53:03 -07:00
Elizabeth Craig cc805397a0
Lint and prettier updates (#12214)
* Lint and prettier config updates

* Change files

* Remove typedef and no-inferrable-types overrides

* Change files

* Update prettier.config.js
2020-03-06 13:16:10 -08:00
Kenneth Chau b33b43ba6c
Merge Repo: merging FUI-build scripts over (nothing builds with this yet) (#11887)
* Adds all of FluentUI /build scripts over

* accommodate the move of storybook configs

* creating a gulpfile based on fluent gulpfile

* Change files
2020-02-06 11:24:20 -08:00
Kenneth Chau 2261afb44f
Introduces Lerna + Yarn Workspace - replaces Rush for monorepo management (#9827)
With this, we are switching the master branch to Lerna + Yarn. The Build Commands wiki will be updated to match yarn instructions and the a new Wiki page that documents the old commands will be retained for 6.x developers.
2019-07-20 08:05:29 -07:00
Elizabeth Craig 9bc84498f2 Fix Fabric 7 package and dependency versions (#9433)
* branches.

* Update theme samples version

* Re-delete dashboard

* Fix version issues

* Bump v0 package minor versions by 100

* Fix TextField async tests

* More test fixes
2019-06-12 16:55:51 -07:00
Sean Larkin a9245feee5 User/selarkin/remove process polyfills (#9202)
* feat(process): remove bare usages of process

* remove usage of process

* Update index.d.ts
2019-05-24 07:24:27 -07:00
Elizabeth Craig acefdefb12
Convert example-app-base to css-in-js (#8610)
* Remove SCSS from example-app-base
* Use new approach to restyling for fabric-website
* Remove "related" links to nonexistent pages
* lint-imports should use console.error so errors show in log
* Remove now-irrelevant prdeploy option
2019-04-15 16:01:11 -07:00
Elizabeth Craig 33e51e9f99
example-app-base: Enable stricter lint and compiler options (#8452) 2019-03-26 14:52:53 -07:00