Skip to content

Preperation for 2.0.0 alpha #359

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

Merged
merged 58 commits into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
4ed58cb
chore(ts): ts and webpack configuration files, grunt config
danice Feb 2, 2023
1da6af9
chore(ts): change file extension for some components and all moved to…
danice Feb 2, 2023
6fc58b6
chore(ts): removed anime, cash and waves files
danice Feb 2, 2023
969703b
chore(ts): conversion to ts with minimal changes
danice Feb 22, 2023
e798044
fix: cards, forms and chips initializations
danice Feb 4, 2023
1626a28
fix: fixed forms tests
danice Feb 4, 2023
f9cd37a
fix(test): should have working callbacks (incomplete)
danice Feb 4, 2023
448662b
Merge branch 'move-to-ts' of https://github.com/danice/materialize in…
wuda-io Mar 13, 2023
d4a4f12
chore: install and running dev
wuda-io Mar 13, 2023
ab9a3e1
Merge branch 'danice-move-to-ts' into v2-dev
wuda-io Mar 13, 2023
9f8c2bc
refactor(pushpin): remove jquery
wuda-io Mar 13, 2023
b24a66f
refactor(autocomplete): removed jquery
wuda-io Mar 13, 2023
55e7887
refactor: removed jquery from FAB and also fixed Autocomplete
wuda-io Mar 13, 2023
46a793d
refactor: carousel and fab
wuda-io Mar 13, 2023
7ac621b
refactor: carousel removed jquery
wuda-io Mar 13, 2023
550e201
refactor: removed comments
wuda-io Mar 14, 2023
3e4de08
refactor: cleaned comments
wuda-io Mar 14, 2023
0addc3b
refactor(tabs): removed jquery
wuda-io Mar 14, 2023
0b55629
refactor(chips): removed jquery and fixed tests
wuda-io Mar 14, 2023
3055e44
refactor: toasts and removed html property
wuda-io Mar 14, 2023
0a925e6
fix(fab): removed test for toolbar
wuda-io Mar 15, 2023
a1d8d88
ci: removed grunt notify
wuda-io Mar 15, 2023
5713452
refactor(slider): removed jquery and fixed code
wuda-io Mar 15, 2023
a1d1fe5
fix(slider): remove focus test
wuda-io Mar 16, 2023
1235e32
refactor(collapsible): removed jquery
wuda-io Mar 17, 2023
0013452
refactor(cards): removed jquery
wuda-io Mar 17, 2023
abfd3cb
refactor(parallax): removed jquery
wuda-io Mar 17, 2023
20c2606
refactor: removed jquery taptarget and scrollspy
wuda-io Mar 17, 2023
b48509d
refactor: removed jquery from modal and sidenav
wuda-io Mar 18, 2023
9eff934
refactor: materialbox removed jquery and fixed max-width issue
wuda-io Mar 18, 2023
32a8bf6
refactor: cards, datepicker removed jquery and adapted tests
wuda-io Mar 18, 2023
5f40611
refactor(dropdowns): removed jquery and improved documentation
wuda-io Mar 18, 2023
bc5ad9d
refactor(timepicker): removed jquery
wuda-io Mar 19, 2023
af05341
refactor(select): removed jquery and fixed test
wuda-io Mar 20, 2023
462b6a4
refactor: removed cash-dom from dependencies
wuda-io Mar 20, 2023
cc25009
build(waves): added waves component
wuda-io Mar 21, 2023
c659e3b
ci: remove unused js files
wuda-io Mar 21, 2023
00af549
ci: remove grunt concat plugin
wuda-io Mar 21, 2023
3bc3ae2
ci: removed grunt clean
wuda-io Mar 21, 2023
1e74a7b
ci: hot reload at typescript dev and fix release script
wuda-io Mar 21, 2023
e0dd8e6
ci: fix test script
wuda-io Mar 24, 2023
e95bbf3
fix(forms): textarea growing and file input texts
wuda-io Mar 24, 2023
94ac93f
fix(scrollspy): remove errors when element not found
wuda-io Mar 24, 2023
9433484
fix(range): show bubble when changing value
wuda-io Mar 24, 2023
76de178
docs: remove jquery
wuda-io Mar 24, 2023
3994bfe
style: radius of btns and cards, remove margins at rows
wuda-io Mar 25, 2023
d14772c
docs: remove noUiSlider
wuda-io Mar 27, 2023
a04d323
style(grid): use css grid and add gap-possibility
wuda-io Mar 27, 2023
2d10642
fix: center text
wuda-io Mar 27, 2023
95a1b99
docs: removed br, fixes #102
wuda-io Apr 1, 2023
0ef3cc9
style: remove uppercase from buttons, tabs etc
wuda-io Apr 14, 2023
2017f0f
chore: adapt readme
wuda-io Apr 14, 2023
74c5991
docs: add theme
wuda-io Apr 14, 2023
9f11a6e
test: fix magic number which caused the test to fail
wuda-io Apr 14, 2023
8cd6b97
docs: removed unused files and cleaned file structure for pug
wuda-io Apr 15, 2023
956cca5
fix: style of download-thanks-card and sponsors
wuda-io Apr 16, 2023
db1655c
Merge branch 'main' of https://github.com/materializecss/materialize …
wuda-io Apr 16, 2023
c2e996c
chore: pull changes from main branch
wuda-io Apr 16, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style: remove uppercase from buttons, tabs etc
also remove padding set to zero for all ul Elements and minor style adaptions
  • Loading branch information
