UNPKG

1.75 kBMarkdownView Raw
1# v3.0 Road Map
2
3If you want to find out more about v3 we recommend you read the following issues
4 - [The future of FUI in 2019 and v3.0](https://github.com/fomantic/Fomantic-UI/issues/319)
5 - [v3 theming proposal](https://github.com/fomantic/Fomantic-UI/issues/441)
6 - [The discussion of jQuery & it's relevance to v3](https://github.com/fomantic/Fomantic-UI/issues/374)
7
8> NOTE: Not all of these features/changes will be shipped with v3 but are on our roadmap unless specified otherwise.
9
10| Key | |
11|-----|------------------------------------------------------------|
12| 💡 | Proposal |
13| ✏ | In planning phase |
14| 🛠 | Currently being implemented |
15| 🚫 | Blocked (progress can't continue until something is done) |
16| ✅ | Implemented and ready to ship |
17| ❌ | Canceled |
18| 🛳 | Must be done to ship v3 |
19
20- ✏ New documentation website 🛳
21- ✏ New build system 🛳
22- ✏ Visual component tests
23- 💡 CI/CD process
24- ✏ Rewrite modules into ES6 with classes 🛳
25- ✏ Move to a [monorepo](https://en.wikipedia.org/wiki/Monorepo) with separate packages 🛳
26- 💡 CLI tool
27- 💡 Theme builder website
28- 💡 Theme/plugin package sharing website
29- ✏ Changing icon implementation from class based to HTML attribute based (`data-icon="user"`) 🛳
30- ✏ Library theming system 🛳
31- ✏ Move from LESS to SASS
32- 💡 v3 to v2 JavaScript pollyfill package
33
34> If you think anything is missing please open a pull request and add it.