material
material copied to clipboard
Update this to latest Bootstrap v5.0.0-beta3
Please Update this awesome library with latest Bootstrap version v4.5.0
Please update to 4.1.3 from 24 Jul 2018 and keep up the good work. https://blog.getbootstrap.com/2018/07/24/bootstrap-4-1-3/
Where is owner of this repo. We need update please.
@sesemaya Will there be updates for this projects in the foreseeable future?
@sesemaya are there plans for continued development?
Yes. We're likely to move direct to 4.2.1 in the New Year.
Yes. We're likely to move direct to 4.2.1 in the New Year.
Thank You so much. When this update will come
@modius any updates? got a new project coming up and debating whether to wait off...
Anyone to help me creating a 4.3.1 branch ?
We're in the middle of a large 4.1.1 based build. Once we have completed this project we'll turn our attention to updating to the latest Bootstrap. At this rate we'll likely be targeting 4.3.x
In the mean time if you have issues in 4.1.1 feel free to lobby for fixes.
Where exactly is this 4.1.1 work happening?
@djibe what would that entail?
Where exactly is this 4.1.1 work happening?
We're working on a large internal UI project that is based on the 4.1.1 release of this open source library. We'll patch the 4.1.1 branch of this code base as needed. Once that project is out of the way our next project will be on the latest version of Bootstrap, and so we'll start updating the open source library accordingly.
Can you create a 4.3.1 branch so I can start pulling merge requests ? See you soon.
@modius Do you have any estimate on when you plan to release an updated version of Material for the latest Bootstrap? tnx
Hi. if you want to help me or try an early 4.3.1 version, here is what I did today : https://github.com/djibe/material/tree/v4-dev
Buttons are not perfect at all.
Hi. if you want to help me or try an early 4.3.1 version, here is what I did today : https://github.com/djibe/material/tree/v4-dev
Buttons are not perfect at all.
Love to see this effort from you. Thank you so much.
You can test it here : https://github.com/djibe/material/blob/v4-dev/css/material.css
Thx for your testing. Thix is just a preview.
Here is the demo. Feedback is welcome. Spending my days ......
https://www.diabeclic.com/daemonite/components.html
Hi guys, last round until release of Material 4.3.1 beta 1. Test it here : https://www.diabeclic.com/daemonite/components.html Missing input-group and custom-switch ...
Early feedback is welcome. @sesemaya Can you help me with last efforts ?
@djibe Looks good to me. Do you plan to create a PR or will you release it on your own branch?
I plan a PR. However I need to finish with last components. And I don't know how to use git commands so I do everything with drag'n drop and it's kind of dirty. Documentation should be updated too (I don't know Jekyll,), dependencies too (I don't know Node)
Sounds like a mess :) From what I can see on your branch it seems clean and I think you will be able to finish it. I know it can be overwhelming with all this different tools but just keep going.
There's about 20 known High security vulnerabilities (DOM XSS, etc.) caused by bootstrap-4.1.1. Those issues are solved in 4.3.1. Affects all sites using this daemonite/material library!
I'm trying to move forward : https://github.com/djibe/material/tree/master/css Now working on Chips elements. Need help on Toggle elements. But don't know anything about Git commands and Node. So any help is appreciated.
@djibe I'm also looking forward to try the v4.3.1. Do you need any help? I can make some tests for example
@srebelo001 Thanks for your help. Do you know how to upgrade dependencies and NodeJS packages ? Could you style Switches according to BS 4.3.1 HTML markup ?
Best chips ever incoming ;-)
@djibe With npm you can use the following command:
Navigate to the root directory of your project and ensure it contains a package.json file: cd /path/to/project In your project root directory, run the update command: npm update To test the update, run the outdated command. There should not be any output. npm outdated
Regarding the style elements I only have 8 months of experience in Frontend. My career was based in the Backend. I could say I want to learn more about the client-side.... :)
Hope it helps

An example when I updated the packages through Node.js command prompt
@srebelo001 Do you succeeed in building Daemonite with npm ? I have a crash after SCSS compilation.
what command did you use?
what command did you use?
@srebelo001 Maybe we should talk in private session. dj ib e 8 9 A hot m ai l . c o m Thanks for your help.
I used : npm install npm update npm run dist