Skip to content

Instantly share code, notes, and snippets.

@vjik
vjik / yii3-roadmap.md
Created December 24, 2024 06:47
Yii3 Roadmap

Yii3 Roadmap

Last updated: 24.12.2024

The Yii3 release is approaching, and the team is working hard to complete the final steps 💪.

At the heart of Yii3 are its packages, which form the foundation of the framework. So far, 105 packages have been released, and the remaining ones are already 80-90% complete. But Yii3 is more than just its set of packages. It also includes great documentation and ready-to-use application templates. Completing these elements is a key part of preparing for the final release.

You can support the Yii3 team and help accelerate the release by making a donation. Every contribution, no matter the size, helps us move closer to delivering Yii3:

[0/11] yiisoft/view
[0/8] yiisoft/factory
[0/7] yiisoft/validator
[0/6] yiisoft/data
[0/4] yiisoft/config
@vjik
vjik / clearfix.less
Created September 14, 2013 07:06
Clearfix modern browsers and IE8+
// clearfix
.clearfix() {
&:after { content: "."; display: block; height: 0; font-size: 0; line-height: 0; clear: both; visibility: hidden; }
}
.clearfix { .clearfix(); }