wuda-io committed Apr 14, 2023
commit 0ef3cc9ca11d5ece7ab09f49c827e11bd106e16e
2 changes: 1 addition & 1 deletion docs/css/ghpages-materialize.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/materialize.js

Large diffs are not rendered by default.

125 changes: 125 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"grunt-webpack": "^5.0.0",
"husky": "^8.0.1",
"jasmine": "^3.8.0",
"jstransformer-markdown-it": "^3.0.0",
"lint-staged": "^7.0.5",
"node-archiver": "^0.3.0",
"phantomjs-prebuilt": "^2.1.14",
Expand Down
10 changes: 5 additions & 5 deletions pug/_footer.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<footer class="page-footer docs-footer">
<div class="container">
<div class="row" style="margin-bottom: 0;">
<div class="col s12 m10 offset-m1">
<div class="row">
<div class="col l4 s12">
<div class="s12 m10 offset-m1">
<div class="row" style="gap:2rem;">
<div class="s12 l4">
<h5>Help Materialize Grow</h5>
<p class="grey-text text-darken-2">We hope you have enjoyed using Materialize and if you feel like it has helped you out and want to support the team you can help us by opening issues or contributing on GitHub.</p>
<a class='btn waves-effect waves-light' target="_blank"
href='https://github.com/materializecss/materialize'>Contribute</a>

</div>
<div class="col l4 s12">
<div class="s12 l4">
<h5>Join the Discussion</h5>
<p class="grey-text text-darken-2">We have a Gitter chat room set up where you can talk directly with us. Come in and discuss new features, future goals, general problems or questions, or anything else you can think of.</p>
<a class='btn waves-effect waves-light' href='https://gitter.im/materializecss/materialize'
target='_blank'>Chat</a>
</div>
<div class="col l4 s12" style="overflow: hidden;">
<div class="s12 l4" style="overflow: hidden;">
<h5>Star us</h5>
<iframe src="https://ghbtns.com/github-btn.html?user=materializecss&repo=materialize&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
</div>
Expand Down
19 changes: 7 additions & 12 deletions pug/_navbar.pug
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ header

