Commit Graph

261 Commits

Author SHA1 Message Date
ghybs
11b24aa4d2 docs(fab): update docs
Closes #14474
2018-05-30 13:09:46 -04:00
Adam Bradley
9872a6c7ee docs(readme): update stencil docs generation readmes 2018-05-30 12:02:31 -05:00
Adam Bradley
128ed60510 chore(package): update stencil 2018-05-30 12:01:44 -05:00
mhartington
3cdc696847 docs(): update usage and examples 2018-05-30 12:41:30 -04:00
Mike Hartington
8e164d6036 feat(slides): update swiper to latest
* feat(slides): update swiper to latest

* chore(slides): remove debug
2018-05-30 11:42:06 -04:00
Adam Bradley
9559f5e42d chore(interface): update componentOnReady() and overlay interface 2018-05-25 13:43:06 -05:00
mhartington
373a97283f docs(): add more docs about virtual-scroll and ion-img 2018-05-24 13:23:39 -04:00
Manu Mtz.-Almeida
c736bac32f fix(angular): avoid TS 2.8 features 2018-05-23 17:31:24 +02:00
Adam Bradley
fb4353c97d feat(dir): default to ltr css, rtl overrides w/ [dir=rtl] selectors 2018-05-22 12:08:45 -05:00
mhartington
a3caab69f8 docs(datetime): add framework examples 2018-05-21 10:12:39 -04:00
Perry Govier
e7deb27688 docs(usage): one last usage example to typescript (#14481)
* docs(usage): setting angular usage example to be typescript

* docs(usage): one more javascript -> typescript

I forgot to save the last file…
2018-05-19 20:40:29 +02:00
mhartington
1b4a94dc17 docs(): update angular usage 2018-05-17 16:18:24 -04:00
Manu Mtz.-Almeida
e6638e7922 feat(all): custom icons 2018-05-17 21:07:05 +02:00
Adam Bradley
f3dc8a0fed chore(exports): update core exports 2018-05-16 11:39:41 -05:00
Adam Bradley
b70c192fd9 chore(package): update stencil and ionicons 2018-05-16 11:38:53 -05:00
ghybs
d52cb9e937 docs(fab): side and horizontal+vertical attrs (#14477)
* docs(fabList): rename left+right to start+end

in README top table to reflect actual code that supports RTL.

* docs(fabList): example FAB use vertical+horizontal attrs

instead of directly position values as attributes.
2018-05-15 12:45:30 +02:00
Perry Govier
d82be3e98c docs(usage): setting angular usage example to be typescript (#14469) 2018-05-14 18:50:05 -04:00
Manu Mtz.-Almeida
8aa696537b fix(angular): Required<> is not available 2018-05-14 17:31:17 +02:00
Manu Mtz.-Almeida
618f708bc4 fix(all): strong typing for color 2018-05-14 13:51:30 +02:00
Manu Mtz.-Almeida
87fe5ce3a8 refactor(overlay): using TS 2.8 utils 2018-05-14 13:20:20 +02:00
Manu Mtz.-Almeida
af5db2fb02 fix(angula): platform logic belongs to core 2018-05-14 13:20:03 +02:00
Manu Mtz.-Almeida
d0bd3ba89e test(router): fix tests 2018-05-11 19:45:44 +02:00
Manu Mtz.-Almeida
3da0c989b2 fix(content): scrol-inner takes all height 2018-05-11 19:24:44 +02:00
Manu Mtz.-Almeida
875b9d0950 fix(router): fix push() public interface 2018-05-11 19:15:26 +02:00
Manu Mtz.-Almeida
93526617e0 Merge branch 'master' of github.com:ionic-team/ionic 2018-05-11 19:00:47 +02:00
Manu Mtz.-Almeida
ae9d0c7236 fix(router): accepts root direction 2018-05-11 18:56:29 +02:00
mhartington
73be92bd35 docs(): add note about router-outlet for angular 2018-05-11 12:25:13 -04:00
Manu Mtz.-Almeida
0b27696d30 Merge branch 'master' of github.com:ionic-team/ionic 2018-05-11 17:51:00 +02:00
Manu Mtz.-Almeida
859ff45bb7 refactor(button): adds shape prop 2018-05-11 17:50:53 +02:00
Adrián de la Rosa
a04197baef docs(toast): fix angular usage
The create method returns a promise. Other examples deal with this using async-await, so I did the same thing in this instance.
2018-05-11 14:43:51 +02:00
Manu Mtz.-Almeida
34ae9045b7 fix(refresher): adds threshold 2018-05-11 14:39:25 +02:00
Manu Mtz.-Almeida
b06c65fa40 feat(img): adds lazy load image 2018-05-11 13:54:57 +02:00
Manu Mtz.-Almeida
aea6b2a8f1 chore(): fix imports 2018-05-10 17:29:03 +02:00
Manu Mtz.-Almeida
df8a4f79f2 fix(virtual-scroll): linting 2018-05-10 17:21:21 +02:00
Manu Mtz.-Almeida
012127dd7c fix(virtual-scroll): JSX can render headers and footers 2018-05-10 17:17:33 +02:00
Manu Mtz.-Almeida
50021cd0be fix(angular): exports 2018-05-10 16:47:13 +02:00
Manu Mtz.-Almeida
7b33039811 fix(alert): onDidDismiss() is called 2018-05-10 16:30:37 +02:00
Manu Mtz.-Almeida
f7bcb680a3 fix(angular): unexport some es2017 js 2018-05-10 16:30:20 +02:00
Manu Mtz.-Almeida
ece86ee38f fix(router): change events when URL changes 2018-05-10 16:04:23 +02:00
Manu Mtz.-Almeida
23d86eb66e fix(capacitor): detect capacitor native 2018-05-10 15:28:48 +02:00
Manu Mtz.-Almeida
e00da6d796 fix(back-button): fix position 2018-05-10 15:12:53 +02:00
Manu Mtz.-Almeida
4191637f9f refactor(range): move logic to stateless
- float steps are possible
- improved performance
- state is in a single place
- fix when value changes dynamically
- fix jumpy gesture
2018-05-10 14:51:45 +02:00
Manu Mtz.-Almeida
1bd546758e fix(inputs): interactive css to rule all them 2018-05-09 17:44:18 +02:00
Mike Hartington
df2faa4d2c fix(refresher): move gesture target to content
* fix(refresher): move gesture target to content
* fix(refresher): attach to closest content
2018-05-09 11:06:06 -04:00
Manu Mtz.-Almeida
27bd37dfc8 test(router): fix tests 2018-05-08 22:33:55 +02:00
Manu Mtz.-Almeida
0f8477dc34 fix(router): route information is stateless 2018-05-08 21:48:04 +02:00
Manu Mtz.-Almeida
ba551fda01 fix(router): dynamic redirects 2018-05-08 20:46:21 +02:00
Manu Mtz.-Almeida
bb809b63ed perf(all): dynamic import 2018-05-08 19:39:07 +02:00
Manu Mtz.-Almeida
cc7ab4e3c6 fix(all): snapshot tests 2018-05-08 16:05:06 +02:00
Brandy Carney
427222cc29 refactor(item): remove no-lines attribute in favor of lines property (#14407)
* docs(components): update grammar and docs

* docs(item): update item documentation and add usage

* test(item): add lines test

* feat(list): add lines property to override borders on items

* feat(item): add lines property to override borders on items

* refactor(item): remove old uses of no-lines attribute

* fix(item-sliding): update item options to show border

- show the border on left options only if in a full list
- show the border on both options only if in an inset list (or ios by
default)
- don’t show border on either for no lines list (and md by default)

also renames isRightSide to isEndSide to match the side values

* chore(package): update package lock

* style(item): fix lint errors

* test(item): update item tests

* refactor(item): remove the custom styling of last child items

instead of us overriding first/last child items to have borders we are
going to add to the documentation how to style items with a full border

* fix(item): apply border to item inputs for MD mode

* docs(components): update docs based on new build

* docs(usage): update item usage to show lines being used

* fix(item): do not set the padding right to 0 on an item by default

* fix(item): cast lines to boolean

fixes: #5537 #13218 #12689 #12073 #9112
2018-05-07 17:16:11 -04:00