-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix(MdApp): Drawer detection #1929
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
marqbeniamin
added
bug
C: MdApp
in review
will be approved
This label is only for PR's that are ready for merge
labels
Nov 27, 2019
oliver-ni
approved these changes
Apr 20, 2020
dragosct
approved these changes
Apr 21, 2020
oliver-ni
approved these changes
Apr 21, 2020
marqbeniamin
approved these changes
Apr 21, 2020
dragosct
added a commit
that referenced
this pull request
Apr 30, 2020
* fix(MdRadio): internal radio not being checked (#2063) * fix(MdMenu): unexpected close on item click (#2062) * docs: add funding * test: add a "testURL" field to jest config (#2082) fixes the " SecurityError: localStorage is not available for opaque origins" error message that everyone seems to get on their PRs. Using the solution provided here jestjs/jest#3630 * Docs/restyle (#2139) * Changed 'roboto mono' to 'roboto' * Changed code fund position to bottom right * updates Added ‘supported by Creative Tim’ in About page Added open collective * added links to header * Removed disclaimer, added sponsors, changed footer * Add premium-themes page and link to it from the footer * Added products to premium themes page * Finished premium page * Finished installation/usage/premium-themes section * Installed vue-github-buttons * Added GitHub star button * Added license, download and chat buttons * Changed order in gh star button * Changed page transition * Added vue-toc * Style modified for toc * Added ids on getting started for vue-toc * Added ids on themes-congifuration for vue-toc * Added ids on layouts for vue-toc * Added ids on typography * Added ids on components->app for vue-toc * Added ids on buttomBar for vue-toc * Added ids on Button for vue-toc * Added ids on Card for vue-toc * Added ids on datepicker for vue-toc * Added ids on Dialog for vue-toc * Added ids on Drawer for vue-toc * Added ids on autocomplete for vue-toc * Added ids on Chips for vue-toc * Added ids on Input for vue-toc * Added ids on Icon for vue-toc * Added ids on List for vue-toc * Added ids on Menu for vue-toc * Added ids on speedDial for vue-toc * Added ids on steppers for vue-toc * Added ids on table for vue-toc * Added ids on Tabs for vue-toc * Added ids on toolbar for vue-toc * Added ids on Tooltip for vue-toc * Updated license * Added key to vue-toc * Small change * Changed codeinwp logo * updates * Css changes for logo and gh-button * Added more space between buttons * Removed arrow down & nabber buttons hidden on mobile * style changes, added premium themes in navbar, centered premium themes * Cards change * toc style * Changed style for code-fund * restyle codefund * Restyled home premium section * Commented contribuitors section * Changed Patreon text to Open Collective * Changed home premium background color * Removed open collective * Added link to premium-themes from themes image * Added target blank * Restyled vue-toc * added refs * Responsive changes * Changed margin on title * Added custom development link * Added links from sponsors * lint fix * add margin left * Updated footer links (#2145) * Docs/restyle (#2150) * Added dropdown in nabber * Added sponsors * restyled codefund * Codefund restyle * Restyled footer * Restyled footer * Footer restyle on responsive * Add "new" tag and modify logo in footer * Cleaned console.log test texts * Added arrow on dropdown * Modified sponsors and dropdown * Codefund on responsive * Footer restyle on responsive * Added tag manager (#2153) * [MdTabs] fix mdActiveTab not selecting set tab on load (#2164) content and indicator were not initializing to the set active tab * [core] RTL support #80 (#2181) added rtl support to tabs component with mdIsRtl prop * update the work with Vue router page grammar (#2100) * docs: fix typo (#2080) * Update About.vue (#2117) Fix typo * docs(Tabs): add prop `md-is-rtl` to tabs table component (#2198) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * Fix typo (#1819) * Fix typo I'm pretty sure you meant to write here `md-alignment-[vertical]-[horizontal]`, but in the docs it says `md-alignment-[horizontal]-[vertical]`. That threw me off for a bit. Overall, this is a super awesome package! I love working with it!! * fix typo in api section I noticed that at the bottom of the page, in the API section, the order also needs to be reversed. "x" should refer to horizontal, and "y" should refer to vertical. Co-authored-by: dragosct <[email protected]> * Added index to "md-table-row" slot-scope (#2064) Co-authored-by: hastom <[email protected]> * Improved grammar in Table.vue (docs) (#2178) * build: 1.0.0-beta-12 * build: release * build: changelog 1.0.0-beta-12 * Moving observers to setTimeout (#2201) Co-authored-by: hastom <[email protected]> * fix: Drawer detection (#1929) * fix(MdDialog):change position principle from transform to flex wrapper (#2023) * Changed dialog positioning to flex * Revert to transition root element Co-authored-by: hastom <[email protected]> * Fixed dialog transitions (#2021) Co-authored-by: hastom <[email protected]> Co-authored-by: dragosct <[email protected]> * Prevent tabs overflow inside dialog content (#2065) Co-authored-by: hastom <[email protected]> * fix(MdApp): remove height 100 to make md-app-content span content height (#1957) * remove height 100 to make md-app-content span content height * use min-height of 100 instead of height Co-authored-by: xxRockOnxx <[email protected]> * build: 1.0.0-beta-13 * build: release * build: changelog 1.0.0-beta-13 Co-authored-by: hastom <[email protected]> Co-authored-by: Marcos Moura <[email protected]> Co-authored-by: Adrien Boutigny <[email protected]> Co-authored-by: rarestoma <[email protected]> Co-authored-by: gaby64 <[email protected]> Co-authored-by: tom dorofeyev <[email protected]> Co-authored-by: Brett Kinnamon <[email protected]> Co-authored-by: Jason Cooke <[email protected]> Co-authored-by: Amit Gurbani <[email protected]> Co-authored-by: Avraham Appel <[email protected]> Co-authored-by: hastom <[email protected]> Co-authored-by: starsky135 <[email protected]> Co-authored-by: Marcu Beniamin <[email protected]> Co-authored-by: Hugome <[email protected]> Co-authored-by: Lemuel Flores <[email protected]> Co-authored-by: xxRockOnxx <[email protected]>
marqbeniamin
added a commit
that referenced
this pull request
May 27, 2020
* fix(MdRadio): internal radio not being checked (#2063) * fix(MdMenu): unexpected close on item click (#2062) * docs: add funding * test: add a "testURL" field to jest config (#2082) fixes the " SecurityError: localStorage is not available for opaque origins" error message that everyone seems to get on their PRs. Using the solution provided here jestjs/jest#3630 * Docs/restyle (#2139) * Changed 'roboto mono' to 'roboto' * Changed code fund position to bottom right * updates Added ‘supported by Creative Tim’ in About page Added open collective * added links to header * Removed disclaimer, added sponsors, changed footer * Add premium-themes page and link to it from the footer * Added products to premium themes page * Finished premium page * Finished installation/usage/premium-themes section * Installed vue-github-buttons * Added GitHub star button * Added license, download and chat buttons * Changed order in gh star button * Changed page transition * Added vue-toc * Style modified for toc * Added ids on getting started for vue-toc * Added ids on themes-congifuration for vue-toc * Added ids on layouts for vue-toc * Added ids on typography * Added ids on components->app for vue-toc * Added ids on buttomBar for vue-toc * Added ids on Button for vue-toc * Added ids on Card for vue-toc * Added ids on datepicker for vue-toc * Added ids on Dialog for vue-toc * Added ids on Drawer for vue-toc * Added ids on autocomplete for vue-toc * Added ids on Chips for vue-toc * Added ids on Input for vue-toc * Added ids on Icon for vue-toc * Added ids on List for vue-toc * Added ids on Menu for vue-toc * Added ids on speedDial for vue-toc * Added ids on steppers for vue-toc * Added ids on table for vue-toc * Added ids on Tabs for vue-toc * Added ids on toolbar for vue-toc * Added ids on Tooltip for vue-toc * Updated license * Added key to vue-toc * Small change * Changed codeinwp logo * updates * Css changes for logo and gh-button * Added more space between buttons * Removed arrow down & nabber buttons hidden on mobile * style changes, added premium themes in navbar, centered premium themes * Cards change * toc style * Changed style for code-fund * restyle codefund * Restyled home premium section * Commented contribuitors section * Changed Patreon text to Open Collective * Changed home premium background color * Removed open collective * Added link to premium-themes from themes image * Added target blank * Restyled vue-toc * added refs * Responsive changes * Changed margin on title * Added custom development link * Added links from sponsors * lint fix * add margin left * Updated footer links (#2145) * Docs/restyle (#2150) * Added dropdown in nabber * Added sponsors * restyled codefund * Codefund restyle * Restyled footer * Restyled footer * Footer restyle on responsive * Add "new" tag and modify logo in footer * Cleaned console.log test texts * Added arrow on dropdown * Modified sponsors and dropdown * Codefund on responsive * Footer restyle on responsive * Added tag manager (#2153) * [MdTabs] fix mdActiveTab not selecting set tab on load (#2164) content and indicator were not initializing to the set active tab * [core] RTL support #80 (#2181) added rtl support to tabs component with mdIsRtl prop * update the work with Vue router page grammar (#2100) * docs: fix typo (#2080) * Update About.vue (#2117) Fix typo * docs(Tabs): add prop `md-is-rtl` to tabs table component (#2198) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * Fix typo (#1819) * Fix typo I'm pretty sure you meant to write here `md-alignment-[vertical]-[horizontal]`, but in the docs it says `md-alignment-[horizontal]-[vertical]`. That threw me off for a bit. Overall, this is a super awesome package! I love working with it!! * fix typo in api section I noticed that at the bottom of the page, in the API section, the order also needs to be reversed. "x" should refer to horizontal, and "y" should refer to vertical. Co-authored-by: dragosct <[email protected]> * Added index to "md-table-row" slot-scope (#2064) Co-authored-by: hastom <[email protected]> * Improved grammar in Table.vue (docs) (#2178) * build: 1.0.0-beta-12 * build: release * build: changelog 1.0.0-beta-12 * Moving observers to setTimeout (#2201) Co-authored-by: hastom <[email protected]> * fix: Drawer detection (#1929) * fix(MdDialog):change position principle from transform to flex wrapper (#2023) * Changed dialog positioning to flex * Revert to transition root element Co-authored-by: hastom <[email protected]> * Fixed dialog transitions (#2021) Co-authored-by: hastom <[email protected]> Co-authored-by: dragosct <[email protected]> * Prevent tabs overflow inside dialog content (#2065) Co-authored-by: hastom <[email protected]> * fix(MdApp): remove height 100 to make md-app-content span content height (#1957) * remove height 100 to make md-app-content span content height * use min-height of 100 instead of height Co-authored-by: xxRockOnxx <[email protected]> * build: 1.0.0-beta-13 * build: release * build: changelog 1.0.0-beta-13 * fix(MdDialog): position centered * fix(MdDialog): revert * Datepicker now emits the md-clear event when cleared, and has the option to not be clearable (#1967) * fix(components,doc): fix the character counter not reseting when (#2081) reseting the form fixes #2054 Co-authored-by: BOUTIGNY Adrien <[email protected]> * Fix checking mouseevent in IE11 (#2091) * fix undefined dom.contains in IE11 (#2090) * Allow false as a value for an MdOption (#2183) * Auto insert in MdChips after focusout (#2189) * Implemented the function of automatically adding a value in the MdChips component, in case of loss of focus * fixed code format * Fix/md dialog position centered (#2211) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * docs(Tabs): prop `md-is-rtl` move last item in table * fix(MdDialog): position centered * fix(MdStep): set tabindex for not active step (#2215) * fix(MdStep): set tabindex for not active step * feat(MdStep): add v-show to hide content Co-authored-by: Samuell1 <[email protected]> * fix(components,doc): fix the character counter not reseting when (#2213) reseting the form fixes #2054 Co-authored-by: BOUTIGNY Adrien <[email protected]> Co-authored-by: hastom <[email protected]> * Fix checking mouseevent in IE11 (#2212) Co-authored-by: kmsheng <[email protected]> Co-authored-by: hastom <[email protected]> * Revert "fix undefined dom.contains in IE11 (#2090)" (#2220) This reverts commit 05649bb. * Util to replace Node.contains (#2214) * fix undefined dom.contains in IE11 * Added util to polyfill Node.contains Co-authored-by: kmsheng <[email protected]> Co-authored-by: hastom <[email protected]> Co-authored-by: hastom <[email protected]> Co-authored-by: Marcos Moura <[email protected]> Co-authored-by: Adrien Boutigny <[email protected]> Co-authored-by: rarestoma <[email protected]> Co-authored-by: gaby64 <[email protected]> Co-authored-by: tom dorofeyev <[email protected]> Co-authored-by: Brett Kinnamon <[email protected]> Co-authored-by: Jason Cooke <[email protected]> Co-authored-by: Amit Gurbani <[email protected]> Co-authored-by: Avraham Appel <[email protected]> Co-authored-by: hastom <[email protected]> Co-authored-by: starsky135 <[email protected]> Co-authored-by: Marcu Beniamin <[email protected]> Co-authored-by: Hugome <[email protected]> Co-authored-by: Lemuel Flores <[email protected]> Co-authored-by: xxRockOnxx <[email protected]> Co-authored-by: Shira Gold <[email protected]> Co-authored-by: BOUTIGNY Adrien <[email protected]> Co-authored-by: kmsheng <[email protected]> Co-authored-by: Jaryd Carolin <[email protected]> Co-authored-by: Konstantin Mohov <[email protected]> Co-authored-by: Oliver Ni <[email protected]> Co-authored-by: Samuell1 <[email protected]>
dragosct
added a commit
that referenced
this pull request
May 27, 2020
* fix(MdRadio): internal radio not being checked (#2063) * fix(MdMenu): unexpected close on item click (#2062) * docs: add funding * test: add a "testURL" field to jest config (#2082) fixes the " SecurityError: localStorage is not available for opaque origins" error message that everyone seems to get on their PRs. Using the solution provided here jestjs/jest#3630 * Docs/restyle (#2139) * Changed 'roboto mono' to 'roboto' * Changed code fund position to bottom right * updates Added ‘supported by Creative Tim’ in About page Added open collective * added links to header * Removed disclaimer, added sponsors, changed footer * Add premium-themes page and link to it from the footer * Added products to premium themes page * Finished premium page * Finished installation/usage/premium-themes section * Installed vue-github-buttons * Added GitHub star button * Added license, download and chat buttons * Changed order in gh star button * Changed page transition * Added vue-toc * Style modified for toc * Added ids on getting started for vue-toc * Added ids on themes-congifuration for vue-toc * Added ids on layouts for vue-toc * Added ids on typography * Added ids on components->app for vue-toc * Added ids on buttomBar for vue-toc * Added ids on Button for vue-toc * Added ids on Card for vue-toc * Added ids on datepicker for vue-toc * Added ids on Dialog for vue-toc * Added ids on Drawer for vue-toc * Added ids on autocomplete for vue-toc * Added ids on Chips for vue-toc * Added ids on Input for vue-toc * Added ids on Icon for vue-toc * Added ids on List for vue-toc * Added ids on Menu for vue-toc * Added ids on speedDial for vue-toc * Added ids on steppers for vue-toc * Added ids on table for vue-toc * Added ids on Tabs for vue-toc * Added ids on toolbar for vue-toc * Added ids on Tooltip for vue-toc * Updated license * Added key to vue-toc * Small change * Changed codeinwp logo * updates * Css changes for logo and gh-button * Added more space between buttons * Removed arrow down & nabber buttons hidden on mobile * style changes, added premium themes in navbar, centered premium themes * Cards change * toc style * Changed style for code-fund * restyle codefund * Restyled home premium section * Commented contribuitors section * Changed Patreon text to Open Collective * Changed home premium background color * Removed open collective * Added link to premium-themes from themes image * Added target blank * Restyled vue-toc * added refs * Responsive changes * Changed margin on title * Added custom development link * Added links from sponsors * lint fix * add margin left * Updated footer links (#2145) * Docs/restyle (#2150) * Added dropdown in nabber * Added sponsors * restyled codefund * Codefund restyle * Restyled footer * Restyled footer * Footer restyle on responsive * Add "new" tag and modify logo in footer * Cleaned console.log test texts * Added arrow on dropdown * Modified sponsors and dropdown * Codefund on responsive * Footer restyle on responsive * Added tag manager (#2153) * [MdTabs] fix mdActiveTab not selecting set tab on load (#2164) content and indicator were not initializing to the set active tab * [core] RTL support #80 (#2181) added rtl support to tabs component with mdIsRtl prop * update the work with Vue router page grammar (#2100) * docs: fix typo (#2080) * Update About.vue (#2117) Fix typo * docs(Tabs): add prop `md-is-rtl` to tabs table component (#2198) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * Fix typo (#1819) * Fix typo I'm pretty sure you meant to write here `md-alignment-[vertical]-[horizontal]`, but in the docs it says `md-alignment-[horizontal]-[vertical]`. That threw me off for a bit. Overall, this is a super awesome package! I love working with it!! * fix typo in api section I noticed that at the bottom of the page, in the API section, the order also needs to be reversed. "x" should refer to horizontal, and "y" should refer to vertical. Co-authored-by: dragosct <[email protected]> * Added index to "md-table-row" slot-scope (#2064) Co-authored-by: hastom <[email protected]> * Improved grammar in Table.vue (docs) (#2178) * build: 1.0.0-beta-12 * build: release * build: changelog 1.0.0-beta-12 * Moving observers to setTimeout (#2201) Co-authored-by: hastom <[email protected]> * fix: Drawer detection (#1929) * fix(MdDialog):change position principle from transform to flex wrapper (#2023) * Changed dialog positioning to flex * Revert to transition root element Co-authored-by: hastom <[email protected]> * Fixed dialog transitions (#2021) Co-authored-by: hastom <[email protected]> Co-authored-by: dragosct <[email protected]> * Prevent tabs overflow inside dialog content (#2065) Co-authored-by: hastom <[email protected]> * fix(MdApp): remove height 100 to make md-app-content span content height (#1957) * remove height 100 to make md-app-content span content height * use min-height of 100 instead of height Co-authored-by: xxRockOnxx <[email protected]> * build: 1.0.0-beta-13 * build: release * build: changelog 1.0.0-beta-13 * fix(MdDialog): position centered * fix(MdDialog): revert * Datepicker now emits the md-clear event when cleared, and has the option to not be clearable (#1967) * fix(components,doc): fix the character counter not reseting when (#2081) reseting the form fixes #2054 Co-authored-by: BOUTIGNY Adrien <[email protected]> * Fix checking mouseevent in IE11 (#2091) * fix undefined dom.contains in IE11 (#2090) * Allow false as a value for an MdOption (#2183) * Auto insert in MdChips after focusout (#2189) * Implemented the function of automatically adding a value in the MdChips component, in case of loss of focus * fixed code format * Fix/md dialog position centered (#2211) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * docs(Tabs): prop `md-is-rtl` move last item in table * fix(MdDialog): position centered * fix(MdStep): set tabindex for not active step (#2215) * fix(MdStep): set tabindex for not active step * feat(MdStep): add v-show to hide content Co-authored-by: Samuell1 <[email protected]> * fix(components,doc): fix the character counter not reseting when (#2213) reseting the form fixes #2054 Co-authored-by: BOUTIGNY Adrien <[email protected]> Co-authored-by: hastom <[email protected]> * Fix checking mouseevent in IE11 (#2212) Co-authored-by: kmsheng <[email protected]> Co-authored-by: hastom <[email protected]> * Revert "fix undefined dom.contains in IE11 (#2090)" (#2220) This reverts commit 05649bb. * Util to replace Node.contains (#2214) * fix undefined dom.contains in IE11 * Added util to polyfill Node.contains Co-authored-by: kmsheng <[email protected]> Co-authored-by: hastom <[email protected]> * Feature/add open collective (#2224) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces Co-authored-by: hastom <[email protected]> Co-authored-by: Marcos Moura <[email protected]> Co-authored-by: Adrien Boutigny <[email protected]> Co-authored-by: rarestoma <[email protected]> Co-authored-by: gaby64 <[email protected]> Co-authored-by: tom dorofeyev <[email protected]> Co-authored-by: Brett Kinnamon <[email protected]> Co-authored-by: Jason Cooke <[email protected]> Co-authored-by: Amit Gurbani <[email protected]> Co-authored-by: Avraham Appel <[email protected]> Co-authored-by: hastom <[email protected]> Co-authored-by: starsky135 <[email protected]> Co-authored-by: Marcu Beniamin <[email protected]> Co-authored-by: Hugome <[email protected]> Co-authored-by: Lemuel Flores <[email protected]> Co-authored-by: xxRockOnxx <[email protected]> Co-authored-by: Shira Gold <[email protected]> Co-authored-by: BOUTIGNY Adrien <[email protected]> Co-authored-by: kmsheng <[email protected]> Co-authored-by: Jaryd Carolin <[email protected]> Co-authored-by: Konstantin Mohov <[email protected]> Co-authored-by: Oliver Ni <[email protected]> Co-authored-by: Samuell1 <[email protected]>
dragosct
added a commit
that referenced
this pull request
May 27, 2020
* fix(MdRadio): internal radio not being checked (#2063) * fix(MdMenu): unexpected close on item click (#2062) * docs: add funding * test: add a "testURL" field to jest config (#2082) fixes the " SecurityError: localStorage is not available for opaque origins" error message that everyone seems to get on their PRs. Using the solution provided here jestjs/jest#3630 * Docs/restyle (#2139) * Changed 'roboto mono' to 'roboto' * Changed code fund position to bottom right * updates Added ‘supported by Creative Tim’ in About page Added open collective * added links to header * Removed disclaimer, added sponsors, changed footer * Add premium-themes page and link to it from the footer * Added products to premium themes page * Finished premium page * Finished installation/usage/premium-themes section * Installed vue-github-buttons * Added GitHub star button * Added license, download and chat buttons * Changed order in gh star button * Changed page transition * Added vue-toc * Style modified for toc * Added ids on getting started for vue-toc * Added ids on themes-congifuration for vue-toc * Added ids on layouts for vue-toc * Added ids on typography * Added ids on components->app for vue-toc * Added ids on buttomBar for vue-toc * Added ids on Button for vue-toc * Added ids on Card for vue-toc * Added ids on datepicker for vue-toc * Added ids on Dialog for vue-toc * Added ids on Drawer for vue-toc * Added ids on autocomplete for vue-toc * Added ids on Chips for vue-toc * Added ids on Input for vue-toc * Added ids on Icon for vue-toc * Added ids on List for vue-toc * Added ids on Menu for vue-toc * Added ids on speedDial for vue-toc * Added ids on steppers for vue-toc * Added ids on table for vue-toc * Added ids on Tabs for vue-toc * Added ids on toolbar for vue-toc * Added ids on Tooltip for vue-toc * Updated license * Added key to vue-toc * Small change * Changed codeinwp logo * updates * Css changes for logo and gh-button * Added more space between buttons * Removed arrow down & nabber buttons hidden on mobile * style changes, added premium themes in navbar, centered premium themes * Cards change * toc style * Changed style for code-fund * restyle codefund * Restyled home premium section * Commented contribuitors section * Changed Patreon text to Open Collective * Changed home premium background color * Removed open collective * Added link to premium-themes from themes image * Added target blank * Restyled vue-toc * added refs * Responsive changes * Changed margin on title * Added custom development link * Added links from sponsors * lint fix * add margin left * Updated footer links (#2145) * Docs/restyle (#2150) * Added dropdown in nabber * Added sponsors * restyled codefund * Codefund restyle * Restyled footer * Restyled footer * Footer restyle on responsive * Add "new" tag and modify logo in footer * Cleaned console.log test texts * Added arrow on dropdown * Modified sponsors and dropdown * Codefund on responsive * Footer restyle on responsive * Added tag manager (#2153) * [MdTabs] fix mdActiveTab not selecting set tab on load (#2164) content and indicator were not initializing to the set active tab * [core] RTL support #80 (#2181) added rtl support to tabs component with mdIsRtl prop * update the work with Vue router page grammar (#2100) * docs: fix typo (#2080) * Update About.vue (#2117) Fix typo * docs(Tabs): add prop `md-is-rtl` to tabs table component (#2198) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * Fix typo (#1819) * Fix typo I'm pretty sure you meant to write here `md-alignment-[vertical]-[horizontal]`, but in the docs it says `md-alignment-[horizontal]-[vertical]`. That threw me off for a bit. Overall, this is a super awesome package! I love working with it!! * fix typo in api section I noticed that at the bottom of the page, in the API section, the order also needs to be reversed. "x" should refer to horizontal, and "y" should refer to vertical. Co-authored-by: dragosct <[email protected]> * Added index to "md-table-row" slot-scope (#2064) Co-authored-by: hastom <[email protected]> * Improved grammar in Table.vue (docs) (#2178) * build: 1.0.0-beta-12 * build: release * build: changelog 1.0.0-beta-12 * Moving observers to setTimeout (#2201) Co-authored-by: hastom <[email protected]> * fix: Drawer detection (#1929) * fix(MdDialog):change position principle from transform to flex wrapper (#2023) * Changed dialog positioning to flex * Revert to transition root element Co-authored-by: hastom <[email protected]> * Fixed dialog transitions (#2021) Co-authored-by: hastom <[email protected]> Co-authored-by: dragosct <[email protected]> * Prevent tabs overflow inside dialog content (#2065) Co-authored-by: hastom <[email protected]> * fix(MdApp): remove height 100 to make md-app-content span content height (#1957) * remove height 100 to make md-app-content span content height * use min-height of 100 instead of height Co-authored-by: xxRockOnxx <[email protected]> * build: 1.0.0-beta-13 * build: release * build: changelog 1.0.0-beta-13 * fix(MdDialog): position centered * fix(MdDialog): revert * Datepicker now emits the md-clear event when cleared, and has the option to not be clearable (#1967) * fix(components,doc): fix the character counter not reseting when (#2081) reseting the form fixes #2054 Co-authored-by: BOUTIGNY Adrien <[email protected]> * Fix checking mouseevent in IE11 (#2091) * fix undefined dom.contains in IE11 (#2090) * Allow false as a value for an MdOption (#2183) * Auto insert in MdChips after focusout (#2189) * Implemented the function of automatically adding a value in the MdChips component, in case of loss of focus * fixed code format * Fix/md dialog position centered (#2211) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * docs(Tabs): prop `md-is-rtl` move last item in table * fix(MdDialog): position centered * fix(MdStep): set tabindex for not active step (#2215) * fix(MdStep): set tabindex for not active step * feat(MdStep): add v-show to hide content Co-authored-by: Samuell1 <[email protected]> * fix(components,doc): fix the character counter not reseting when (#2213) reseting the form fixes #2054 Co-authored-by: BOUTIGNY Adrien <[email protected]> Co-authored-by: hastom <[email protected]> * Fix checking mouseevent in IE11 (#2212) Co-authored-by: kmsheng <[email protected]> Co-authored-by: hastom <[email protected]> * Revert "fix undefined dom.contains in IE11 (#2090)" (#2220) This reverts commit 05649bb. * Util to replace Node.contains (#2214) * fix undefined dom.contains in IE11 * Added util to polyfill Node.contains Co-authored-by: kmsheng <[email protected]> Co-authored-by: hastom <[email protected]> * Feature/add open collective (#2224) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * Feature/add open collective (#2226) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * Feature/add open collective (#2228) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * refactor: github button on main page visible Co-authored-by: hastom <[email protected]> Co-authored-by: Marcos Moura <[email protected]> Co-authored-by: Adrien Boutigny <[email protected]> Co-authored-by: rarestoma <[email protected]> Co-authored-by: gaby64 <[email protected]> Co-authored-by: tom dorofeyev <[email protected]> Co-authored-by: Brett Kinnamon <[email protected]> Co-authored-by: Jason Cooke <[email protected]> Co-authored-by: Amit Gurbani <[email protected]> Co-authored-by: Avraham Appel <[email protected]> Co-authored-by: hastom <[email protected]> Co-authored-by: starsky135 <[email protected]> Co-authored-by: Marcu Beniamin <[email protected]> Co-authored-by: Hugome <[email protected]> Co-authored-by: Lemuel Flores <[email protected]> Co-authored-by: xxRockOnxx <[email protected]> Co-authored-by: Shira Gold <[email protected]> Co-authored-by: BOUTIGNY Adrien <[email protected]> Co-authored-by: kmsheng <[email protected]> Co-authored-by: Jaryd Carolin <[email protected]> Co-authored-by: Konstantin Mohov <[email protected]> Co-authored-by: Oliver Ni <[email protected]> Co-authored-by: Samuell1 <[email protected]>
dragosct
added a commit
that referenced
this pull request
Jun 11, 2020
* fix(MdRadio): internal radio not being checked (#2063) * fix(MdMenu): unexpected close on item click (#2062) * docs: add funding * test: add a "testURL" field to jest config (#2082) fixes the " SecurityError: localStorage is not available for opaque origins" error message that everyone seems to get on their PRs. Using the solution provided here jestjs/jest#3630 * Docs/restyle (#2139) * Changed 'roboto mono' to 'roboto' * Changed code fund position to bottom right * updates Added ‘supported by Creative Tim’ in About page Added open collective * added links to header * Removed disclaimer, added sponsors, changed footer * Add premium-themes page and link to it from the footer * Added products to premium themes page * Finished premium page * Finished installation/usage/premium-themes section * Installed vue-github-buttons * Added GitHub star button * Added license, download and chat buttons * Changed order in gh star button * Changed page transition * Added vue-toc * Style modified for toc * Added ids on getting started for vue-toc * Added ids on themes-congifuration for vue-toc * Added ids on layouts for vue-toc * Added ids on typography * Added ids on components->app for vue-toc * Added ids on buttomBar for vue-toc * Added ids on Button for vue-toc * Added ids on Card for vue-toc * Added ids on datepicker for vue-toc * Added ids on Dialog for vue-toc * Added ids on Drawer for vue-toc * Added ids on autocomplete for vue-toc * Added ids on Chips for vue-toc * Added ids on Input for vue-toc * Added ids on Icon for vue-toc * Added ids on List for vue-toc * Added ids on Menu for vue-toc * Added ids on speedDial for vue-toc * Added ids on steppers for vue-toc * Added ids on table for vue-toc * Added ids on Tabs for vue-toc * Added ids on toolbar for vue-toc * Added ids on Tooltip for vue-toc * Updated license * Added key to vue-toc * Small change * Changed codeinwp logo * updates * Css changes for logo and gh-button * Added more space between buttons * Removed arrow down & nabber buttons hidden on mobile * style changes, added premium themes in navbar, centered premium themes * Cards change * toc style * Changed style for code-fund * restyle codefund * Restyled home premium section * Commented contribuitors section * Changed Patreon text to Open Collective * Changed home premium background color * Removed open collective * Added link to premium-themes from themes image * Added target blank * Restyled vue-toc * added refs * Responsive changes * Changed margin on title * Added custom development link * Added links from sponsors * lint fix * add margin left * Updated footer links (#2145) * Docs/restyle (#2150) * Added dropdown in nabber * Added sponsors * restyled codefund * Codefund restyle * Restyled footer * Restyled footer * Footer restyle on responsive * Add "new" tag and modify logo in footer * Cleaned console.log test texts * Added arrow on dropdown * Modified sponsors and dropdown * Codefund on responsive * Footer restyle on responsive * Added tag manager (#2153) * [MdTabs] fix mdActiveTab not selecting set tab on load (#2164) content and indicator were not initializing to the set active tab * [core] RTL support #80 (#2181) added rtl support to tabs component with mdIsRtl prop * update the work with Vue router page grammar (#2100) * docs: fix typo (#2080) * Update About.vue (#2117) Fix typo * docs(Tabs): add prop `md-is-rtl` to tabs table component (#2198) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * Fix typo (#1819) * Fix typo I'm pretty sure you meant to write here `md-alignment-[vertical]-[horizontal]`, but in the docs it says `md-alignment-[horizontal]-[vertical]`. That threw me off for a bit. Overall, this is a super awesome package! I love working with it!! * fix typo in api section I noticed that at the bottom of the page, in the API section, the order also needs to be reversed. "x" should refer to horizontal, and "y" should refer to vertical. Co-authored-by: dragosct <[email protected]> * Added index to "md-table-row" slot-scope (#2064) Co-authored-by: hastom <[email protected]> * Improved grammar in Table.vue (docs) (#2178) * build: 1.0.0-beta-12 * build: release * build: changelog 1.0.0-beta-12 * Moving observers to setTimeout (#2201) Co-authored-by: hastom <[email protected]> * fix: Drawer detection (#1929) * fix(MdDialog):change position principle from transform to flex wrapper (#2023) * Changed dialog positioning to flex * Revert to transition root element Co-authored-by: hastom <[email protected]> * Fixed dialog transitions (#2021) Co-authored-by: hastom <[email protected]> Co-authored-by: dragosct <[email protected]> * Prevent tabs overflow inside dialog content (#2065) Co-authored-by: hastom <[email protected]> * fix(MdApp): remove height 100 to make md-app-content span content height (#1957) * remove height 100 to make md-app-content span content height * use min-height of 100 instead of height Co-authored-by: xxRockOnxx <[email protected]> * build: 1.0.0-beta-13 * build: release * build: changelog 1.0.0-beta-13 * fix(MdDialog): position centered * fix(MdDialog): revert * Datepicker now emits the md-clear event when cleared, and has the option to not be clearable (#1967) * fix(components,doc): fix the character counter not reseting when (#2081) reseting the form fixes #2054 Co-authored-by: BOUTIGNY Adrien <[email protected]> * Fix checking mouseevent in IE11 (#2091) * fix undefined dom.contains in IE11 (#2090) * Allow false as a value for an MdOption (#2183) * Auto insert in MdChips after focusout (#2189) * Implemented the function of automatically adding a value in the MdChips component, in case of loss of focus * fixed code format * Fix/md dialog position centered (#2211) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * docs(Tabs): prop `md-is-rtl` move last item in table * fix(MdDialog): position centered * fix(MdStep): set tabindex for not active step (#2215) * fix(MdStep): set tabindex for not active step * feat(MdStep): add v-show to hide content Co-authored-by: Samuell1 <[email protected]> * fix(components,doc): fix the character counter not reseting when (#2213) reseting the form fixes #2054 Co-authored-by: BOUTIGNY Adrien <[email protected]> Co-authored-by: hastom <[email protected]> * Fix checking mouseevent in IE11 (#2212) Co-authored-by: kmsheng <[email protected]> Co-authored-by: hastom <[email protected]> * Revert "fix undefined dom.contains in IE11 (#2090)" (#2220) This reverts commit 05649bb. * Util to replace Node.contains (#2214) * fix undefined dom.contains in IE11 * Added util to polyfill Node.contains Co-authored-by: kmsheng <[email protected]> Co-authored-by: hastom <[email protected]> * Feature/add open collective (#2224) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * Feature/add open collective (#2226) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * Feature/add open collective (#2228) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * refactor: github button on main page visible * Feature/add open collective (#2234) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * refactor: github button on main page visible * feat: add new vars * feat: add sponsors btn & badge backers * feat: add contributors & become backer button * feat: add vue github button plugin * feat: add post install opencollective * feat(readme): add contributors Co-authored-by: hastom <[email protected]> Co-authored-by: Marcos Moura <[email protected]> Co-authored-by: Adrien Boutigny <[email protected]> Co-authored-by: rarestoma <[email protected]> Co-authored-by: gaby64 <[email protected]> Co-authored-by: tom dorofeyev <[email protected]> Co-authored-by: Brett Kinnamon <[email protected]> Co-authored-by: Jason Cooke <[email protected]> Co-authored-by: Amit Gurbani <[email protected]> Co-authored-by: Avraham Appel <[email protected]> Co-authored-by: hastom <[email protected]> Co-authored-by: starsky135 <[email protected]> Co-authored-by: Marcu Beniamin <[email protected]> Co-authored-by: Hugome <[email protected]> Co-authored-by: Lemuel Flores <[email protected]> Co-authored-by: xxRockOnxx <[email protected]> Co-authored-by: Shira Gold <[email protected]> Co-authored-by: BOUTIGNY Adrien <[email protected]> Co-authored-by: kmsheng <[email protected]> Co-authored-by: Jaryd Carolin <[email protected]> Co-authored-by: Konstantin Mohov <[email protected]> Co-authored-by: Oliver Ni <[email protected]> Co-authored-by: Samuell1 <[email protected]>
dragosct
added a commit
that referenced
this pull request
Jun 11, 2020
* fix(MdRadio): internal radio not being checked (#2063) * fix(MdMenu): unexpected close on item click (#2062) * docs: add funding * test: add a "testURL" field to jest config (#2082) fixes the " SecurityError: localStorage is not available for opaque origins" error message that everyone seems to get on their PRs. Using the solution provided here jestjs/jest#3630 * Docs/restyle (#2139) * Changed 'roboto mono' to 'roboto' * Changed code fund position to bottom right * updates Added ‘supported by Creative Tim’ in About page Added open collective * added links to header * Removed disclaimer, added sponsors, changed footer * Add premium-themes page and link to it from the footer * Added products to premium themes page * Finished premium page * Finished installation/usage/premium-themes section * Installed vue-github-buttons * Added GitHub star button * Added license, download and chat buttons * Changed order in gh star button * Changed page transition * Added vue-toc * Style modified for toc * Added ids on getting started for vue-toc * Added ids on themes-congifuration for vue-toc * Added ids on layouts for vue-toc * Added ids on typography * Added ids on components->app for vue-toc * Added ids on buttomBar for vue-toc * Added ids on Button for vue-toc * Added ids on Card for vue-toc * Added ids on datepicker for vue-toc * Added ids on Dialog for vue-toc * Added ids on Drawer for vue-toc * Added ids on autocomplete for vue-toc * Added ids on Chips for vue-toc * Added ids on Input for vue-toc * Added ids on Icon for vue-toc * Added ids on List for vue-toc * Added ids on Menu for vue-toc * Added ids on speedDial for vue-toc * Added ids on steppers for vue-toc * Added ids on table for vue-toc * Added ids on Tabs for vue-toc * Added ids on toolbar for vue-toc * Added ids on Tooltip for vue-toc * Updated license * Added key to vue-toc * Small change * Changed codeinwp logo * updates * Css changes for logo and gh-button * Added more space between buttons * Removed arrow down & nabber buttons hidden on mobile * style changes, added premium themes in navbar, centered premium themes * Cards change * toc style * Changed style for code-fund * restyle codefund * Restyled home premium section * Commented contribuitors section * Changed Patreon text to Open Collective * Changed home premium background color * Removed open collective * Added link to premium-themes from themes image * Added target blank * Restyled vue-toc * added refs * Responsive changes * Changed margin on title * Added custom development link * Added links from sponsors * lint fix * add margin left * Updated footer links (#2145) * Docs/restyle (#2150) * Added dropdown in nabber * Added sponsors * restyled codefund * Codefund restyle * Restyled footer * Restyled footer * Footer restyle on responsive * Add "new" tag and modify logo in footer * Cleaned console.log test texts * Added arrow on dropdown * Modified sponsors and dropdown * Codefund on responsive * Footer restyle on responsive * Added tag manager (#2153) * [MdTabs] fix mdActiveTab not selecting set tab on load (#2164) content and indicator were not initializing to the set active tab * [core] RTL support #80 (#2181) added rtl support to tabs component with mdIsRtl prop * update the work with Vue router page grammar (#2100) * docs: fix typo (#2080) * Update About.vue (#2117) Fix typo * docs(Tabs): add prop `md-is-rtl` to tabs table component (#2198) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * Fix typo (#1819) * Fix typo I'm pretty sure you meant to write here `md-alignment-[vertical]-[horizontal]`, but in the docs it says `md-alignment-[horizontal]-[vertical]`. That threw me off for a bit. Overall, this is a super awesome package! I love working with it!! * fix typo in api section I noticed that at the bottom of the page, in the API section, the order also needs to be reversed. "x" should refer to horizontal, and "y" should refer to vertical. Co-authored-by: dragosct <[email protected]> * Added index to "md-table-row" slot-scope (#2064) Co-authored-by: hastom <[email protected]> * Improved grammar in Table.vue (docs) (#2178) * build: 1.0.0-beta-12 * build: release * build: changelog 1.0.0-beta-12 * Moving observers to setTimeout (#2201) Co-authored-by: hastom <[email protected]> * fix: Drawer detection (#1929) * fix(MdDialog):change position principle from transform to flex wrapper (#2023) * Changed dialog positioning to flex * Revert to transition root element Co-authored-by: hastom <[email protected]> * Fixed dialog transitions (#2021) Co-authored-by: hastom <[email protected]> Co-authored-by: dragosct <[email protected]> * Prevent tabs overflow inside dialog content (#2065) Co-authored-by: hastom <[email protected]> * fix(MdApp): remove height 100 to make md-app-content span content height (#1957) * remove height 100 to make md-app-content span content height * use min-height of 100 instead of height Co-authored-by: xxRockOnxx <[email protected]> * build: 1.0.0-beta-13 * build: release * build: changelog 1.0.0-beta-13 * fix(MdDialog): position centered * fix(MdDialog): revert * Datepicker now emits the md-clear event when cleared, and has the option to not be clearable (#1967) * fix(components,doc): fix the character counter not reseting when (#2081) reseting the form fixes #2054 Co-authored-by: BOUTIGNY Adrien <[email protected]> * Fix checking mouseevent in IE11 (#2091) * fix undefined dom.contains in IE11 (#2090) * Allow false as a value for an MdOption (#2183) * Auto insert in MdChips after focusout (#2189) * Implemented the function of automatically adding a value in the MdChips component, in case of loss of focus * fixed code format * Fix/md dialog position centered (#2211) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * docs(Tabs): prop `md-is-rtl` move last item in table * fix(MdDialog): position centered * fix(MdStep): set tabindex for not active step (#2215) * fix(MdStep): set tabindex for not active step * feat(MdStep): add v-show to hide content Co-authored-by: Samuell1 <[email protected]> * fix(components,doc): fix the character counter not reseting when (#2213) reseting the form fixes #2054 Co-authored-by: BOUTIGNY Adrien <[email protected]> Co-authored-by: hastom <[email protected]> * Fix checking mouseevent in IE11 (#2212) Co-authored-by: kmsheng <[email protected]> Co-authored-by: hastom <[email protected]> * Revert "fix undefined dom.contains in IE11 (#2090)" (#2220) This reverts commit 05649bb. * Util to replace Node.contains (#2214) * fix undefined dom.contains in IE11 * Added util to polyfill Node.contains Co-authored-by: kmsheng <[email protected]> Co-authored-by: hastom <[email protected]> * Feature/add open collective (#2224) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * Feature/add open collective (#2226) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * Feature/add open collective (#2228) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * refactor: github button on main page visible * Feature/add open collective (#2234) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * refactor: github button on main page visible * feat: add new vars * feat: add sponsors btn & badge backers * feat: add contributors & become backer button * feat: add vue github button plugin * feat: add post install opencollective * feat(readme): add contributors * Feature/readme add backer (#2236) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * refactor: github button on main page visible * feat: add new vars * feat: add sponsors btn & badge backers * feat: add contributors & become backer button * feat: add vue github button plugin * feat: add post install opencollective * feat(readme): add contributors * feat(readme): add backers button * Update README.md * Update README.md Co-authored-by: hastom <[email protected]> Co-authored-by: Marcos Moura <[email protected]> Co-authored-by: Adrien Boutigny <[email protected]> Co-authored-by: rarestoma <[email protected]> Co-authored-by: gaby64 <[email protected]> Co-authored-by: tom dorofeyev <[email protected]> Co-authored-by: Brett Kinnamon <[email protected]> Co-authored-by: Jason Cooke <[email protected]> Co-authored-by: Amit Gurbani <[email protected]> Co-authored-by: Avraham Appel <[email protected]> Co-authored-by: hastom <[email protected]> Co-authored-by: starsky135 <[email protected]> Co-authored-by: Marcu Beniamin <[email protected]> Co-authored-by: Hugome <[email protected]> Co-authored-by: Lemuel Flores <[email protected]> Co-authored-by: xxRockOnxx <[email protected]> Co-authored-by: Shira Gold <[email protected]> Co-authored-by: BOUTIGNY Adrien <[email protected]> Co-authored-by: kmsheng <[email protected]> Co-authored-by: Jaryd Carolin <[email protected]> Co-authored-by: Konstantin Mohov <[email protected]> Co-authored-by: Oliver Ni <[email protected]> Co-authored-by: Samuell1 <[email protected]>
marqbeniamin
added a commit
that referenced
this pull request
Aug 13, 2020
* fix(MdRadio): internal radio not being checked (#2063) * fix(MdMenu): unexpected close on item click (#2062) * docs: add funding * test: add a "testURL" field to jest config (#2082) fixes the " SecurityError: localStorage is not available for opaque origins" error message that everyone seems to get on their PRs. Using the solution provided here jestjs/jest#3630 * Docs/restyle (#2139) * Changed 'roboto mono' to 'roboto' * Changed code fund position to bottom right * updates Added ‘supported by Creative Tim’ in About page Added open collective * added links to header * Removed disclaimer, added sponsors, changed footer * Add premium-themes page and link to it from the footer * Added products to premium themes page * Finished premium page * Finished installation/usage/premium-themes section * Installed vue-github-buttons * Added GitHub star button * Added license, download and chat buttons * Changed order in gh star button * Changed page transition * Added vue-toc * Style modified for toc * Added ids on getting started for vue-toc * Added ids on themes-congifuration for vue-toc * Added ids on layouts for vue-toc * Added ids on typography * Added ids on components->app for vue-toc * Added ids on buttomBar for vue-toc * Added ids on Button for vue-toc * Added ids on Card for vue-toc * Added ids on datepicker for vue-toc * Added ids on Dialog for vue-toc * Added ids on Drawer for vue-toc * Added ids on autocomplete for vue-toc * Added ids on Chips for vue-toc * Added ids on Input for vue-toc * Added ids on Icon for vue-toc * Added ids on List for vue-toc * Added ids on Menu for vue-toc * Added ids on speedDial for vue-toc * Added ids on steppers for vue-toc * Added ids on table for vue-toc * Added ids on Tabs for vue-toc * Added ids on toolbar for vue-toc * Added ids on Tooltip for vue-toc * Updated license * Added key to vue-toc * Small change * Changed codeinwp logo * updates * Css changes for logo and gh-button * Added more space between buttons * Removed arrow down & nabber buttons hidden on mobile * style changes, added premium themes in navbar, centered premium themes * Cards change * toc style * Changed style for code-fund * restyle codefund * Restyled home premium section * Commented contribuitors section * Changed Patreon text to Open Collective * Changed home premium background color * Removed open collective * Added link to premium-themes from themes image * Added target blank * Restyled vue-toc * added refs * Responsive changes * Changed margin on title * Added custom development link * Added links from sponsors * lint fix * add margin left * Updated footer links (#2145) * Docs/restyle (#2150) * Added dropdown in nabber * Added sponsors * restyled codefund * Codefund restyle * Restyled footer * Restyled footer * Footer restyle on responsive * Add "new" tag and modify logo in footer * Cleaned console.log test texts * Added arrow on dropdown * Modified sponsors and dropdown * Codefund on responsive * Footer restyle on responsive * Added tag manager (#2153) * [MdTabs] fix mdActiveTab not selecting set tab on load (#2164) content and indicator were not initializing to the set active tab * [core] RTL support #80 (#2181) added rtl support to tabs component with mdIsRtl prop * update the work with Vue router page grammar (#2100) * docs: fix typo (#2080) * Update About.vue (#2117) Fix typo * docs(Tabs): add prop `md-is-rtl` to tabs table component (#2198) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * Fix typo (#1819) * Fix typo I'm pretty sure you meant to write here `md-alignment-[vertical]-[horizontal]`, but in the docs it says `md-alignment-[horizontal]-[vertical]`. That threw me off for a bit. Overall, this is a super awesome package! I love working with it!! * fix typo in api section I noticed that at the bottom of the page, in the API section, the order also needs to be reversed. "x" should refer to horizontal, and "y" should refer to vertical. Co-authored-by: dragosct <[email protected]> * Added index to "md-table-row" slot-scope (#2064) Co-authored-by: hastom <[email protected]> * Improved grammar in Table.vue (docs) (#2178) * build: 1.0.0-beta-12 * build: release * build: changelog 1.0.0-beta-12 * Moving observers to setTimeout (#2201) Co-authored-by: hastom <[email protected]> * fix: Drawer detection (#1929) * fix(MdDialog):change position principle from transform to flex wrapper (#2023) * Changed dialog positioning to flex * Revert to transition root element Co-authored-by: hastom <[email protected]> * Fixed dialog transitions (#2021) Co-authored-by: hastom <[email protected]> Co-authored-by: dragosct <[email protected]> * Prevent tabs overflow inside dialog content (#2065) Co-authored-by: hastom <[email protected]> * fix(MdApp): remove height 100 to make md-app-content span content height (#1957) * remove height 100 to make md-app-content span content height * use min-height of 100 instead of height Co-authored-by: xxRockOnxx <[email protected]> * build: 1.0.0-beta-13 * build: release * build: changelog 1.0.0-beta-13 * fix(MdDialog): position centered * fix(MdDialog): revert * Datepicker now emits the md-clear event when cleared, and has the option to not be clearable (#1967) * fix(components,doc): fix the character counter not reseting when (#2081) reseting the form fixes #2054 Co-authored-by: BOUTIGNY Adrien <[email protected]> * Fix checking mouseevent in IE11 (#2091) * fix undefined dom.contains in IE11 (#2090) * Allow false as a value for an MdOption (#2183) * Auto insert in MdChips after focusout (#2189) * Implemented the function of automatically adding a value in the MdChips component, in case of loss of focus * fixed code format * Fix/md dialog position centered (#2211) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * docs(Tabs): prop `md-is-rtl` move last item in table * fix(MdDialog): position centered * fix(MdStep): set tabindex for not active step (#2215) * fix(MdStep): set tabindex for not active step * feat(MdStep): add v-show to hide content Co-authored-by: Samuell1 <[email protected]> * fix(components,doc): fix the character counter not reseting when (#2213) reseting the form fixes #2054 Co-authored-by: BOUTIGNY Adrien <[email protected]> Co-authored-by: hastom <[email protected]> * Fix checking mouseevent in IE11 (#2212) Co-authored-by: kmsheng <[email protected]> Co-authored-by: hastom <[email protected]> * Revert "fix undefined dom.contains in IE11 (#2090)" (#2220) This reverts commit 05649bb. * Util to replace Node.contains (#2214) * fix undefined dom.contains in IE11 * Added util to polyfill Node.contains Co-authored-by: kmsheng <[email protected]> Co-authored-by: hastom <[email protected]> * Feature/add open collective (#2224) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * Feature/add open collective (#2226) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * Feature/add open collective (#2228) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * refactor: github button on main page visible * Feature/add open collective (#2234) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * refactor: github button on main page visible * feat: add new vars * feat: add sponsors btn & badge backers * feat: add contributors & become backer button * feat: add vue github button plugin * feat: add post install opencollective * feat(readme): add contributors * Feature/readme add backer (#2236) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * refactor: github button on main page visible * feat: add new vars * feat: add sponsors btn & badge backers * feat: add contributors & become backer button * feat: add vue github button plugin * feat: add post install opencollective * feat(readme): add contributors * feat(readme): add backers button * Update README.md * Update README.md * Update GettingStarted.vue (#2165) If you don't add `import 'vue-material/dist/theme/default.css'` for full bundling, things can go wrong on the page. You won't get your component color right. * Eslint rules to force existing code style (#2202) * Added rules to force existing code style * One more Co-authored-by: hastom <[email protected]> Co-authored-by: Beniamin Marcu <[email protected]> * Fix selection when value is empty string (#2075) Use single quote * Refactor/change ads (#2245) * Refactor(ads): Change codefund with carbon ads * Refactor(carbon ads): Add style for home page * Refactor(docs): Add style for carbon ads * Fixed docs position and height (#2203) * Fixed docs position and height * Update MainNav.vue fix comma in mainnav.vue Co-authored-by: hastom <[email protected]> Co-authored-by: Marcu Beniamin <[email protected]> * Fixing the label for inputs when we received an invalid value (#2108) Co-authored-by: Beniamin Marcu <[email protected]> * fix(MdDatepicker): Pick text button (confirm and cancel) from locale configuration (#2078) * fix(MdDatepicker): Pick text button (confirm and cancel) from locale * fix(jest): Add jest-localstorage-mock to fix unit test issue Co-authored-by: Travis <[email protected]> Co-authored-by: Marcu Beniamin <[email protected]> * Refactor/change ads (#2255) * Refactor(ads): Change codefund with carbon ads * Refactor(carbon ads): Add style for home page * Refactor(docs): Add style for carbon ads * Refactor(Home.vue): Change carbon ads css * Refactor/change ads (#2256) * Refactor(ads): Change codefund with carbon ads * Refactor(carbon ads): Add style for home page * Refactor(docs): Add style for carbon ads * Refactor(Home.vue): Change carbon ads css * Refactor(PageContainer): Change carbonads style * build: 1.0.0-beta-15 * build: release * build: changelog 1.0.0-beta-15 Co-authored-by: hastom <[email protected]> Co-authored-by: Marcos Moura <[email protected]> Co-authored-by: Adrien Boutigny <[email protected]> Co-authored-by: rarestoma <[email protected]> Co-authored-by: dragosct <[email protected]> Co-authored-by: gaby64 <[email protected]> Co-authored-by: tom dorofeyev <[email protected]> Co-authored-by: Brett Kinnamon <[email protected]> Co-authored-by: Jason Cooke <[email protected]> Co-authored-by: Amit Gurbani <[email protected]> Co-authored-by: dragosct <[email protected]> Co-authored-by: Avraham Appel <[email protected]> Co-authored-by: hastom <[email protected]> Co-authored-by: starsky135 <[email protected]> Co-authored-by: Hugome <[email protected]> Co-authored-by: Lemuel Flores <[email protected]> Co-authored-by: xxRockOnxx <[email protected]> Co-authored-by: Dragos <[email protected]> Co-authored-by: Shira Gold <[email protected]> Co-authored-by: BOUTIGNY Adrien <[email protected]> Co-authored-by: kmsheng <[email protected]> Co-authored-by: Jaryd Carolin <[email protected]> Co-authored-by: Konstantin Mohov <[email protected]> Co-authored-by: Oliver Ni <[email protected]> Co-authored-by: Samuell1 <[email protected]> Co-authored-by: yingshaoxo <[email protected]> Co-authored-by: Thang Minh Vu <[email protected]> Co-authored-by: Franklin Oliveira Da Veiga <[email protected]> Co-authored-by: Romain Lenzotti <[email protected]> Co-authored-by: Travis <[email protected]>
marqbeniamin
added a commit
that referenced
this pull request
Aug 24, 2020
* fix(MdRadio): internal radio not being checked (#2063) * fix(MdMenu): unexpected close on item click (#2062) * docs: add funding * test: add a "testURL" field to jest config (#2082) fixes the " SecurityError: localStorage is not available for opaque origins" error message that everyone seems to get on their PRs. Using the solution provided here jestjs/jest#3630 * Docs/restyle (#2139) * Changed 'roboto mono' to 'roboto' * Changed code fund position to bottom right * updates Added ‘supported by Creative Tim’ in About page Added open collective * added links to header * Removed disclaimer, added sponsors, changed footer * Add premium-themes page and link to it from the footer * Added products to premium themes page * Finished premium page * Finished installation/usage/premium-themes section * Installed vue-github-buttons * Added GitHub star button * Added license, download and chat buttons * Changed order in gh star button * Changed page transition * Added vue-toc * Style modified for toc * Added ids on getting started for vue-toc * Added ids on themes-congifuration for vue-toc * Added ids on layouts for vue-toc * Added ids on typography * Added ids on components->app for vue-toc * Added ids on buttomBar for vue-toc * Added ids on Button for vue-toc * Added ids on Card for vue-toc * Added ids on datepicker for vue-toc * Added ids on Dialog for vue-toc * Added ids on Drawer for vue-toc * Added ids on autocomplete for vue-toc * Added ids on Chips for vue-toc * Added ids on Input for vue-toc * Added ids on Icon for vue-toc * Added ids on List for vue-toc * Added ids on Menu for vue-toc * Added ids on speedDial for vue-toc * Added ids on steppers for vue-toc * Added ids on table for vue-toc * Added ids on Tabs for vue-toc * Added ids on toolbar for vue-toc * Added ids on Tooltip for vue-toc * Updated license * Added key to vue-toc * Small change * Changed codeinwp logo * updates * Css changes for logo and gh-button * Added more space between buttons * Removed arrow down & nabber buttons hidden on mobile * style changes, added premium themes in navbar, centered premium themes * Cards change * toc style * Changed style for code-fund * restyle codefund * Restyled home premium section * Commented contribuitors section * Changed Patreon text to Open Collective * Changed home premium background color * Removed open collective * Added link to premium-themes from themes image * Added target blank * Restyled vue-toc * added refs * Responsive changes * Changed margin on title * Added custom development link * Added links from sponsors * lint fix * add margin left * Updated footer links (#2145) * Docs/restyle (#2150) * Added dropdown in nabber * Added sponsors * restyled codefund * Codefund restyle * Restyled footer * Restyled footer * Footer restyle on responsive * Add "new" tag and modify logo in footer * Cleaned console.log test texts * Added arrow on dropdown * Modified sponsors and dropdown * Codefund on responsive * Footer restyle on responsive * Added tag manager (#2153) * [MdTabs] fix mdActiveTab not selecting set tab on load (#2164) content and indicator were not initializing to the set active tab * [core] RTL support #80 (#2181) added rtl support to tabs component with mdIsRtl prop * update the work with Vue router page grammar (#2100) * docs: fix typo (#2080) * Update About.vue (#2117) Fix typo * docs(Tabs): add prop `md-is-rtl` to tabs table component (#2198) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * Fix typo (#1819) * Fix typo I'm pretty sure you meant to write here `md-alignment-[vertical]-[horizontal]`, but in the docs it says `md-alignment-[horizontal]-[vertical]`. That threw me off for a bit. Overall, this is a super awesome package! I love working with it!! * fix typo in api section I noticed that at the bottom of the page, in the API section, the order also needs to be reversed. "x" should refer to horizontal, and "y" should refer to vertical. Co-authored-by: dragosct <[email protected]> * Added index to "md-table-row" slot-scope (#2064) Co-authored-by: hastom <[email protected]> * Improved grammar in Table.vue (docs) (#2178) * build: 1.0.0-beta-12 * build: release * build: changelog 1.0.0-beta-12 * Moving observers to setTimeout (#2201) Co-authored-by: hastom <[email protected]> * fix: Drawer detection (#1929) * fix(MdDialog):change position principle from transform to flex wrapper (#2023) * Changed dialog positioning to flex * Revert to transition root element Co-authored-by: hastom <[email protected]> * Fixed dialog transitions (#2021) Co-authored-by: hastom <[email protected]> Co-authored-by: dragosct <[email protected]> * Prevent tabs overflow inside dialog content (#2065) Co-authored-by: hastom <[email protected]> * fix(MdApp): remove height 100 to make md-app-content span content height (#1957) * remove height 100 to make md-app-content span content height * use min-height of 100 instead of height Co-authored-by: xxRockOnxx <[email protected]> * build: 1.0.0-beta-13 * build: release * build: changelog 1.0.0-beta-13 * fix(MdDialog): position centered * fix(MdDialog): revert * Datepicker now emits the md-clear event when cleared, and has the option to not be clearable (#1967) * fix(components,doc): fix the character counter not reseting when (#2081) reseting the form fixes #2054 Co-authored-by: BOUTIGNY Adrien <[email protected]> * Fix checking mouseevent in IE11 (#2091) * fix undefined dom.contains in IE11 (#2090) * Allow false as a value for an MdOption (#2183) * Auto insert in MdChips after focusout (#2189) * Implemented the function of automatically adding a value in the MdChips component, in case of loss of focus * fixed code format * Fix/md dialog position centered (#2211) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * docs(Tabs): prop `md-is-rtl` move last item in table * fix(MdDialog): position centered * fix(MdStep): set tabindex for not active step (#2215) * fix(MdStep): set tabindex for not active step * feat(MdStep): add v-show to hide content Co-authored-by: Samuell1 <[email protected]> * fix(components,doc): fix the character counter not reseting when (#2213) reseting the form fixes #2054 Co-authored-by: BOUTIGNY Adrien <[email protected]> Co-authored-by: hastom <[email protected]> * Fix checking mouseevent in IE11 (#2212) Co-authored-by: kmsheng <[email protected]> Co-authored-by: hastom <[email protected]> * Revert "fix undefined dom.contains in IE11 (#2090)" (#2220) This reverts commit 05649bb. * Util to replace Node.contains (#2214) * fix undefined dom.contains in IE11 * Added util to polyfill Node.contains Co-authored-by: kmsheng <[email protected]> Co-authored-by: hastom <[email protected]> * Feature/add open collective (#2224) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * Feature/add open collective (#2226) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * Feature/add open collective (#2228) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * refactor: github button on main page visible * Feature/add open collective (#2234) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * refactor: github button on main page visible * feat: add new vars * feat: add sponsors btn & badge backers * feat: add contributors & become backer button * feat: add vue github button plugin * feat: add post install opencollective * feat(readme): add contributors * Feature/readme add backer (#2236) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * refactor: github button on main page visible * feat: add new vars * feat: add sponsors btn & badge backers * feat: add contributors & become backer button * feat: add vue github button plugin * feat: add post install opencollective * feat(readme): add contributors * feat(readme): add backers button * Update README.md * Update README.md * Update GettingStarted.vue (#2165) If you don't add `import 'vue-material/dist/theme/default.css'` for full bundling, things can go wrong on the page. You won't get your component color right. * Eslint rules to force existing code style (#2202) * Added rules to force existing code style * One more Co-authored-by: hastom <[email protected]> Co-authored-by: Beniamin Marcu <[email protected]> * Fix selection when value is empty string (#2075) Use single quote * Refactor/change ads (#2245) * Refactor(ads): Change codefund with carbon ads * Refactor(carbon ads): Add style for home page * Refactor(docs): Add style for carbon ads * Fixed docs position and height (#2203) * Fixed docs position and height * Update MainNav.vue fix comma in mainnav.vue Co-authored-by: hastom <[email protected]> Co-authored-by: Marcu Beniamin <[email protected]> * Fixing the label for inputs when we received an invalid value (#2108) Co-authored-by: Beniamin Marcu <[email protected]> * fix(MdDatepicker): Pick text button (confirm and cancel) from locale configuration (#2078) * fix(MdDatepicker): Pick text button (confirm and cancel) from locale * fix(jest): Add jest-localstorage-mock to fix unit test issue Co-authored-by: Travis <[email protected]> Co-authored-by: Marcu Beniamin <[email protected]> * Refactor/change ads (#2255) * Refactor(ads): Change codefund with carbon ads * Refactor(carbon ads): Add style for home page * Refactor(docs): Add style for carbon ads * Refactor(Home.vue): Change carbon ads css * Refactor/change ads (#2256) * Refactor(ads): Change codefund with carbon ads * Refactor(carbon ads): Add style for home page * Refactor(docs): Add style for carbon ads * Refactor(Home.vue): Change carbon ads css * Refactor(PageContainer): Change carbonads style * build: 1.0.0-beta-15 * build: release * build: changelog 1.0.0-beta-15 * Refactor/change ads (#2263) * Refactor(ads): Change codefund with carbon ads * Refactor(carbon ads): Add style for home page * Refactor(docs): Add style for carbon ads * Refactor(Home.vue): Change carbon ads css * Refactor(PageContainer): Change carbonads style * Refactor(carbonads): Design changes * Refactor(carbonads): Design changes Co-authored-by: hastom <[email protected]> Co-authored-by: Marcos Moura <[email protected]> Co-authored-by: Adrien Boutigny <[email protected]> Co-authored-by: rarestoma <[email protected]> Co-authored-by: dragosct <[email protected]> Co-authored-by: gaby64 <[email protected]> Co-authored-by: tom dorofeyev <[email protected]> Co-authored-by: Brett Kinnamon <[email protected]> Co-authored-by: Jason Cooke <[email protected]> Co-authored-by: Amit Gurbani <[email protected]> Co-authored-by: dragosct <[email protected]> Co-authored-by: Avraham Appel <[email protected]> Co-authored-by: hastom <[email protected]> Co-authored-by: starsky135 <[email protected]> Co-authored-by: Hugome <[email protected]> Co-authored-by: Lemuel Flores <[email protected]> Co-authored-by: xxRockOnxx <[email protected]> Co-authored-by: Dragos <[email protected]> Co-authored-by: Shira Gold <[email protected]> Co-authored-by: BOUTIGNY Adrien <[email protected]> Co-authored-by: kmsheng <[email protected]> Co-authored-by: Jaryd Carolin <[email protected]> Co-authored-by: Konstantin Mohov <[email protected]> Co-authored-by: Oliver Ni <[email protected]> Co-authored-by: Samuell1 <[email protected]> Co-authored-by: yingshaoxo <[email protected]> Co-authored-by: Thang Minh Vu <[email protected]> Co-authored-by: Franklin Oliveira Da Veiga <[email protected]> Co-authored-by: Romain Lenzotti <[email protected]> Co-authored-by: Travis <[email protected]>
dragosct
added a commit
that referenced
this pull request
Aug 24, 2020
* fix(MdRadio): internal radio not being checked (#2063) * fix(MdMenu): unexpected close on item click (#2062) * docs: add funding * test: add a "testURL" field to jest config (#2082) fixes the " SecurityError: localStorage is not available for opaque origins" error message that everyone seems to get on their PRs. Using the solution provided here jestjs/jest#3630 * Docs/restyle (#2139) * Changed 'roboto mono' to 'roboto' * Changed code fund position to bottom right * updates Added ‘supported by Creative Tim’ in About page Added open collective * added links to header * Removed disclaimer, added sponsors, changed footer * Add premium-themes page and link to it from the footer * Added products to premium themes page * Finished premium page * Finished installation/usage/premium-themes section * Installed vue-github-buttons * Added GitHub star button * Added license, download and chat buttons * Changed order in gh star button * Changed page transition * Added vue-toc * Style modified for toc * Added ids on getting started for vue-toc * Added ids on themes-congifuration for vue-toc * Added ids on layouts for vue-toc * Added ids on typography * Added ids on components->app for vue-toc * Added ids on buttomBar for vue-toc * Added ids on Button for vue-toc * Added ids on Card for vue-toc * Added ids on datepicker for vue-toc * Added ids on Dialog for vue-toc * Added ids on Drawer for vue-toc * Added ids on autocomplete for vue-toc * Added ids on Chips for vue-toc * Added ids on Input for vue-toc * Added ids on Icon for vue-toc * Added ids on List for vue-toc * Added ids on Menu for vue-toc * Added ids on speedDial for vue-toc * Added ids on steppers for vue-toc * Added ids on table for vue-toc * Added ids on Tabs for vue-toc * Added ids on toolbar for vue-toc * Added ids on Tooltip for vue-toc * Updated license * Added key to vue-toc * Small change * Changed codeinwp logo * updates * Css changes for logo and gh-button * Added more space between buttons * Removed arrow down & nabber buttons hidden on mobile * style changes, added premium themes in navbar, centered premium themes * Cards change * toc style * Changed style for code-fund * restyle codefund * Restyled home premium section * Commented contribuitors section * Changed Patreon text to Open Collective * Changed home premium background color * Removed open collective * Added link to premium-themes from themes image * Added target blank * Restyled vue-toc * added refs * Responsive changes * Changed margin on title * Added custom development link * Added links from sponsors * lint fix * add margin left * Updated footer links (#2145) * Docs/restyle (#2150) * Added dropdown in nabber * Added sponsors * restyled codefund * Codefund restyle * Restyled footer * Restyled footer * Footer restyle on responsive * Add "new" tag and modify logo in footer * Cleaned console.log test texts * Added arrow on dropdown * Modified sponsors and dropdown * Codefund on responsive * Footer restyle on responsive * Added tag manager (#2153) * [MdTabs] fix mdActiveTab not selecting set tab on load (#2164) content and indicator were not initializing to the set active tab * [core] RTL support #80 (#2181) added rtl support to tabs component with mdIsRtl prop * update the work with Vue router page grammar (#2100) * docs: fix typo (#2080) * Update About.vue (#2117) Fix typo * docs(Tabs): add prop `md-is-rtl` to tabs table component (#2198) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * Fix typo (#1819) * Fix typo I'm pretty sure you meant to write here `md-alignment-[vertical]-[horizontal]`, but in the docs it says `md-alignment-[horizontal]-[vertical]`. That threw me off for a bit. Overall, this is a super awesome package! I love working with it!! * fix typo in api section I noticed that at the bottom of the page, in the API section, the order also needs to be reversed. "x" should refer to horizontal, and "y" should refer to vertical. Co-authored-by: dragosct <[email protected]> * Added index to "md-table-row" slot-scope (#2064) Co-authored-by: hastom <[email protected]> * Improved grammar in Table.vue (docs) (#2178) * build: 1.0.0-beta-12 * build: release * build: changelog 1.0.0-beta-12 * Moving observers to setTimeout (#2201) Co-authored-by: hastom <[email protected]> * fix: Drawer detection (#1929) * fix(MdDialog):change position principle from transform to flex wrapper (#2023) * Changed dialog positioning to flex * Revert to transition root element Co-authored-by: hastom <[email protected]> * Fixed dialog transitions (#2021) Co-authored-by: hastom <[email protected]> Co-authored-by: dragosct <[email protected]> * Prevent tabs overflow inside dialog content (#2065) Co-authored-by: hastom <[email protected]> * fix(MdApp): remove height 100 to make md-app-content span content height (#1957) * remove height 100 to make md-app-content span content height * use min-height of 100 instead of height Co-authored-by: xxRockOnxx <[email protected]> * build: 1.0.0-beta-13 * build: release * build: changelog 1.0.0-beta-13 * fix(MdDialog): position centered * fix(MdDialog): revert * Datepicker now emits the md-clear event when cleared, and has the option to not be clearable (#1967) * fix(components,doc): fix the character counter not reseting when (#2081) reseting the form fixes #2054 Co-authored-by: BOUTIGNY Adrien <[email protected]> * Fix checking mouseevent in IE11 (#2091) * fix undefined dom.contains in IE11 (#2090) * Allow false as a value for an MdOption (#2183) * Auto insert in MdChips after focusout (#2189) * Implemented the function of automatically adding a value in the MdChips component, in case of loss of focus * fixed code format * Fix/md dialog position centered (#2211) * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): add prop `md-is-rtl` to tabs table component * docs(Tabs): prop `md-is-rtl` move last item in table * docs(Tabs): prop `md-is-rtl` move last item in table * fix(MdDialog): position centered * fix(MdStep): set tabindex for not active step (#2215) * fix(MdStep): set tabindex for not active step * feat(MdStep): add v-show to hide content Co-authored-by: Samuell1 <[email protected]> * fix(components,doc): fix the character counter not reseting when (#2213) reseting the form fixes #2054 Co-authored-by: BOUTIGNY Adrien <[email protected]> Co-authored-by: hastom <[email protected]> * Fix checking mouseevent in IE11 (#2212) Co-authored-by: kmsheng <[email protected]> Co-authored-by: hastom <[email protected]> * Revert "fix undefined dom.contains in IE11 (#2090)" (#2220) This reverts commit 05649bb. * Util to replace Node.contains (#2214) * fix undefined dom.contains in IE11 * Added util to polyfill Node.contains Co-authored-by: kmsheng <[email protected]> Co-authored-by: hastom <[email protected]> * Feature/add open collective (#2224) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * Feature/add open collective (#2226) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * Feature/add open collective (#2228) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * refactor: github button on main page visible * Feature/add open collective (#2234) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * refactor: github button on main page visible * feat: add new vars * feat: add sponsors btn & badge backers * feat: add contributors & become backer button * feat: add vue github button plugin * feat: add post install opencollective * feat(readme): add contributors * Feature/readme add backer (#2236) * feat: code-fund re-positioned * refactor: remove patreon add opencollective * feature: change active theme position on dropdown * feature: fixed white spaces * feature: fixed white spaces * refactor: fixe color theme dropdown on main page disabled * refactor: github button on main page visible * feat: add new vars * feat: add sponsors btn & badge backers * feat: add contributors & become backer button * feat: add vue github button plugin * feat: add post install opencollective * feat(readme): add contributors * feat(readme): add backers button * Update README.md * Update README.md * Update GettingStarted.vue (#2165) If you don't add `import 'vue-material/dist/theme/default.css'` for full bundling, things can go wrong on the page. You won't get your component color right. * Eslint rules to force existing code style (#2202) * Added rules to force existing code style * One more Co-authored-by: hastom <[email protected]> Co-authored-by: Beniamin Marcu <[email protected]> * Fix selection when value is empty string (#2075) Use single quote * Refactor/change ads (#2245) * Refactor(ads): Change codefund with carbon ads * Refactor(carbon ads): Add style for home page * Refactor(docs): Add style for carbon ads * Fixed docs position and height (#2203) * Fixed docs position and height * Update MainNav.vue fix comma in mainnav.vue Co-authored-by: hastom <[email protected]> Co-authored-by: Marcu Beniamin <[email protected]> * Fixing the label for inputs when we received an invalid value (#2108) Co-authored-by: Beniamin Marcu <[email protected]> * fix(MdDatepicker): Pick text button (confirm and cancel) from locale configuration (#2078) * fix(MdDatepicker): Pick text button (confirm and cancel) from locale * fix(jest): Add jest-localstorage-mock to fix unit test issue Co-authored-by: Travis <[email protected]> Co-authored-by: Marcu Beniamin <[email protected]> * Refactor/change ads (#2255) * Refactor(ads): Change codefund with carbon ads * Refactor(carbon ads): Add style for home page * Refactor(docs): Add style for carbon ads * Refactor(Home.vue): Change carbon ads css * Refactor/change ads (#2256) * Refactor(ads): Change codefund with carbon ads * Refactor(carbon ads): Add style for home page * Refactor(docs): Add style for carbon ads * Refactor(Home.vue): Change carbon ads css * Refactor(PageContainer): Change carbonads style * build: 1.0.0-beta-15 * build: release * build: changelog 1.0.0-beta-15 * Refactor/change ads (#2263) * Refactor(ads): Change codefund with carbon ads * Refactor(carbon ads): Add style for home page * Refactor(docs): Add style for carbon ads * Refactor(Home.vue): Change carbon ads css * Refactor(PageContainer): Change carbonads style * Refactor(carbonads): Design changes * Refactor(carbonads): Design changes * Refactor/change ads (#2265) * Refactor(ads): Change codefund with carbon ads * Refactor(carbon ads): Add style for home page * Refactor(docs): Add style for carbon ads * Refactor(Home.vue): Change carbon ads css * Refactor(PageContainer): Change carbonads style * Refactor(carbonads): Design changes * Refactor(carbonads): Design changes * Refactor(ads): design changes Co-authored-by: hastom <[email protected]> Co-authored-by: Marcos Moura <[email protected]> Co-authored-by: Adrien Boutigny <[email protected]> Co-authored-by: rarestoma <[email protected]> Co-authored-by: gaby64 <[email protected]> Co-authored-by: tom dorofeyev <[email protected]> Co-authored-by: Brett Kinnamon <[email protected]> Co-authored-by: Jason Cooke <[email protected]> Co-authored-by: Amit Gurbani <[email protected]> Co-authored-by: Avraham Appel <[email protected]> Co-authored-by: hastom <[email protected]> Co-authored-by: starsky135 <[email protected]> Co-authored-by: Marcu Beniamin <[email protected]> Co-authored-by: Hugome <[email protected]> Co-authored-by: Lemuel Flores <[email protected]> Co-authored-by: xxRockOnxx <[email protected]> Co-authored-by: Shira Gold <[email protected]> Co-authored-by: BOUTIGNY Adrien <[email protected]> Co-authored-by: kmsheng <[email protected]> Co-authored-by: Jaryd Carolin <[email protected]> Co-authored-by: Konstantin Mohov <[email protected]> Co-authored-by: Oliver Ni <[email protected]> Co-authored-by: Samuell1 <[email protected]> Co-authored-by: yingshaoxo <[email protected]> Co-authored-by: Thang Minh Vu <[email protected]> Co-authored-by: Franklin Oliveira Da Veiga <[email protected]> Co-authored-by: Romain Lenzotti <[email protected]> Co-authored-by: Travis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
C: MdApp
in progress
ready for merge
will be approved
This label is only for PR's that are ready for merge
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
On line 57
So the condition on line 83 will never be true