Skip to content
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

Release 2.0.3 alpha #423

Merged
merged 38 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
9a220b3
fix(pulse): decorative pulse
mauromascarenhas Jun 24, 2023
bf15688
feat(all dispatchevent on components): make event propageable to work…
InitialCrow Jul 18, 2023
325cc64
Merge pull request #402 from materializecss/main
wuda-io Jul 19, 2023
7f2c1dc
Merge pull request #399 from InitialCrow/fix-event-dispatch-propagation
wuda-io Jul 27, 2023
e3fb286
Merge pull request #392 from mauromascarenhas/decorative-pulse
wuda-io Aug 12, 2023
634da81
feat: generate type declarations
danice Jul 21, 2023
3cc3810
fix(navbar-dropdown): fix styling of dropdown menu in navbar
peschmae Aug 18, 2023
52df962
feat: re-export all types in index.ts
danice Jun 22, 2023
cd0eb8b
Merge pull request #411 from peschmae/navbar-dropdown
wuda-io Aug 21, 2023
d6bffed
fix: fixed ts build errors
danice Aug 22, 2023
59e49fd
Merge pull request #389 from danice/type-declarations
wuda-io Aug 22, 2023
174bfbf
feat: implement spacing utility classes feature
manusandoval05 Aug 14, 2023
093f47a
feat: add documentation for the spacing utility classes
manusandoval05 Aug 14, 2023
0fa556e
Merge pull request #414 from manusandoval05/spacing-helper-classes
wuda-io Aug 23, 2023
e54057d
feat(forms): add InitTextarea function
OlivierMadant Aug 19, 2023
e359fdb
feat(forms): add InitTextarea function
OlivierMadant Aug 19, 2023
0acf6a3
feat(forms): add InitFileInputPath function
OlivierMadant Aug 19, 2023
8bf87ac
docs(forms): add usage sample of "Forms::InitTextarea" and "Forms::In…
OlivierMadant Aug 23, 2023
2ece012
docs(forms): add usage sample of "Forms::InitTextarea" and "Forms::In…
OlivierMadant Aug 23, 2023
a9b7af8
Merge pull request #413 from OlivierMadant/main
wuda-io Aug 27, 2023
e2e3467
feat: proof for using M3 styles
danice Jul 19, 2023
9d27f5d
feat: new style base on #00406d primary color
danice Jul 19, 2023
2db8102
fix: font on primary and secondary colors, color disabled
danice Aug 21, 2023
912d7d2
fix: m3 sytles, removed comments and duplicated variables in dark themes
danice Aug 28, 2023
af66e26
fix: active element in navbar uses secondary container color
danice Aug 29, 2023
9699358
feat: new style base on #006495 primary color
danice Aug 28, 2023
f3f988d
feat: navbar in header in primary color
danice Aug 29, 2023
f35e122
style: replaced logo and removed old unused logos
wuda-io Sep 1, 2023
19702f5
Merge pull request #416 from materializecss/cleaned-logo
wuda-io Sep 1, 2023
7442c8d
Merge pull request #409 from danice/m3-styles
wuda-io Sep 1, 2023
40ec0ac
fix(footer): remove ul bullet points #373
wuda-io Sep 1, 2023
762ccd6
docs: grid offset examples
wuda-io Sep 1, 2023
fcf43f3
style: fix collapsible style for sidenav
wuda-io Sep 1, 2023
c519134
style: fix cards overflow
wuda-io Sep 1, 2023
cc1aff7
fix: updated themes variables in in documentation using values previo…
danice Sep 3, 2023
ea59801
Merge pull request #417 from materializecss/style-fixes
wuda-io Sep 12, 2023
583def0
Merge pull request #419 from danice/m3-styles
wuda-io Sep 12, 2023
8b3d24c
chore: release 2.0.3-alpha
wuda-io Sep 14, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ bower_components/

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
dist/src

# Grunt temporary storage
temp/
Expand Down
47 changes: 47 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# OS or Editor folders
._*
.cache
.DS_Store
.idea
.vs
.vscode
.project
.projectile
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
nbproject
Thumbs.db

# Node logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# grunt-contrib-sass cache
.sass-cache/

# Dependency directories
node_modules/
bower_components/

# Grunt temporary storage
temp/

# Jasmine SpecRunner
_SpecRunner.html

# Ignore compiled files
css/ghpages-materialize.css
bin/

# Ignore lock
yarn.lock

# Compiled docs
/docs/*.html
!/docs/fab-toolbar-demo.html
Loading