4822 Commits

Author SHA1 Message Date
938864e8d0 refactor(button): add ion-button attribute and icon attributes to style buttons
BREAKING CHANGES:

- `<button>` becomes `<button ion-button>`
- `<a button>` becomes `<a ion-button>`
- `<button ion-item>` does not get the `ion-button` attribute
- Buttons inside of `<ion-item-options>` do get the `ion-button`
attribute
- Removed the `category` attribute, this should be passed in
`ion-button` instead.
- Button attributes added for icons in buttons: `icon-only`,
`icon-left`, and `icon-right`

closes #7466
2016-08-16 17:11:02 -04:00
90929d0ef9 docs(gestures): fix dgeni tag
Closes #7721
2016-08-14 18:45:35 -05:00
8d0cc39357 docs(): fix path (nav->navbar) typo 2016-08-12 15:26:16 -05:00
3324e32617 fix(checkbox): disabled toggle should not fire events or animate 2016-08-10 15:14:01 -05:00
174efc196d fix(gestures): fixes scroll issue with hammer config
Fixes scroll issue with hammer config where pinch/rotate gestures are preventing the screen from scrolling.

Closes #6897
2016-08-10 14:16:08 -05:00
4e3bcb98a5 chore: update steps to upgrade to install exact versions and work on windows 2016-08-10 14:08:42 -04:00
4fdf08f393 docs(changelog): update beta 11 install instructions
Angular RC5 just has been released, this causes the original install command to fail. I have added the required (RC4) version to the command.
2016-08-10 13:01:58 -05:00
54a33e08e7 docs(overlays): update the overlay docs for multiple classes in cssClass
closes #7618
2016-08-10 11:12:02 -04:00
e244d09eaa docs(app): documented setEnabled, setScrollDisabled methods
documented setEnabled, setScrollDisabled methods
2016-08-10 09:38:08 -05:00
79e25a342d feat(toast): add ability to pass multiple classes to cssClass
references #7618
2016-08-09 16:23:12 -04:00
466dea310b feat(loading): add ability to pass multiple classes to cssClass
references #7618
2016-08-09 16:15:58 -04:00
68ab2618d3 feat(action-sheet): add ability to pass multiple classes to cssClass
references #7618
2016-08-09 16:13:27 -04:00
a685cdc4af feat(popover): add ability to pass multiple classes to cssClass
references #7618
2016-08-09 16:09:02 -04:00
93898bb3ed docs(sass): find all sass files in folder 2016-08-09 10:55:55 -05:00
42fa36bb91 test(alert): add test for overlays in viewDidEnter (#7606)
* chore(test): add test for overlays in viewDidEnter

* fix(test): dont break snapshot

* fix(test): fix where we import from
2016-08-08 13:13:26 -04:00
e7adbad962 docs(): Update CONTRIBUTING.md (#7603)
Incorrect link.
2016-08-08 12:04:55 -04:00
4cfb5a48ee doc(): update private 2016-08-06 12:26:06 -04:00
7b88c03300 chore(ionic): release beta.11 2016-08-05 11:32:22 -04:00
0579bbafc9 docs(content): update docs v2.0.0-beta.11 2016-08-05 10:00:22 -04:00
5cb9d65146 chore(): fix type check error 2016-08-04 22:54:50 -05:00
a4e393b619 fix(nav): fire lifecycle events from app root portal 2016-08-04 22:47:36 -05:00
8eb0667b79 test(tabs): fix navCtrl reference 2016-08-04 20:17:09 -05:00
63bc41d607 docs(readme): fix link to CONTRIBUTING.md (#7550) 2016-08-04 17:18:25 -04:00
b581aad77f docs(sass): style property as code 2016-08-04 15:33:11 -05:00
5d7a5e09f4 docs(sass): prefix sass variables with $ 2016-08-04 15:06:25 -05:00
5542a931f3 feat(alert): allow smooth overflow scrolling 2016-08-04 15:27:09 -04:00
3c493652b2 test(): update to public navCtrl convention 2016-08-04 13:50:15 -05:00
478ac45211 test(snapshot): hide all scrollbars during snapshot 2016-08-04 13:05:11 -05:00
ff3daeed6c chore(): remove css-scrollbar styles 2016-08-04 12:58:50 -05:00
dfb8ba4b98 docs(demo): update the item sliding demo so the archive does something
also hide pointer events on img

fixes #7547
2016-08-04 13:41:12 -04:00
108f821e99 docs(demos): clean up item sliding demo to simplify it
removed the toolbar styling and the reorder so it is just sliding.

references #7547
2016-08-04 13:16:21 -04:00
77e9b23bd2 test(nav): fix alert test 2016-08-04 12:07:24 -05:00
61a86253a8 fix(nav): register child nav when created from modal 2016-08-04 11:49:21 -05:00
3977928048 docs(demos): update the Option demo to use the Select demo 2016-08-04 12:46:23 -04:00
1bd5b59ee0 test(snapshot): update e2e tests that snapshot uses to be correct 2016-08-04 12:46:23 -04:00
d5da8ab0e2 docs(sass): add sass processor 2016-08-04 10:26:21 -05:00
d7ce5709ce chore(docs): fix param type for dgeni 2016-08-04 11:01:26 -04:00
267ced618e fix(range): add mouse listeners to document 2016-08-04 08:52:21 -05:00
2cb61d3d5a chore(sql): Update comment 2016-08-03 21:37:59 -05:00
0888f07cb9 chore(docs): Update docs for nav controller 2016-08-03 21:36:50 -05:00
8733dd89be docs(): note about ion-img outside virtualscroll (#7474) 2016-08-03 18:38:27 -04:00
15d69c2ab5 docs(sass): brian lied to me, update sass syntax
references driftyco/ionic-site#613
2016-08-03 17:50:42 -04:00
7a2ad99029 fix(range): set ticks to an empty array to prevent errors 2016-08-03 17:42:52 -04:00
69169c5fc5 chore(docs): hide internal docs as well 2016-08-03 17:21:25 -04:00
b7c45482c6 docs(sass): add the correct documentation syntax for the sass vars
references driftyco/ionic-site#613
2016-08-03 17:07:44 -04:00
89f4f8408c Merge branch 'pr/7341'
# Conflicts:
#	src/components/select/test/single-value/index.ts
#	src/components/select/test/single-value/main.html
2016-08-03 12:37:24 -04:00
43d8bbdd12 test(select): add demo for the selected text
references #7341
2016-08-03 12:33:20 -04:00
248b8f4adf docs(demos): fix API demos missing the correct path to angular forms 2016-08-03 11:42:56 -04:00
b5b804725f refactor(select): rename the checked attribute to selected on option
BREAKING CHANGES:

The Option component’s `checked` attribute has been renamed to
`selected` in order to select an option. This is to the follow the MDN
spec for a select option:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option

If a `ngModel` is added to the Select component the value of the
`ngModel` will take precedence over the `selected` attribute.

references #7334
2016-08-03 11:38:41 -04:00
ccf6ae5dd3 chore: fix linter error 2016-08-01 16:27:30 -04:00