-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve gruntfile #333
Improve gruntfile #333
Conversation
I'm still wondering why the font section have been deleted... See : https://git.io/JK9is Closes #175
I'm removing the most of the section about the Roboto Font by just keeping the "how to change the font stack" part. Fixes #175
…t stack" this applies the suggested changed of this review : #212 (comment)
Fix #175 : Add a docs section on how to change the font stack
…sion, and minor changes - Added the community as part of the team, by explaining why we forked the repo and by adding a dynamic image that show the top 24 contributors. Prob is that it don't sort by team members but rather by commit numbers - Added a message in the index page that says this version is a fork - Changeed the catchphrase in the homepage - Rephrased a sentence inside the introduction grid shown in the homepage and grid section fix #194
…load a dynamic select component fix #171
docs: rework about and home page to mention this is the community fork
docs(select): rephrase a sentence in select docs, issue 171
…at the tests pass
Refactored Select internaly for Arrays to prepare for other changes
* with the CHANGELOG now generated by github_changelog_generator * update package-lock.json file version * because I used node 16 * more changes after running npm run release
Release 1.1.0
fix: remove postinstall hook from packed package
also make the copyright follow current year
Fix missed files when replacing old version with new one
Assign "aria-required" attribute to input element rather than dropdown.
Fix broken references in FAB toolbar demo page.
fix(select): misplaced aria-required attribute
fix(fab): fab toolbar demo
this commit adds examples to the alignment option in documentation Signed-off-by: Cypherpunk Samurai <66906402+CypherpunkSamurai@users.noreply.github.com>
Added Example for alignment option
Release 1.2.1
Fix navbar lists not expanding when on page Feature Discovery
Ignore html and body element when looking for dropdown placement
Improve drop-down placement
fix: add permission to execute commit-msg hook
Documentation: renamed master to main and changed year
eh uh... what is this PR about and why there is so many changes? 😅 |
the last commit is the actual improvement. Actually i wanted to test a PR merge to the new dev-branch. We should start to merge new features into the dev-branch and only hotfixes to the main branch. The many commits were automatically added by Github and were taken from the main branch. So the dev-branch should now be up-to-date with the main branch. |
ou I see at first time reading this PR I got suprised because there's a lot of changes. If you want to sync branches, it should be on a separate PR so it's easier to understand. But I saw your recent PRs, you already do that so it's good then 👍 thanks for continuing the development btw 🙏 |
Proposed changes
Collect Files dynamically for PUG Transpiling of docs.
Types of changes
Checklist: