77 Commits

Author SHA1 Message Date
aa6ace9280 feat(text): add text component and documentation
also adds to the breaking changes file
2018-01-09 11:52:26 -05:00
da68da39da feat(item-group): add the item group component and move styles
- styles are moved out of item into item group for it
- updated to work like v3 styles
2018-01-08 17:53:06 -05:00
c248db2d5f feat(chip-button) change clear attr to fill 2018-01-08 14:37:51 -06:00
7fa6820a56 refactor(slides): fix typings issue, add TODO to fix it later 2018-01-08 13:49:47 -06:00
b31591b371 fix(animation): change animate to willAnimate
Closes #13565
2018-01-08 14:27:30 -05:00
e590198a06 refactor(modal): simplify modal-controller, add ability to dismiss modal from itself
* modal progress

* conf app progress

* refactor(modal): don't append the .ion-page class anymore to since we are wrapping in <ion-page> instead
2018-01-08 11:23:12 -06:00
c7f75ead92 chore(slides): refactor
* chore(): refactor

* chore(): make slide options dynamic
2018-01-05 09:09:20 -08:00
7f8cf42773 feat(inputs) debounce input and change events (#13764)
* feat(helpers) add debounce helper

* feat(searchbar) debounce ionInput

* feat(range) debounce ionChange

* feat(input) debouce ionInput

* feat(textarea) debounce ionInput

* feat(range) make debounceChange private

* feat(searchbar) make debounceInput private

* feat(inputs) change default debounce to 0 in input/textarea
2018-01-04 15:07:50 -06:00
1fad18c970 chore(types): updated components type definition 2017-12-22 14:54:36 -06:00
b2d60f3b7f feature(events): add ion-events pub/sub component 2017-12-22 14:53:35 -06:00
049b89d87f refactor(app): remove router for now 2017-12-21 15:15:35 -06:00
ec2bf8bfbe feat(tabs): scrollable tabs 2017-12-18 21:01:09 -06:00
c55670d9c1 docs(): upgrade stencil to improve docs 2017-12-15 14:09:25 -06:00
a4dfb7ae4f fix(select): get multiple value selects working to set selected options
also adds e2e test for multi value
2017-12-14 18:32:55 -05:00
1ba73a5f29 refactor(popover): get popover working with dom, react, angular components 2017-12-14 16:22:40 -06:00
ec33d4e725 refactor(modal): use framework delegate for mounting the user's component 2017-12-14 15:13:47 -06:00
c30337bf8c refactor(navigation): get rid of ion-nav-controller, get nav working correctly in DOM, angular, react 2017-12-14 15:13:47 -06:00
08ac293ad6 refactor(button): remove itemButton and add documentation 2017-12-14 13:08:33 -05:00
8b6a1826a3 fix(select): update select interfaces 2017-12-11 13:49:59 -06:00
14a67e1ff5 refactor(navigation): make the framework delegate more generic 2017-12-07 14:50:01 -06:00
926eff8a69 style(components): rename class names to match tag names 2017-12-06 14:29:49 -05:00
6026339430 fix(tabs): lazy loading, using ion-nav 2017-12-06 19:09:35 +01:00
cefbee9ea2 feature(angular): action-sheet, alert, loading, toast 2017-12-06 11:48:24 -06:00
05a6f17379 style(components): remove lines in imports and unused component 2017-12-05 16:26:40 -05:00
a2b88c5cb8 refactor(fab): rename files and styles for the fab components (#13585)
* refactor(fab): rename files to match tag names

* refactor(fab): fix class names and separate styles

* chore(config): bundle fab button separately
2017-12-05 15:28:58 -05:00
a4830bd740 feat(searchbar): add debounce support 2017-12-05 14:54:52 -05:00
75424ba809 fix(loading): animate by default 2017-12-04 13:56:48 -05:00
b7ae2bf393 chore(typings): updated components.d.ts file 2017-12-02 01:04:55 -06:00
c6df225014 docs(actionSheet,alert,loading): add docs for props 2017-12-01 15:39:22 -05:00
00a836ad1b chore(update): stencil 0.0.8-9 2017-12-01 12:08:49 -06:00
eef1ac6293 refactor(nav): remove stencil nav delegate as a component 2017-11-30 12:35:59 -05:00
3a62bf5921 refactor(animations): normalize naming (#13543)
* chore(): normalize animations

* chore(): normalize export as
2017-11-29 16:36:35 -05:00
c56e80d5d2 feat(): diffenernt animations for different modes 2017-11-29 08:58:21 -08:00
9a88f1f6ae refactor(action-sheet): update action-sheet api to use element instead of instance
* refactor(action-sheet): update action-sheet api to use element instead of instance

* chore(dependencies): update angular to next
2017-11-29 10:19:01 -06:00
aff9b516ac feat(ios): add ios 11 layout support (#13473)
* feat(): support ios11 layout

* style(): update ios11 layout mixins

* style(): ios layout updates

* style(): adjust tabs vars

* refactor(app): add statusbar for md mode and move sass vars

adds cordova test for app and renames sass vars to remove cordova

* test(app): update app cordova test for button

* test(app): add page three
2017-11-29 10:33:02 -05:00
d61a48aab8 chore(infinite-scroll): move infinite-scroll-content to separate directory 2017-11-28 20:55:22 -06:00
5ab026bfb7 chore(input): move textarea to separate directory 2017-11-28 20:50:14 -06:00
d20bf9cdc7 chore(item-sliding): move item-options, item-option to separate directories 2017-11-28 20:43:20 -06:00
71c59b942d chore(nav): remove page test components 2017-11-28 20:37:06 -06:00
1ade6aa684 chore(picker): move picker-column to separate directory 2017-11-28 20:31:20 -06:00
38023b59dc chore(reorder): move reorder-group to separate directory 2017-11-28 20:29:01 -06:00
c5211c33a1 chore(router): move route-link, router-controller to separate directories 2017-11-28 20:24:39 -06:00
f89c7af002 chore(tabs): move tab, tabbar, tab-button to separate directories 2017-11-28 20:20:20 -06:00
6c5b712b1f chore(select): move select-popover to separate directory 2017-11-28 18:23:34 -06:00
daa2a453da chore(slides): move slide to separate directory 2017-11-28 18:19:58 -06:00
459f610f0b chore(grid): move row and col to separate directories 2017-11-28 18:16:11 -06:00
fb6de28006 chore(fab): move fab-list and fab-container to separate directories 2017-11-28 18:06:51 -06:00
ce6d79ceb9 chore(navbar): move navbar to separate directory 2017-11-28 17:59:01 -06:00
8c5c337933 chore(range): move range-knob to separate directory 2017-11-28 17:51:04 -06:00
444b77add0 feat(button) combine boolean fill/size/expand props to string (#13348)
* chore(utils) extend getElementClassObject to accept string array
* feat(button) combine boolean fill/size/span props to string
* feat(button) rename span prop to expand
* docs(button) remove default from listed size options
* docs(button) clarify default button fill styles
2017-11-28 10:40:59 -06:00