Commit Graph

8 Commits

Author SHA1 Message Date
Copybara-Service
8d2b6447e4 Merge pull request #5456 from adrianjost:adrian/5297
PiperOrigin-RevId: 607080215
2024-02-14 13:05:38 -08:00
Elizabeth Mitchell
c390291687 chore: format files with prettier
PiperOrigin-RevId: 576601342
2023-10-25 11:59:00 -07:00
Elizabeth Mitchell
d0ff335f59 chore(tabs): remove deprecated properties
PiperOrigin-RevId: 564472979
2023-09-11 12:48:59 -07:00
Elizabeth Mitchell
1442f9b223 fix(tabs): setting active on tab selects them
BREAKING CHANGE: Rename the `selected` index property on md-tabs to `activeTabIndex` (`active-tab-index` attribute). Rename `select-on-focus` to `auto-activate`

PiperOrigin-RevId: 564437639
2023-09-11 10:53:44 -07:00
Elizabeth Mitchell
70ce0d2779 fix(tabs): remove previously selected tab property
PiperOrigin-RevId: 563797711
2023-09-08 10:58:52 -07:00
Elizabeth Mitchell
5b13b5c05b fix(tabs)!: split md-tab into md-primary-tab and md-secondary-tab
BREAKING CHANGE: remove `variant` attributes and change `md-tab` to `md-primary-tab`, or `md-secondary-tab` if using `variant="secondary"

PiperOrigin-RevId: 561077231
2023-08-29 10:47:55 -07:00
Material Web Team
dd5f3f07a4 feat(tabs): improves support for dynamically adding/removing tabs
PiperOrigin-RevId: 532511300
2023-05-16 10:57:18 -07:00
Material Web Team
cbb24dfbc3 feat(tabs): adds tabs and tab element
PiperOrigin-RevId: 530452330
2023-05-08 17:29:47 -07:00