ab2176b6ce
refactor(nav): add initial support for url in general, add integration w/ ng-router
2018-01-31 10:52:50 -06:00
c4ca0886b2
fix(button): update button components to pass down href
2018-01-30 12:06:27 -05:00
50bc4772b6
feat(virtual-scroll): adds virtual-scroll (part 1)
2018-01-29 18:55:33 +01:00
3e57f23ea0
fix(infinite-scroll): disabled
2018-01-25 16:49:20 +01:00
7251c75caa
refactor(enabled): update components to use disabled prop
...
references #13295
2018-01-23 16:57:01 -05:00
ef53f249bc
refactor(gesture): using disabled
2018-01-23 18:55:16 +01:00
d65f68e846
chore(ion-navbar): clean up ion-navbar references
2018-01-22 08:54:07 -06:00
e5be888c90
feat(tapclick): adds tap-click
2018-01-20 01:08:35 +01:00
e0cf1325b7
fix(ripple): using ripple effect in all button components
2018-01-17 15:44:17 +01:00
dcf1b8e478
feat(button-effect): adds ripple effect
2018-01-16 23:40:20 +01:00
81ebc0e71b
feat(refresher): adds refresher
2018-01-13 12:36:03 +01:00
c7920b886e
chore(): update demos and segments
2018-01-10 12:46:44 -05:00
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