antd@3.0
See original GitHub issueA place to discuss what we want/have to do in antd@3.0
:
React@16 relative
- React Umbrella support #5377
- Refactor all the
ref: string
toref: function
…
antd’s own
- provide es2015 module format like this
- Remove all deparated features
- and theirs warning
- and then add new warning of upgrade tips
- New Components
- Default language of
LocaleProvider
should be changed toen
- Less aggressive global style: https://github.com/ant-design/ant-design/issues/4331
- Better default typography: https://github.com/ant-design/ant-design/issues/6162
- ~~Component should work with HOC: https://github.com/ant-design/ant-design/issues/4853~~
- WeekPicker https://github.com/ant-design/ant-design/issues/3825
- Rewrite Steps https://github.com/react-component/steps/pull/39
- Contextmenu dropdown https://github.com/ant-design/ant-design/issues/7232
- external moment while building dist file
// We need to link moment before antd's dist file after antd@3.0 <script src="moment.js"></script> <script src="antd.js"></script>
- Refactor Menu for delay and auto overflow: https://github.com/ant-design/ant-design/issues/2830
- Mention placement: https://github.com/ant-design/ant-design/issues/6663
- TypeScript document: https://github.com/ant-design/ant-design/pull/6193
-
Preact supporthttps://github.com/ant-design/ant-design/issues/5048 …
Tools
- Tools for upgrading antd from 2 to 3 https://github.com/ant-design/ant-design/issues/3759#issuecomment-272353773
- Webpack@2 support cc @sorrycc
- Roadhog
- atool-build
- dva-cli
…
Ant Design Specification relative
- Bigger default font size, following our designer’s plan.
…
Site ant.design
…
Issue Analytics
- State:
- Created 6 years ago
- Reactions:40
- Comments:65 (49 by maintainers)
Top Results From Across the Web
Ant Design - The world's second most popular React UI ...
An enterprise-class UI design language and React UI library with a set of high-quality React components, one of best React UI library for...
Read more >antd-v3 - npm
An enterprise-class UI design language and React components implementation. Latest version: 3.26.20-r2.2, last published: 2 years ago.
Read more >ANTD 3.0.3 CDN links - CDNPKG .com
ANTD 3.0.3 CDNs ; Description, An enterprise-class UI design language and React components implementation ; Website, http://ant.design ; Sources URL, https:// ...
Read more >useAntdTable - ahooks 3.0
useAntdTable · service receives two parameters, the first parameter is the paging data { current, pageSize, sorter, filters } , and the second ......
Read more >antd v3 autocomplete works well - CodeSandbox
antd v3 autocomplete works well. 0. Embed Fork Create Sandbox Sign in. Sandbox Info. antd v3 autocomplete works well.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@paranoidjk @afc163 @benjycui
Hiya, I’m one of the styled-components core-contributors and found this thread due to an opened issue on our repo (see above), that informed me that this lib doesn’t support SC. By chance I then found this conversation 😉 – Ok, context aside now
We’ve carefully chosen
stylis
and are closely working together with @thysultan, who develops it. We wouldn’t have chosen it, if it wasn’t a worthy replacement of PostCSS and the few issues that it had (a couple of missing prefixes in v3), were resolved very quickly. The v2 itself has been in the making for a few months btw, and is now finally out. We can definitely vouch on that part. Let this implementation detail be our worry, if you’d go with SC 😄The file you’re pointing to is not in use and was deleted now btw, and is part of the old auto-prefixing with inline-style-prefixer. But even that is (and was for us) a very, very, very trusted solution through out the css-in-js community by @rofrischmann.
Since in interpolations in our tagged template literals you can just use any JS, simple functions can replace all that stuff. We actually have a separate project called “polished” that is like the lodash for CSS-in-JS and comes with all mixins (i.e. helper functions) that you’d expect from SASS/LESS and the likes: https://polished.js.org
(We indeed neither use PostCSS anymore as mentioned above, nor have we supported its plugins btw)
If you need to attach custom classnames, you can easily use our
.attrs
method, which allows you to attach additional props to a component. For example:Some more goodies and features:
css
helperI’m here if you need more help. If you need some more info though, check out our new website 💯 https://styled-components.com
+1 for styled-components/emotion/fela support in a future release.