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

Extra content not showing up in tabs component #601

Closed
qw3n opened this issue May 25, 2017 · 1 comment
Closed

Extra content not showing up in tabs component #601

qw3n opened this issue May 25, 2017 · 1 comment
Labels
T: bug Functionality that does not work as intended/expected

Comments

@qw3n
Copy link
Contributor

qw3n commented May 25, 2017

Steps to reproduce

Add extra content inside a v-tabs component

Versions

0.12.0

What is expected ?

The content show up.

What is actually happening ?

It is removed in the render function line 154 https://github.com/vuetifyjs/vuetify/blob/dev/src/components/tabs/Tabs.js

if (!c.componentOptions) return false

A quick hack that fixes it is

if (!c.componentOptions) {slot.push(c); return }

Reproduction Link

Most of the examples have v-card additions that aren't showing up https://vuetifyjs.com/components/tabs

Related

There is a pull request in the docs that deals with this issue as well https://github.com/vuetifyjs/docs/pull/56

@johnleider johnleider added the T: bug Functionality that does not work as intended/expected label May 25, 2017
johnleider pushed a commit that referenced this issue May 25, 2017
johnleider added a commit that referenced this issue May 30, 2017
* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers
johnleider added a commit that referenced this issue Jun 1, 2017
* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3
johnleider added a commit that referenced this issue Jun 1, 2017
* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3
johnleider added a commit that referenced this issue Jun 1, 2017
* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4
johnleider added a commit that referenced this issue Jun 2, 2017
* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* replace hardcoded table colors

* bug fix for grid column padding

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* fix/enhancement for #603

* fix for #601

