Releases: materializecss/materialize
Releases · materializecss/materialize
v2.2.2
What's Changed
- Release v2.2.1 by @wuda-io in #563
- accessibility(Tab & Button) implemented focus states by @gselderslaghs in #567
- enhancement(Utils) implemented confirmation container util methods by @gselderslaghs in #574
- Rollup prefixing css by @gselderslaghs in #569
- enhancement(Datepicker) styling refactor by @gselderslaghs in #571
- enhancement(Timepicker) styling updates by @gselderslaghs in #572
- accessibility(FloatingActionButton) implemented tab index and aria expanded by @gselderslaghs in #553
- accessibility(Autocomplete) implemented tab index and aria expanded by @gselderslaghs in #554
- enhancement(Timepicker) implementation with confirmation buttons util by @gselderslaghs in #575
- refactor(Buttons) implement buttons styling with mixin by @gselderslaghs in #578
- enhancement(Cards) buttons mixin implementation + auto init by @gselderslaghs in #579
- enhancement(Pagination) buttons mixin by @gselderslaghs in #580
- fix(Cards) activator styling fix by @gselderslaghs in #585
- fix(Select) preserve native select tabIndex value by @cmorgancli in #587
- fix(Breadcrumb) allow basic variant without background color by @gselderslaghs in #589
- test(Datepicker) fix failing spectest by @gselderslaghs in #590
- fix(Throttle util) refactor method invocations in components, fixes m… by @gselderslaghs in #594
- enhancement(Navbar) implemented classname, hovering link color bug, by @gselderslaghs in #588
- enhancement(Autocomplete) allow default selected option(s) by @gselderslaghs in #577
- fix(Autocomplete) set menu items method by @gselderslaghs in #581
- feature(DockedDisplayPlugin) implemented docked display plugin by @gselderslaghs in #582
- feature(Timepicker) docked plugin implementation by @gselderslaghs in #583
- enhancement(Datepicker) implementation with confirmation buttons util by @gselderslaghs in #592
- accessibility(Datepicker) focus states by @gselderslaghs in #596
- Updated dependencies: fixes linter by @gselderslaghs in #601
- feature(Datepicker) docked plugin implementation by @gselderslaghs in #600
- fix(Dropdown) undefined error when focusedIndex is -1 and Enter key pressed by @HIRANO-Satoshi in #599
- feature(Autocomplete) select options by @gselderslaghs in #584
- Fix dropdown in modal by @wuda-io in #605
- fix(mixins): border none is missing from new button mixin by @joestr in #610
- fix(_navbar): use .nav instead of nav by @joestr in #611
- fix(_input-fields): display inline inputs fields actually inline by @joestr in #612
- fix(_range): display bar for range in chrome browser by @joestr in #613
New Contributors
- @cmorgancli made their first contribution in #587
- @HIRANO-Satoshi made their first contribution in #599
- @joestr made their first contribution in #610
Full Changelog: v2.2.1...v2.2.2
v2.2.1
v2.2.0
What's Changed
- Release 2.1.1 by @wuda-io in #497
- Updates input width in _chips.scss sass component by @Git-Harshit in #513
- (fix/enhancement) Datepicker date type #230 by @gselderslaghs in #517
- enhancement-506: Add eslint with prettier plugin and integrate it in preversion/release pipeline (Part 1 - config) by @IvanPostu in #507
- fix(Dropdown): accessibility - implemented aria-expanded #229 by @gselderslaghs in #516
- (fix) Dropdown menu visibility #515 by @gselderslaghs in #519
- feat: Add options to
M.AutoInit()
by @linkdd in #505 - Timepicker accessibility #476 by @gselderslaghs in #520
- fix: generate dist folder dynamically by @wuda-io in #530
- fix(sideNav): implemented aria-hidden, implemented tab-index #229 by @gselderslaghs in #514
- Timepicker accessibility by @gselderslaghs in #531
- fix/enhancement(Button) component fix and indentation by @gselderslaghs in #532
- Tabs with Icons by @danice in #533
- Fix input fields validation message #437 by @gselderslaghs in #521
- enhancement: #500 Flag for the ScrollSpy component that ensures the last active element remains visible + animationDuration option by @IvanPostu in #504
- Eslint coding standards by @gselderslaghs in #534
- fix(Datepicker): text overflow - month and year not fully visible by @gselderslaghs in #536
- accessibility(Carousel) indicators not accessible by keyboard interaction by @gselderslaghs in #547
- accessibility(Materialbox) tabindex by @gselderslaghs in #550
- fix/improvement(Chips) - Input as option by @gselderslaghs in #529
- enhancement(Datepicker) date range by @gselderslaghs in #549
- fix(Collapsible) styling by @gselderslaghs in #544
- fix/accessibility/enhancement(featureDiscovery) initialization, accessibility and spec test by @gselderslaghs in #537
- accessibility(Cards) refactored component based, implemented tab index and aria expanded by @gselderslaghs in #555
- enhancement(Collapsible) additional styling for leading badge in coll… by @gselderslaghs in #545
- enhancement(Datepicker) implemented multiselect by @gselderslaghs in #561
- Modal with Html5 dialog element by @wuda-io in #556
New Contributors
- @Git-Harshit made their first contribution in #513
- @gselderslaghs made their first contribution in #517
- @linkdd made their first contribution in #505
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- fix: #446 Textarea not autoresize bug by @IvanPostu in #485
- fix(tapTarget): restore Feature Discovery animation and fix #488 by @OlivierMadant in #490
- test(autocomplete): cover autocomplete component by @IvanPostu in #487
- Refactor tests and build process by @wuda-io in #496
New Contributors
- @IvanPostu made their first contribution in #485
Full Changelog: 2.1.0...v2.1.1
2.1.0
2.0.4
What's Changed
- chore: do not include module section in package by @danice in #460
- very small fix for tabs: check for null content by @danice in #461
- Update select.html from "var" to "const" by @melissayr in #464
- fixes #456 dropdown open/close bug by @warrenspe in #462
- fix #467 dropdown + window resize bug by @warrenspe in #468
- Simplifying Dev Process by @wuda-io in #470
- fix: class="active" non-accordion collapsible not opening by default by @warrenspe in #465
- refactor: remove dependencies by @wuda-io in #471
New Contributors
- @melissayr made their first contribution in #464
- @warrenspe made their first contribution in #462
Full Changelog: 2.0.3...2.0.4
2.0.3
2.0.3-beta
What's Changed
- Update to M3 styles by @wuda-io in #428
- fix(datepicker): Date picker didnot change calendar when selecting month or year from dropdown by @abhigyanghosh30 in #429
- Tooltip content by @danice in #431
- Release 2.0.3 beta 🎃 by @wuda-io in #434
New Contributors
- @abhigyanghosh30 made their first contribution in #429
Full Changelog: 2.0.3-alpha...2.0.3-beta
2.0.3-alpha
What's Changed
- Release 2.0.2 alpha by @wuda-io in #395
- Minor fixes by @danice in #400
- Update v2 dev branch by @wuda-io in #402
- fix(all dispatchevent on components): make event propageable to work… by @InitialCrow in #399
- fix(pulse): decorative pulse by @mauromascarenhas in #392
- fix(navbar-dropdown): fix styling of dropdown menu in navbar by @peschmae in #411
- feat: generate type declarations by @danice in #389
- Spacing helper classes by @manusandoval05 in #414
- Add functions to initialize textarea and the File Input Path created programmatically by @OlivierMadant in #413
- Cleaned Logo by @wuda-io in #416
- M3 styles by @danice in #409
- Style fixes by @wuda-io in #417
- fix: updated themes variables in in documentation using previously defined values by @danice in #419
- Release 2.0.3 alpha by @wuda-io in #423
New Contributors
- @InitialCrow made their first contribution in #399
- @peschmae made their first contribution in #411
- @manusandoval05 made their first contribution in #414
- @OlivierMadant made their first contribution in #413
Full Changelog: 2.0.2-alpha...2.0.3-alpha
2.0.2-alpha
What's Changed
- Support to Material Symbols by @mauromascarenhas in #372
- Fix sidenav styles and upgraded to M3 by @wuda-io in #378
- Replace bound functions by @mauromascarenhas in #375
- Refactoring events by @wuda-io in #379
- Restore form functions by @mauromascarenhas in #382
- Replace character counter "data-length" attribute by @mauromascarenhas in #381
- Allow "valid" placeholders for form inputs by @mauromascarenhas in #383
- Replacement for standard search function in autocomplete by @mauromascarenhas in #387
- Support to "Shadow DOM" by @mauromascarenhas in #384
- Component and option type definitions + code docs by @mauromascarenhas in #390
- Fix textarea padding by @mauromascarenhas in #391
Full Changelog: 2.0.1-alpha...2.0.2-alpha