Commit Graph

124 Commits

Author SHA1 Message Date
Chris Griffith
79ebbd0cba docs(breaking): update Datetime example (#14612)
Updated the Datetime entry to reflect the correct package name
2018-06-18 15:04:54 -04:00
Brandy Carney
518594bcc4 docs(breaking): update breaking changes to include overlays
closes #14633
2018-06-18 12:05:32 -04:00
Brandy Carney
9c2b86acdd docs(grid): update API docs and add to breaking changes 2018-06-18 11:54:08 -04:00
Adrián de la Rosa
5967352a32 fix(angular): correct subscription to cordova ready event (#14577) 2018-06-05 17:44:55 +02:00
mhartington
bd53bba5e8 fix(router): fix reuse strategy 2018-05-29 16:01:50 -04:00
mhartington
791353ccba chore(build): fix enoent errors in build 2018-05-23 13:35:32 -04:00
Adam Bradley
c35684e165 chore(build): improve angular build scripts 2018-05-22 23:24:42 -05:00
Daniel Sogl
1143905261 docs(): fix spelling in breaking docs
Closes #14327
2018-05-21 10:14:54 -04:00
Manu Mtz.-Almeida
53e56f22f3 4.0.0-alpha.7 2018-05-17 20:44:21 +02:00
Manu Mtz.-Almeida
a88e1e8dd2 fix(angular): build script 2018-05-17 20:39:44 +02:00
mhartington
4ba70f3a55 docs(): fix spelling 2018-05-16 15:04:13 -04:00
Adam Bradley
3bb661fa11 chore(angular): update angular tests to ng v6 and latest stencil 2018-05-16 11:40:28 -05:00
Manu Mtz.-Almeida
ed8ff4fec1 fix(angular): routerLink integration 2018-05-14 18:41:45 +02:00
Manu Mtz.-Almeida
af5db2fb02 fix(angula): platform logic belongs to core 2018-05-14 13:20:03 +02:00
Ahsan Ayaz
d177087225 fix(angular): populated the platforms array (#14466)
The `_platforms` array wasn't being populated on provider instantiation. Added the appropriate code to populate the array so that when we use other functions from the provider, we get the correct data in return.
2018-05-14 13:06:23 +02:00
Juan Miguel
d93b1d57d1 fix(nav): Remove console.log (#14467) 2018-05-14 12:58:56 +02:00
Manu Mtz.-Almeida
7fa6e43069 fix(angular): params are assigned to props 2018-05-10 21:28:19 +02:00
Manu Mtz.-Almeida
95fb594fe2 4.0.0-alpha.6 2018-05-10 19:41:15 +02:00
Manu Mtz.-Almeida
b9ae49313d chore(): update to latest stencil 2018-05-10 19:36:37 +02:00
Manu Mtz.-Almeida
714f4a658d fix(angular): aot 2018-05-10 18:40:56 +02:00
Manu Mtz.-Almeida
0ad9c8672d 4.0.0-alpha.5 2018-05-10 17:34:15 +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
85702244f8 chore(angular): update proxies 2018-05-10 15:12:40 +02:00
Manu Mtz.-Almeida
526c9a8f35 fix(angular): routerLink uses <a> 2018-05-08 22:31:33 +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
mhartington
82fbe3191a fix(angular): setup config provider correctly 2018-05-07 21:00:57 +02:00
Manu Mtz.-Almeida
0f086ce7b5 4.0.0-alpha.4 2018-04-30 19:14:16 +02:00
Manu Mtz.-Almeida
da0bfc7f7b fix(angular): update proxies 2018-04-30 18:53:20 +02:00
Manu Mtz.-Almeida
c0ec02e534 fix(angular): platform.ready() returns type 2018-04-27 18:25:49 +02:00
Manu Mtz.-Almeida
329a34892b fix(angular): Config provider 2018-04-27 01:44:43 +02:00
Manu Mtz.-Almeida
053c375521 refactor(all): allow external imports 2018-04-24 16:12:02 +02:00
mhartington
b3a9c7f819 fix(angular): compare router params length 2018-04-23 16:34:00 -04:00
Manu Mtz.-Almeida
85245b6a97 4.0.0-alpha.3 2018-04-23 17:51:23 +02:00
Manu Mtz.-Almeida
51ac33192b chore(): update to latest stencil 2018-04-23 17:46:44 +02:00
Brandy Carney
b8c87c453a docs(breaking): add navbar and back button, alphabetize 2018-04-22 14:11:57 -04:00
Manu Mtz.-Almeida
ae0541a465 chore(): update dependencies 2018-04-22 20:08:02 +02:00
Manu Mtz.-Almeida
c929dad2e9 fix(angular): adds missing events 2018-04-22 17:01:29 +02:00
Manu Mtz.-Almeida
822f60f603 test(angular): adds test for explicit routerDirection 2018-04-20 17:20:13 +02:00
Manu Mtz.-Almeida
c87f0c561e fix(angular): Config provider 2018-04-20 17:06:35 +02:00
Manu Mtz.-Almeida
2b3c14b608 fix(angular): platform ready() 2018-04-20 16:08:38 +02:00
Manu Mtz.-Almeida
4ea8881f33 refactor(all): enable strictPropertyInitialization 2018-04-19 18:48:38 +02:00
Manu Mtz.-Almeida
86a6cde4a1 perf(platform): remove from critical path 2018-04-18 23:06:56 +02:00
Brandy Carney
20a8eec992 docs(item): update item documentation and add usage 2018-04-18 11:58:21 -06:00
Manu Mtz.-Almeida
099b3edda3 feat(angular): animation is explicit 2018-04-16 21:01:33 +02:00
Manu Mtz.-Almeida
ab2e124528 4.0.0-alpha.2 2018-04-14 01:41:44 +02:00
Manu Mtz.-Almeida
9436723a8c chore(): update package-lock 2018-04-14 01:37:09 +02:00
Adam Bradley
a47f138b31 chore(angular): update angular proxy 2018-04-13 15:10:22 -05:00
Manu Mtz.-Almeida
b1ee4b8e3a fix(label): using prop for position
also fixes #14288
2018-04-13 17:03:46 +02:00
Manu Mtz.-Almeida
8ad3df9736 fix(angular): viewContainer in overlays 2018-04-13 15:01:17 +02:00
Manu Mtz.-Almeida
db5313e45b fix(angular): icon proxy 2018-04-13 15:01:17 +02:00