First Look v1 Release Candidate #56
DeVoresyah
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
OsmiCSX v1.0.0-rc3 Release Candidate shipped
We are really happy to announce that today we shipped the release candidate for OsmiCSX (v1.0.0-rc3) ~!
This release brings many improvements and bug fixes for issues in OsmiCSX's beta release, stabilizes the APIs and paves the way for version 1.0.0, expected at end of August 2022.
Improvements
Hooks
OsmiCSX provides custom hooks to make styling easier inside functional components. Learn More
High-Order Components
We also give options for those who are still using Class Component. In this case, you can use our HoC by wrapping your components. Learn More
Specific Platform Styling
There is a new prefix that can be used to style on a specific platform.
android:
prefix on your syntax. Learn Moreios:
prefix on your syntax. Learn MoreDealing with Notch iPhone
Doing a styling logic for Notch iPhone can make your code line too long. Because of that, we shipped the prefix
notch:
. Learn MoreAdding New Colors
Based on TailwindCSS v3, there are many new pre-defined colors. So, we sync the colors with the latest TailwindCSS colors.
Adding New z-index
Previously, our z-index was only available until 50. Now it's up to 100. Learn More
Bug fixes
Breaking changes
connect
function has been removedapply
function. You can get this function from Hooks or HoCHelp test the release candidate
Obviously, the final 1.0 release is our top priority. We expect it to be launched by the end of august 2022 if everything goes as planned.
As you begin to test the release candidate, please report any bugs you find so they can be fixed. For those who have already tested the beta version, we recommend you start over and install a new OsmiCSX.
If you have any questions or feedback, please feel free to share it in the community forum. Your input and help is highly appreciated.
We also gonna held a competition event with the current prize pool is Rp2.000.000. Basically, you just need to create react native app and do the styling with OsmiCSX. Further information will be announced soon in the community forum.
Thank you!
Last but not least, big thanks to all the folks who tested OsmiCSX's beta version, provided us with feedback, asked questions, and helped spread the word about OsmiCSX.
Thank you for your support and time!
We can’t wait to hear what you think about this release!
Beta Was this translation helpful? Give feedback.
All reactions