li.no-padding
ul.collapsible.collapsible-accordion
li.bold(class=(page == "Sass" || page == "Typography" || page == "Color" || page == "Shadow" || page == "Grid" || page == "Media CSS" || page == "Pulse" || page == "Table" || page == "CSS Transitions" || page == "Helpers" ? "active" : ""))
li.bold(class=(page == "Sass" || page == "Typography" || page == "Color" || page == "Shadow" || page == "Grid" || page == "Media CSS" || page == "Pulse" || page == "Table" || page == "CSS Transitions" || page == "Helpers" || page == "Waves" ? "active" : ""))
a.collapsible-header(class="waves-effect")
| CSS
| Styles
//- i.material-icons home
.collapsible-body
ul
li(class=(page == "Color" ? "active" : ""))
Expand All @@ -89,7 +90,9 @@ header
a(href='css-transitions.html') Transitions
li(class=(page == "Typography" ? "active" : ""))
a(href='typography.html') Typography
li.bold(class=(page == "Buttons" || page == "Floating Action Button" || page == "Navbar" || page == "Cards" || page == "Preloader" || page == "Pagination" || page == "Collections" || page == "Badges" || page == "Breadcrumbs" || page == "Footer" || page == "Icons" ? "active" : ""))
li(class=(page == "Waves" ? "active" : ""))
a(href='waves.html') Waves
li.bold(class=(page == "Buttons" || page == "Floating Action Button" || page == "Navbar" || page == "Cards" || page == "Preloader" || page == "Pagination" || page == "Collections" || page == "Badges" || page == "Breadcrumbs" || page == "Footer" || page == "Auto Init" || page == "Tooltips" || page == "Toasts" || page == "Modals" || page == "Dropdown" || page == "Feature Discovery" || page == "Tabs" || page == "Scrollspy" || page == "Sidenav" || page == "Pushpin" || page == "Media" || page == "Parallax" || page == "Collapsible" || page == "Carousel" || page == "Icons" ? "active" : ""))
a.collapsible-header(class="waves-effect")
| Components
.collapsible-body
Expand All @@ -116,13 +119,6 @@ header
a(href='pagination.html') Pagination
li(class=(page == "Preloader" ? "active" : ""))
a(href='preloader.html') Preloader

li.bold(class=(page == "Auto Init" || page == "Tooltips" || page == "Toasts" || page == "Modals" || page == "Dropdown" || page == "Feature Discovery" || page == "Tabs" || page == "Scrollspy" || page == "Sidenav" || page == "Pushpin" || page == "Waves" || page == "Media" || page == "Parallax" || page == "Collapsible" || page == "Carousel" ? "active" : ""))
a.collapsible-header(class="waves-effect")

| JavaScript
.collapsible-body
ul
li(class=(page == "Auto Init" ? "active" : ""))
a(href='auto-init.html') Auto Init
li(class=(page == "Carousel" ? "active" : ""))
Expand Down Expand Up @@ -151,8 +147,7 @@ header
a(href='toasts.html') Toasts
li(class=(page == "Tooltips" ? "active" : ""))
a(href='tooltips.html') Tooltips
li(class=(page == "Waves" ? "active" : ""))
a(href='waves.html') Waves

li.bold(class=(page == "Autocomplete" || page == "Checkboxes" || page == "Chips" || page == "Pickers" || page == "Radio Buttons" || page == "Range" || page == "Select" || page == "Switches" || page == "Text Inputs" ? "active" : ""))
a.collapsible-header(class="waves-effect")
| Forms
Expand Down
12 changes: 12 additions & 0 deletions pug/content/test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This is the Header 1
Here is some text about the component.

Please consider adding this code into your project:

```javascript
const foo = 'bar';

function demo(x) {
return x + foo;
}
```
16 changes: 16 additions & 0 deletions pug/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,21 @@ html(lang="en")
include _navbar.pug
main
include index/index_content.html

//- div.row
//- div.s6.offset-s3
//- include:markdown-it content/test.md
//- p Das ist ein Test
//- hr
//- ul
//- li Test1
//- li Test2
//- li Test3
//- li
//- ul
//- li 1.1
//- li 1.2
//- li 1.3

include _footer.html
include _scripts.html
Loading