* fix for #591

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* updated backers

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* merge (#654)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* Update package.json

* fixed dist files

* fixed package

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* change so that dynamic content isn't hidden due to explicit height declaration
johnleider added a commit that referenced this issue Jun 2, 2017
* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* merge (#664)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* replace hardcoded table colors

* bug fix for grid column padding

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* fix/enhancement for #603

* fix for #601

* fix for #591

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* updated backers

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* merge (#654)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* Update package.json

* fixed dist files

* fixed package

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* change so that dynamic content isn't hidden due to explicit height declaration

* enhancement for #337
johnleider added a commit that referenced this issue Jun 2, 2017
* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* change so that dynamic content isn't hidden due to explicit height declaration
johnleider added a commit that referenced this issue Jun 2, 2017
* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* init

* change so that dynamic content isn't hidden due to explicit height declaration

* Fix/menu (#665)

* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* merge (#664)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* replace hardcoded table colors

* bug fix for grid column padding

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* fix/enhancement for #603

* fix for #601

* fix for #591

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* updated backers

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* merge (#654)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* Update package.json

* fixed dist files

* fixed package

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* change so that dynamic content isn't hidden due to explicit height declaration

* enhancement for #337

* fixing issue with something that should not have been commited to master
johnleider added a commit that referenced this issue Jun 2, 2017
* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* init

* merge (#664)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* replace hardcoded table colors

* bug fix for grid column padding

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* fix/enhancement for #603

* fix for #601

* fix for #591

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* updated backers

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* merge (#654)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* Update package.json

* fixed dist files

* fixed package

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* change so that dynamic content isn't hidden due to explicit height declaration

* enhancement for #337
johnleider added a commit that referenced this issue Jun 2, 2017
* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* init

* Fix/menu (#665)

* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* merge (#664)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* replace hardcoded table colors

* bug fix for grid column padding

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* fix/enhancement for #603

* fix for #601

* fix for #591

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* updated backers

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* merge (#654)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* Update package.json

* fixed dist files

* fixed package

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* change so that dynamic content isn't hidden due to explicit height declaration

* enhancement for #337

* merge (#666)

* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* change so that dynamic content isn't hidden due to explicit height declaration
johnleider added a commit that referenced this issue Jun 2, 2017
* merge (#667)

* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* init

* change so that dynamic content isn't hidden due to explicit height declaration

* Fix/menu (#665)

* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* merge (#664)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* replace hardcoded table colors

* bug fix for grid column padding

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* fix/enhancement for #603

* fix for #601

* fix for #591

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* updated backers

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* merge (#654)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* Update package.json

* fixed dist files

* fixed package

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* change so that dynamic content isn't hidden due to explicit height declaration

* enhancement for #337

* fixing issue with something that should not have been commited to master

* Fix/menu (#668)

* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* init

* merge (#664)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* replace hardcoded table colors

* bug fix for grid column padding

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* fix/enhancement for #603

* fix for #601

* fix for #591

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* updated backers

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* merge (#654)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* Update package.json

* fixed dist files

* fixed package

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* change so that dynamic content isn't hidden due to explicit height declaration

* enhancement for #337

* Fix/dialog (#669)

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* init

* Fix/menu (#665)

* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* merge (#664)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* replace hardcoded table colors

* bug fix for grid column padding

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* fix/enhancement for #603

* fix for #601

* fix for #591

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* updated backers

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* merge (#654)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* starting to add key controls for select

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* removing index functionality

* [build] 0.12.4

* [release] 0.12.4

* Update package.json

* fixed dist files

* fixed package

* fixed a bug with menu positioning

* fixed a bug where select would not close on outside-click

* [build] 0.12.5

* [release] 0.12.5

* change so that dynamic content isn't hidden due to explicit height declaration

* enhancement for #337

* merge (#666)

* merge (#652)

* added BACKERS

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* Dev (#651)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* init

* fix for #579

* stripped menu down to basic functionality

* fix for #587

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* added prop controls to positioning. started setting up auto scroll

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* window fix

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* finished fix for #585 #598

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* small tweak

* added back autocomplete functionality

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* small tweaks

* fix for #611

* Fix/menu (#614)

* Dev (#613)

* added BACKERS

* fix for #579

* fix for #587

* Dev (#588)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* [build] 0.12.1

* [release] 0.12.1

* Update README.md

* Update README.md

* Update README.md

* replace hardcoded table colors

* replace menu content hardcoded color

* update button dropdown hardcoded colors

* use theme color for headings

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* update Chips text and close icon colors

* updating pickers theme colors

* updating App-Bar theme color

* updating Button-Toggle colors

* updating Expansion-Panels colors

* cleaning

* updating Subheadrs colors

* make Subheaders themeable

* update Lists hardcoded color

* update Nav-drawer colors

* update Tabs, Small Dialog and Pagination colors

* adding Toolbar theme colors

* use secondary color for headings

* fix for #611

* final tweaks before merge

* fix for #621

* fix for #620

* enhancement for #617

* fix for #597

* [#576] Pass through min, max, and step attributes for v-text-field (#589)

Allows setting these attributes on number and date-time type inputs.

Min and max are passed through as attributes unless using a counter,
and so are used as min and max lengths for the counter instead.

* merge (#626)

* init

* bug fix for grid column padding

* fix/enhancement for #603

* fix for #601

* fix for #591

* Dev (#605)

* fix for for #572

* fix for #571 added check for hide-overlay prop

* fix for #579

* fix for #587

* fix/enhancement for #596

* Remove 'execute' permission of all JS/Vue files and few others (#560)

* [build] 0.12.2

* [release] 0.12.2

* Add link to Codepen starter (#606)

* Add Codepen starter link

This is a very useful link. I think this will help those who do not know about it

* Anchor

* updated backers

* fix for #635

* enhancement for #633

* drawer tweaks, added flexbox helper class

* fix for #641

* removed overflow hack now that menu is updated

* Provide index in DataTable's items scoped slot (#643)

* fixed offsetY top

* [build] 0.12.3

* [release] 0.12.3

* added keyboard functionality to selects/menu

* change so that dynamic content isn't hidden due to explicit height declaration

* fix for #620 / enhancement for #628

* tweaks for fullscreen dialog

* updated logic so docs don't look bad

* Fixes #672

* Fixed bug introduced by 4286891

* Solves #657

* fix for #670

* fix for #673
@lock
Copy link

lock bot commented Apr 16, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord

@lock lock bot locked as resolved and limited conversation to collaborators Apr 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

2 participants