generated from react-component/trigger
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from ant-design/init
Initial commit
- Loading branch information
Showing
79 changed files
with
44 additions
and
9,006 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,12 @@ | ||
import { defineConfig } from 'dumi'; | ||
import path from 'path'; | ||
|
||
export default defineConfig({ | ||
alias: { | ||
'rc-trigger$': path.resolve('src'), | ||
'rc-trigger/es': path.resolve('src'), | ||
}, | ||
mfsu: false, | ||
favicons: ['https://avatars0.githubusercontent.com/u/9441414?s=200&v=4'], | ||
themeConfig: { | ||
name: 'Trigger', | ||
name: 'cssinjs-util', | ||
logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4', | ||
}, | ||
styles: [ | ||
` | ||
.dumi-default-previewer-demo { | ||
position: relative; | ||
min-height: 300px; | ||
} | ||
`, | ||
] | ||
}); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,2 @@ | ||
# History | ||
---- | ||
|
||
## 4.1.0 / 2020-05-08 | ||
|
||
- upgrade rc-animate to `3.x` | ||
|
||
## 2.5.0 / 2018-06-05 | ||
|
||
- support `alignPoint` | ||
|
||
## 2.1.0 / 2017-10-16 | ||
|
||
- add action `contextMenu` | ||
|
||
## 2.0.0 / 2017-09-25 | ||
|
||
- support React 16 | ||
|
||
## 1.11.0 / 2017-06-07 | ||
|
||
- add es | ||
|
||
## 1.9.0 / 2017-02-27 | ||
|
||
- add getDocument prop | ||
|
||
## 1.8.2 / 2017-02-24 | ||
|
||
- change default container to absolute to fix scrollbar change problem | ||
|
||
## 1.7.0 / 2016-07-18 | ||
|
||
- use getContainerRenderMixin from 'rc-util' | ||
|
||
## 1.6.0 / 2016-05-26 | ||
|
||
- support popup as function | ||
|
||
## 1.5.0 / 2016-05-26 | ||
|
||
- add forcePopupAlign method | ||
|
||
## 1.4.0 / 2016-04-06 | ||
|
||
- support onPopupAlign | ||
|
||
## 1.3.0 / 2016-03-25 | ||
|
||
- support mask/maskTransitionName/zIndex | ||
|
||
## 1.2.0 / 2016-03-01 | ||
|
||
- add showAction/hideAction | ||
|
||
## 1.1.0 / 2016-01-06 | ||
|
||
- add root trigger node as parameter of getPopupContainer |
Oops, something went wrong.