Commit Graph

40 Commits

Author SHA1 Message Date
Manu MA
d09e55500c chore(): update stencil (#16460) 2018-11-26 22:19:48 +01:00
Manu Mtz.-Almeida
a85ef06ac9 chore(): update stencil + api-spec file 2018-11-20 10:06:02 +01:00
Manu Mtz.-Almeida
723296e9b2 fix(menu-controller): _getInstance() is internal 2018-11-19 23:32:28 +01:00
Brandy Carney
3c9ed3166d fix(backdrop): update opacity to match MD spec (#16188) 2018-11-04 14:04:06 -05:00
Manu Mtz.-Almeida
3a4b21457f chore(): update stencil 2018-10-12 11:44:43 -05:00
Manu Mtz.-Almeida
fb3b752198 chore(): update stencil 2018-10-11 16:49:05 -05:00
Manu Mtz.-Almeida
a72fced6fe fix(all): docs for all missing props 2018-10-11 16:24:08 -05:00
Manu Mtz.-Almeida
4036db5480 chore(): update readme 2018-10-08 15:46:34 -05:00
Manu Mtz.-Almeida
11aa241dac fix(menu): overlays can block menu closing
fixes #15880
2018-10-08 13:31:27 -05:00
Manu Mtz.-Almeida
08beee3393 fix(menu): menu registers itself before it's ready 2018-10-01 18:18:39 +02:00
Manu Mtz.-Almeida
a5c2cc1835 fix(menu): wait until all menus are ready
fixes #15727
2018-10-01 17:31:55 +02:00
Manu Mtz.-Almeida
8796f9f6b5 fix(menu): opening a menu autocloses any opened ones 2018-09-26 00:39:20 +02:00
Manu Mtz.-Almeida
29d00da2b4 fix(menu-controller): expose registerAnimation
fixes #15701
2018-09-25 16:53:16 +02:00
Manu Mtz.-Almeida
c23c5a44cd fix(animation): always call onFinish() 2018-09-14 23:37:50 +02:00
Manu Mtz.-Almeida
e7416435d8 refactor(all): additional tslint rules 2018-09-01 18:06:59 +02:00
Manu Mtz.-Almeida
ba2230510e refactor(all): strict boolean conditions 2018-09-01 17:23:03 +02:00
mhartington
f00db59d8f fix(menu): await animation check
Closes #15377
2018-08-29 17:47:23 -04:00
Manu Mtz.-Almeida
1d46973785 refactor(all): make all method return a promise 2018-08-28 22:20:10 +02:00
Manu Mtz.-Almeida
3d6caae13f chore(): update to latest stencil 2018-08-22 23:38:23 +02:00
Manu Mtz.-Almeida
da2dc7be49 fix(build): do not export in component modules 2018-08-22 18:03:31 +02:00
Manu Mtz.-Almeida
5b6eb2c7eb refactor(nav, menu): swipeEnabled => swipeGesture 2018-08-13 18:32:24 +02:00
Manu Mtz.-Almeida
d856ecfbbf chore(): update to latest stencil 2018-08-12 12:04:27 +02:00
Manu Mtz.-Almeida
48e2a4e2ca fix(menu): content's box-shadow 2018-08-07 21:23:35 +02:00
Manu Mtz.-Almeida
c1b61d0fee chore(): update to ionic-rules/strict 2018-07-29 23:10:38 +02:00
Manu Mtz.-Almeida
92e21a8cf3 fix(all): updated tslint rules to latest 2018-07-29 13:03:47 +02:00
Manu Mtz.-Almeida
0ed9406e8b docs(menu-controller): update docs 2018-07-24 00:00:54 +02:00
Brandy Carney
c3c35b5829 docs(menu): update some docs and styles 2018-07-18 10:44:57 -04:00
Brandy Carney
a7f1f4daa7 refactor(components): update to use shadow DOM and work with css variables
- updates components to use shadow DOM or scoped if they require css variables
- moves global styles to an external stylesheet that needs to be imported
- adds support for additional colors and removes the Sass loops to generate colors for each component
- several property renames, bug fixes, and test updates

Co-authored-by: Manu Mtz.-Almeida <manu.mtza@gmail.com>
Co-authored-by: Adam Bradley <adambradley25@gmail.com>
Co-authored-by: Cam Wiegert <cam@camwiegert.com>
2018-07-09 12:57:21 -04:00
mhartington
aaf3eee59d docs(): remove code blocks in docs 2018-05-31 16:13:53 -04:00
mhartington
5ad35ccc00 docs(): update examples and usage 2018-05-31 10:56:02 -04:00
Manu Mtz.-Almeida
bb809b63ed perf(all): dynamic import 2018-05-08 19:39:07 +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
Manu Mtz.-Almeida
053c375521 refactor(all): allow external imports 2018-04-24 16:12:02 +02:00
Manu Mtz.-Almeida
4ea8881f33 refactor(all): enable strictPropertyInitialization 2018-04-19 18:48:38 +02:00
Manu Mtz.-Almeida
fd5c957787 refactor(all): enable ts strict 2018-04-10 02:43:48 +02:00
Manu Mtz.-Almeida
ea24ad677d fix(props): update stencil 2018-04-10 00:14:10 +02:00
Manu Mtz.-Almeida
08f5976a57 chore(): update components.d.ts 2018-03-24 03:27:28 +01:00
Manu Mtz.-Almeida
153f8ca02c feat(menu-controller): expose registerAnimation 2018-03-24 03:27:28 +01:00
Manu Mtz.-Almeida
d86ee1f772 chore(): update to latest stencil 2018-03-23 20:27:57 +01:00
Brandy Carney
d37623a2ca chore(packages): move the packages to root 2018-03-12 16:02:25 -04:00