Skip to content

Commit

Permalink
Merge pull request #3 from ant-design/init
Browse files Browse the repository at this point in the history
Initial commit
  • Loading branch information
zombieJ authored Jun 21, 2024
2 parents 0cc3de4 + 84ee56d commit f1abb45
Show file tree
Hide file tree
Showing 79 changed files with 44 additions and 9,006 deletions.
17 changes: 3 additions & 14 deletions .dumirc.ts
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;
}
`,
]
});


2 changes: 1 addition & 1 deletion .fatherrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import { defineConfig } from 'father';

export default defineConfig({
plugins: ['@rc-component/father-plugin'],
});
});
20 changes: 12 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
~*
.storybook
*.iml
*.log
.idea
.idea/
.ipr
.iws
*~
Expand All @@ -13,28 +14,31 @@
Thumbs.db
.project
.*proj
.svn
.svn/
*.swp
*.swo
*.pyc
*.pyo
.build
node_modules
.cache
*.css
assets/**/*.css
build
lib
es
coverage
dist
yarn.lock
package-lock.json
coverage/
.doc

# dumi
# umi
.umi
.umi-production
.umi-test
.docs

.env.local

# dumi
.dumi/tmp
.dumi/tmp-production
.dumi/tmp-production
.dumi/tmp-test
56 changes: 0 additions & 56 deletions HISTORY.md
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
Loading

0 comments on commit f1abb45

Please sign in to comment.