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
eea7e6ba69
feat(tabs): add the transition for material design tabs
...
refactored the sass naming to use `text-capitalization` instead of
`text-transform` since it now has an actual `transform` property and I
think this will be less confusing than having a `text-text-transform`
and a `text-transform`.
references #7455
2016-08-01 16:22:20 -04:00
8bf1a353fd
docs(nav, tabs): moved details from component docs to api docs where applicable ( #7471 )
...
moved details from component docs to api docs where applicable
2016-08-01 13:44:56 -05:00
0a57213901
docs(navController): make popTo private
...
Closes https://github.com/driftyco/ionic-site/issues/615
2016-07-29 12:46:16 -05:00
36e8604ed9
docs(navbar): add note about when to use navbar and when to use toolbar
...
Closes https://github.com/driftyco/ionic-site/issues/685
2016-07-29 12:37:16 -05:00
4e26ea3294
docs(list): clean up docs and hide gestureCtrl
2016-07-29 11:27:09 -05:00
1c596556c5
docs(footer, header): add docs
2016-07-29 10:37:12 -05:00
a468fde3f3
fix(menu): add statusbarPadding to the header and content in a menu
...
fixes #7385
2016-07-29 10:05:54 -05:00
c9c46dfb0c
docs(slides): typo fix ( #7465 )
2016-07-29 09:32:07 -05:00
bab90b5a3e
test(tabs): update karma tests to latest default config
2016-07-29 09:28:52 -05:00
cab7b0d8b5
refactor(tabs): fix undefined sass variables
2016-07-28 23:35:06 -05:00
af01841c86
refactor(tabs): update Sass variable naming to be more consistent
...
Added comments on each Sass variable.
references #5651 references #7455
2016-07-28 23:11:26 -05:00
4dc53a2d9d
refactor(tabs): change the material design tabs to act as bottom navigation
...
Update tabs to reflect the material design bottom navigation spec:
https://material.google.com/components/bottom-navigation.html#bottom-nav
igation-usage
BREAKING CHANGES:
Material design mode defaults have changed to the following:
```
tabsHighlight: false,
tabsPlacement: 'bottom',
tabsHideOnSubPages: false
```
`tabsHighlight` can now be passed as an attribute on the `ion-tabs`
element, this allows for tabs to be added in multiple places inside of
an app and enable the highlight on some of them.
references #7455
2016-07-28 21:57:35 -05:00
087e2f2480
revert(tabs): undo commit that removes tab sub pages
...
Fix advanced tabs test
This reverts
https://github.com/driftyco/ionic/commit/743de19ae898e83375b51ef9c376225
c8e63f0ef
2016-07-28 15:28:55 -05:00
f3eb5fd3f2
docs(optional): add syntax to flag params as optional
2016-07-25 11:45:32 -05:00
d17441459e
docs(input): update input
...
Added additional item highlighting ability to make text area taller and include placeholder text.
2016-07-24 21:16:36 -05:00
d62faf9d81
docs(label): update copy for clarity
...
Change `about` to `above`, which appears to be the intended meaning.
2016-07-24 21:13:37 -05:00
9fa31a1ec8
fix(animation): ele as string selector
2016-07-24 21:12:20 -05:00
b19547c9a8
fix(generator): change nav to navCtrl
2016-07-21 10:53:34 -05:00
86c5aaf7a1
perf(menu): several improvements
...
- `display: none;` when menu is closed
- `ion-backdrop` is display: none when it is not used
- `ion-backdrop` is much smaller
2016-07-20 07:16:31 -07:00
ba53a23c6e
fix(datetime-util): fix convertDataToISO to handle negative timezone offsets
2016-07-19 13:35:36 -07:00
44ab527f74
fix(backdrop): flicker in UIWebView
2016-07-19 13:33:44 -07:00