Skip to content

v1.0.0-beta-12 #2199

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 24 commits into from
Apr 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a9feb6f
fix(MdRadio): internal radio not being checked (#2063)
hastom May 13, 2019
c274693
fix(MdMenu): unexpected close on item click (#2062)
hastom May 13, 2019
ff6d041
docs: add funding
marcosmoura Jun 24, 2019
f6f42ff
test: add a "testURL" field to jest config (#2082)
hissalht Nov 14, 2019
df77927
Docs/restyle (#2139)
rarestoma Nov 14, 2019
8360171
Merge branch 'master' into dev
dragosct Nov 14, 2019
4ebaa57
Updated footer links (#2145)
rarestoma Nov 15, 2019
cb8a2de
Merge branch 'master' into dev
dragosct Nov 15, 2019
2d18ebb
Docs/restyle (#2150)
rarestoma Nov 25, 2019
9a9e2fb
Merge branch 'master' into dev
dragosct Nov 25, 2019
888ba0d
Added tag manager (#2153)
rarestoma Nov 29, 2019
0f96730
Merge branch 'master' into dev
dragosct Nov 29, 2019
80c98da
[MdTabs] fix mdActiveTab not selecting set tab on load (#2164)
gaby64 Apr 21, 2020
cbd4280
[core] RTL support #80 (#2181)
tom-dorofeyev Apr 21, 2020
790b79e
update the work with Vue router page grammar (#2100)
bkinnamon Apr 21, 2020
4eab92d
docs: fix typo (#2080)
Jason-Cooke Apr 21, 2020
12dab98
Update About.vue (#2117)
AmitGurbani Apr 21, 2020
0d5cfd5
docs(Tabs): add prop `md-is-rtl` to tabs table component (#2198)
dragosct Apr 21, 2020
2dcba7b
Fix typo (#1819)
avrahamappel Apr 21, 2020
bff0ccf
Added index to "md-table-row" slot-scope (#2064)
hastom Apr 21, 2020
99f20c2
Improved grammar in Table.vue (docs) (#2178)
oliverphardman Apr 21, 2020
906434a
build: 1.0.0-beta-12
marqbeniamin Apr 21, 2020
fd62ede
build: release
marqbeniamin Apr 21, 2020
c07acdc
build: changelog 1.0.0-beta-12
marqbeniamin Apr 21, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
444 changes: 444 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Vue.use(MdContent)
Vue.use(MdTabs)
```

Alternativelly you can <a href="https://github.com/vuematerial/vue-material/archive/master.zip" target="_blank" rel="noopener">download</a> and reference the script and the stylesheet in your HTML:
Alternatively you can <a href="https://github.com/vuematerial/vue-material/archive/master.zip" target="_blank" rel="noopener">download</a> and reference the script and the stylesheet in your HTML:

``` html
<link rel="stylesheet" href="path/to/vue-material.css">
Expand Down
4 changes: 2 additions & 2 deletions dist/components/MdApp/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/components/MdApp/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/components/MdAutocomplete/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/components/MdAutocomplete/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading