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

feat(autocomplete): add custom sort option #116

Closed
wants to merge 47 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
6d34cf8
Allow datepicker to use both query selector and element
Cerothen Feb 12, 2021
aa0d2ac
Allow timepicker container to be an element
Cerothen Feb 12, 2021
fa4556b
Update PULL_REQUEST_TEMPLATE.md
ChildishGiant May 8, 2021
57a3782
Update CONTRIBUTING.md
ChildishGiant May 8, 2021
3d8dda3
Update pickers_content.html
Cerothen May 9, 2021
6472955
Update pickers_content.html
Cerothen May 9, 2021
17a8e87
Merge pull request #69 from Cerothen/v1-dev
Smankusors May 10, 2021
b63c8e8
build(deps): :lock: fix many security issues, partly by upgrading fro…
ChildishGiant May 11, 2021
a8e6b38
Merge pull request #141 from ChildishGiant/audit
DanielRuf May 23, 2021
9376834
docs: :memo: Disable browser-default autocomplete on docs
ChildishGiant May 21, 2021
eb04cbf
Merge pull request #144 from ChildishGiant/autocomplete-off
Smankusors May 24, 2021
b0be6a6
fix(dropdown): :bug: fix a bug with dropdown actives when used in sel…
ChildishGiant May 8, 2021
18e3ef4
fix(dropdown): 🐛fix for regression in non-autocomplete dropdown arrow…
ChildishGiant Jun 7, 2021
073e1ca
revert: I keep getting this wrong apparently
ChildishGiant Jun 7, 2021
4669053
test: fix ERR_FILE_NOT_FOUND when npm test
Smankusors Jun 16, 2021
98e82d2
Merge pull request #148 from Smankusors/fix-lognotfound-tests
Smankusors Jun 17, 2021
df242d8
build(deps): update deps and fix deprecation warning in sass files
ChildishGiant Jul 12, 2021
d280320
Merge pull request #154 from ChildishGiant/sass-migration
DanielRuf Jul 14, 2021
0b6b481
docs: open old docs in new window
cvoudouris Jul 20, 2021
6302b6f
docs: add rel attribute
cvoudouris Jul 20, 2021
3b32d4d
Merge pull request #155 from christinavoudouris/doc-fix
DanielRuf Jul 22, 2021
774e9d4
test: add open/close test for datepicker
Calamari Jun 29, 2021
3931749
feat(datepicker): add format method
Calamari Jun 29, 2021
88c0b7e
docs(datepicker): add note about format function
Calamari Jun 29, 2021
72888a9
docs: copy text without textarea
warrenrodrigues Jul 24, 2021
83a8c02
Merge pull request #158 from warrenrodrigues/copy-button-message
DanielRuf Jul 24, 2021
47b76fa
docs: edit README
cvoudouris Jul 31, 2021
237840f
Merge pull request #162 from christinavoudouris/edit-readme
ChildishGiant Aug 1, 2021
5175b53
Merge pull request #153 from Calamari/datepicker_format
Smankusors Aug 3, 2021
7f8f14d
docs: change to/add copy code icons
cvoudouris Jul 30, 2021
acc6f1e
docs: update templates
cvoudouris Aug 5, 2021
9d0070b
chore: move collection css into own file
Calamari Aug 6, 2021
5c4367f
feat(collection): make boder-radius configurable
Calamari Aug 6, 2021
3c2d5be
docs: use valid html and match index with preview files
cvoudouris Aug 13, 2021
02d308e
Merge pull request #164 from christinavoudouris/update-templates
DanielRuf Aug 13, 2021
003b840
Merge pull request #166 from Calamari/collection-border-radius
DanielRuf Aug 13, 2021
10c81ba
Merge pull request #134 from ChildishGiant/select-active-fix
DanielRuf Aug 15, 2021
38c2eea
docs(contributing): improve contrib doc overall
Smankusors Sep 5, 2021
423e30d
docs(contributing): update translations
Smankusors Sep 12, 2021
c429483
Merge pull request #177 from Smankusors/improve-contributing-docs
DanielRuf Sep 14, 2021
dc2c147
Merge pull request #161 from christinavoudouris/copy-code-icons
DanielRuf Sep 14, 2021
7615b1f
fix: remove leading '/' from href
boileaum Aug 27, 2021
e8384f5
Merge pull request #170 from boileaum/patch-1
DanielRuf Sep 14, 2021
1a7430a
test: upgrade grunt-contrib-jasmine to upgrade puppeteer
DanielRuf Sep 18, 2021
9d03c4f
test: try to explicitely set the Jasmine version
DanielRuf Sep 18, 2021
8482ab0
Merge pull request #189 from materializecss/test/183-upgrade-grunt-co…
DanielRuf Sep 18, 2021
eedcc3d
feat(autocomplete): add custom sort option
ChildishGiant Sep 18, 2021
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
Update CONTRIBUTING.md
  • Loading branch information
ChildishGiant authored May 8, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 57a3782646bcd074955b5059cd3c273b8cd79ee9
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -31,8 +31,7 @@ patches and features.
Before you now get lost in the repository, here are a few starting points for you to check out. You might find that others have had similar questions or that your question rather belongs in one place than another.

* Chat: https://gitter.im/materializecss/materialize
* Website: http://materializecss.com
* Twitter: https://twitter.com/materializecss
* Website: https://materializecss.github.io/materialize

## Using the issue tracker

@@ -88,7 +87,7 @@ We like feature requests but make sure that it can be seen within the goals of t
### Code Examples

- Issues without a [Codepen](#code-examples) (where applicable) will be closed or ignored.
- Use this [Codepen](http://codepen.io/Dogfalo/pen/xbzPQV) to illustrate your problem.
- Use this [Codepen](https://codepen.io/pen/?template=MRNObV) to illustrate your problem.

## Pull requests

@@ -162,7 +161,6 @@ If you want to help us translate the documentation into other languages, please
- [Jasmine Documentation](http://jasmine.github.io/2.0/introduction.html)
- [Grunt Jasmine Plugin](https://github.com/gruntjs/grunt-contrib-jasmine)
- [Example Jasmine Tests](https://github.com/materializecss/materialize/tree/master/tests/spec)
- [Travis CI](https://travis-ci.org/materializecss/materialize)

After `npm install`, you can run `npm test` and it will run the tests. If you get any errors and have not made any changes, it means you have not installed the proper dependencies.