26 Commits

Author SHA1 Message Date
witt
fb3256ce0f chore(examples): upgrade next examples for scaleable (#564) 2021-08-13 17:11:09 +08:00
witt
7facec3849 feat(scaleable): add scaleable props to each component (#531)
* feat(scaleable): add scaleable props to each component

* chore(scaleable): update the exported type

* feat: apply scaleable to components

chore: remove with-default

test: improve testcase for scaleable

chore: resolve test warning

ci: upgrade nodejs to latest lts

docs: fix type error in document site

* docs: update documents to be compatible with scaleable

chore: fix build errors

* chore: remove all size-related attributes

docs: improve guide document

* docs: add scaleable documentation

test: update snapshots

chore: remove unused

* feat: add scaleable to grid components

* docs: improve docs

* test: update snapshots

* fix(grid): fix basic component props
2021-08-13 17:10:57 +08:00
Andrew
53192111a8 Fix typos (#595)
* fix(typo):  customise -> customize (en-us)

* fix(typo): Recat -> React

* fix(typo): porject -> project

Co-authored-by: spectralapps <56676505+spectralapps@users.noreply.github.com>
2021-08-05 18:36:42 +03:00
ʀᴀʏ
2c236918fa fix(typo): gesit -> geist (#476) 2021-03-13 12:27:57 +02:00
witt
823fcfc445 chore: upgrade examples to adapt to new theme system (#453) 2021-02-14 17:22:27 +08:00
witt
6da0509316 release 2.1.0 (#451)
* feat: optimize fonts rendering on windows (#385)

* feat(styles): set Inter to highest font

* docs(fonts): add guide for fonts rendering on windows

* test: udpate snapshots

* chore: release v2.1.0-canary.0

* feat(table): add update row action to Table (#378)

* feat: add update to Table's actions. add test and doc

fix(table): fix comments

* feat(table): improve type for table actions

chore: update docs

chore: remove unused types

chore(table): improve docs

Co-authored-by: William Castandet <williamcastandet@williams-air.home>
Co-authored-by: unix <unix.bio@gmail.com>

* refactor(use-theme): move use-theme to the top directory (#397)

* refactor(use-theme): move use-theme to the top directory

* chore(jest): ignore use-theme of forwarding

* chore: release v2.1.0-canary.1

* feat(select): add clearable option to select multiple with test and english doc (#396)

* docs: add clearable option to select multiple with test and english doc

* fix: fix types for onClear

* fix: fix import path for use-theme

add more test for coverage

* docs(select): add chinese document

Co-authored-by: unix <unix.bio@gmail.com>

* chore: release v2.1.0-canary.2

* fix(tabs): scrollable (#404)

docs(tabs): scroll behavior

* feat(textarea): resize prop (#416)

* feat: add resize prop to textarea

* docs: add resize prop for textarea

* docs(textarea): improve docs and attributes for cn

* test(textarea): update snapshots

Co-authored-by: unix <unix.bio@gmail.com>

* fix(types): replace path aliases in type files (#432)

* fix(types): replace path aliases in type files

* chore(lint): upgrade eslint and optimize code style

* chore: fix type error for context handler

* test: update snapshots

* fix: use ttsc to identify aliases in type paths

* feat(hooks): add a tool hooks for react context (#439)

* feat(hooks): add a tool hooks for react context

* chore: move use-context-state to internal tools

style: fix lint warning

* chore: simplify the structure of the catalog

* refactor(themes): refactor theme module to keep multiple themes (#440)

* refactor(themes): refactor theme module to keep multiple themes

* chore: migrate APIs to be compatible with new theme system

* test: update snapshots

* chore: migrate the path of the theme module

* feat(themes): append static methods of themes

* chore: hide custom theme when no custom content in the context

* chore: manually add flush to preload styles in html

* docs(themes): update to fit the new theme system

* chore: release v2.1.0-canary.3 (#450)

* docs: add link to GH discussions

* chore: upgrade deps

* chore: update code style for prettier

* chore: release v2.1.0-canary.3

* chore(deps): upgrade babel

* chore: replace enzyme adapter with community repo to fit react.17

* test: updatee snapshots for auto typesetting

* test(config): ignore unexported parts of the tools

Co-authored-by: William <wcastand@gmail.com>
Co-authored-by: William Castandet <williamcastandet@williams-air.home>
Co-authored-by: Vaibhav Acharya <vaibhavacharya111@gmail.com>
Co-authored-by: Paul van Dyk <39598117+PaulPCIO@users.noreply.github.com>
2021-02-14 15:58:52 +08:00
Sam Poder
752eed5a79 chore: fix deps for create-next-app (#402) 2020-10-27 10:41:50 +08:00
unix
909a2963c0 chore: migrate to geist ui 2020-08-24 18:40:07 +08:00
dependabot[bot]
dda0e64d1e chore(deps): bump lodash in /examples/create-next-app (#339)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: witt <unix.bio@gmail.com>
2020-07-21 17:12:52 +08:00
witt
34b26223f8 chore: update GH's template and prettier config (#309)
* chore(gh): update GitHub's pull-request template

* chore: use unified common prettier config

* chore: add the mdx file to prettier

* chore(gh): update contributing guide docs
2020-07-02 21:59:29 +08:00
unix
69c8d5e693 chore(examples): add example for tree-shaking with next 2020-06-10 10:46:05 +08:00
unix
bc900b6867 chore(examples): add example for extends components 2020-06-08 04:44:51 +08:00
unix
4cd913f12a chore(examples): upgrade deps 2020-06-08 04:31:19 +08:00
unix
1e2c75ccdb chore(examples): update deps for custom-themes 2020-06-08 04:30:23 +08:00
unix
d69f7140c8 chore(examples): update deps for custom-styles 2020-06-08 04:26:03 +08:00
António Santos
71e7d1b7c2 feat(page): add page component to index example 2020-05-24 19:04:45 +01:00
António Santos
3b73414dc6 refactor(page): rename index page component 2020-05-24 18:53:27 +01:00
António Santos
8957c4a23e chore(examples): add create-next-app example 2020-05-24 16:42:30 +01:00
unix
d772ad0b6e chore: add webpack example for tree-shaking 2020-05-16 23:05:11 +08:00
unix
02150bdef7 chore: update previews 2020-05-16 23:05:11 +08:00
unix
3bc8dff9dc chore: add example for tree-shaking 2020-05-16 23:05:11 +08:00
unix
112c826575 style(prettier): format code style 2020-05-06 14:25:10 +08:00
unix
38075b7486 chore(examples): add custom-styles 2020-04-12 08:45:24 +08:00
unix
bce4acbc44 docs(examples): add custom-themes sample 2020-04-08 19:29:59 +08:00
unix
0eae2db958 chore(examples): add basic examples 2020-04-05 04:30:11 +08:00
unix
1a258b23d0 feat: initial 2020-03-19 01:15:58 +08:00