9443bfeca6
fix(angular): update ng-add schematic
2019-04-03 09:51:11 -04:00
06c3048828
fix(angular): route observables available earlier ( #17914 )
2019-04-01 09:21:14 -04:00
a710fdcb66
style(angular): fix linter
2019-03-29 10:07:47 -04:00
d9a7c635ee
fix(angular): support relative router links
...
Closes #17888 , closes #16534 , closes #16736 , closes #16954
2019-03-29 09:58:16 -04:00
f2c8db9a0b
fix(angular): account for replaceUrl option ( #17879 )
...
fixes #15181
2019-03-29 09:40:57 -04:00
29d0d0ef28
chore(): update beta url refs #17900 )
2019-03-28 08:29:20 -04:00
04f931f694
feat(img): add ionError event ( #17134 )
...
resolves #16947
2019-03-27 10:58:03 -04:00
016fa16d44
feat(range): add ticks attribute ( #17718 )
...
closes #17717
2019-03-26 14:33:16 -04:00
439b10e10d
fix(angular): overlay.getTop can return undefined ( #17802 )
2019-03-21 13:07:08 -04:00
c641ae10ed
feat(checkbox): implement indeterminate state ( #16951 )
...
This adds an `indeterminate` prop to the `ion-checkbox` component, which visually renders the checkbox with a dash to indicate an indeterminate state.
closes #16943
2019-03-04 11:16:41 -05:00
69ecebb159
feat(select): add compareWith property ( #17358 )
...
* feat(select): add compareWith property
* style(select): fix lint errors
* test(select): move tests from preview to basic
* refactor(select): improve parameter names in compareOptions method
* chore(): add react usage docs
* chore(): update var names, update examples
* rerun build
* add doc on compareWith
2019-03-01 14:46:42 -05:00
d66b12b8d4
feat(skeleton-text): adds animated prop and support for CSS styling ( #17612 )
...
* moves most of the CSS to the host element so that it's easier to customize the skeleton text
* adds auto inherit for border-radius
* moves height to 100% so it will naturally fill an avatar and thumbnail
* adds animated property defaulted to `false`
* removes mode specific styles as they're the same
* changes background to an rgba making it easier to customize
* still works outside of a container element
* adds usage examples for javascript and angular
* moves the width to the parent element making it easier to style
* adds the ability to style the width using CSS
* uses the global theme text color as the background if a custom background is not supplied before defaulting
closes ionic-team/ionic-docs#407
2019-02-27 17:27:34 -05:00
484d92cd50
fix(angular): fix adding @ionic/angular when using ng add ( #17597 )
...
closes #17596
2019-02-27 16:08:43 -05:00
f44c17e03b
fix(ssr): fix angular global window and document references
2019-02-25 16:43:41 -06:00
cf607329a3
chore(range): revert neutral point ( #17550 )
...
* Revert "fix(range): improved rtl support (#17479 )"
This reverts commit f832de5f4ac1e7db5a2a1c48ca7b85ad7ef671b5.
revert range rtl support
* Revert "feat(range): add neutral point (#17400 )"
This reverts commit 15acb4be37eef4d1c90229cf64fb836e249c225c.
revert neutral point
2019-02-20 15:57:28 -05:00
15acb4be37
feat(range): add neutral point ( #17400 )
...
* feat(Range): add neutral point
* feat(Range): generate proxies and api
* fix(): check positive case in neutralPointChanged
* fix(Range): neutralPoint to min if neutralPoint < min
* fix(Range): active bar style
* fix(Range): tick styling
2019-02-12 17:17:23 -05:00
cf2b2b370a
feat(platform): add mobileweb platform
2019-02-01 08:43:32 -05:00
78005089e4
docs(): rebuilding
2019-01-30 10:53:24 -05:00
d169ebdf6d
docs(): rebuild docs
2019-01-30 10:41:21 -05:00
a7a2fc59bf
docs(angular): adds docs to angular API ( #17211 )
2019-01-22 20:03:47 +01:00
d3b6e60adf
fix(icon): update ionicons to flip for rtl ( #17196 )
...
- updates to latest ionicons 4.55 and adds rtl test
- includes e2e test for RTL icons
references #17012
2019-01-22 13:37:39 -05:00
835aea9c4a
feat(slides): expose updateAutoHeight ( #17208 )
...
fixes #15079
2019-01-22 16:00:25 +01:00
a945b03144
fix(angular): race condition when fast navigation ( #17197 )
...
fixes #17194
fixes #16449
fixes #15413
2019-01-22 15:03:43 +01:00
a90084c077
feat(input): add getInputElement() ( #17183 )
...
expose internal <input> element
fixes #17174
2019-01-21 17:19:40 +01:00
766c79d2a1
feat(angular): add global pop() ( #17182 )
...
fixes #16340
2019-01-21 01:52:47 +01:00
2b4d7b7be9
fix(angular): apply validation classes properly
...
* fix(angular): add validation classes to ion-item
* fix(inputs): focus handling
fixes #17171
fixes #16052
fixes #15572
fixes #16452
fixes #17063
2019-01-19 22:56:00 +01:00
d513e8a952
feat(datetime): add readonly prop ( #17139 )
2019-01-18 17:24:58 +01:00
a6559a4ef4
fix(angular): navigateRoot + animated ( #17164 )
...
fixes #17144
2019-01-18 17:08:53 +01:00
6929bb817c
feat(angular): add tabs events ( #17125 )
...
* feat(angular): add tabs events
* lint
2019-01-15 22:07:53 +01:00
4d5dcd4778
fix(angular): hide some internal methods ( #17121 )
2019-01-15 16:04:22 +01:00
3aaf87ad0f
fix(angular): NavController methods return a promise ( #17106 )
...
fixes #17103
2019-01-14 22:16:23 +01:00
d3b866b290
refactor(all): remove ionChange in non-inputs ( #17101 )
...
fixes #17071
2019-01-14 21:43:24 +01:00
3c801dbe11
feat(angular): expose getSelected() ( #17079 )
...
fixes #17068
2019-01-14 18:03:44 +01:00
8789748334
test(angular): add more ViewChild and event tests ( #17099 )
2019-01-14 17:38:31 +01:00
27a4709195
fix(angular): ViewChild() fix ( #17037 )
...
fixes #17034
2019-01-10 12:59:29 +01:00
0b84e27c61
perf(angular): flat ng modules ( #17007 )
...
fixes #17001
2019-01-08 21:33:30 +01:00
44fb45e2bc
perf(angular): bundle size improvements for angular ( #16966 )
2019-01-07 22:05:36 +01:00
8ee9205629
fix(tabs): fix goto root ( #16926 )
...
fixes #16917
2019-01-01 17:51:38 +01:00
cda2573fdd
chore(): update stencil ( #16921 )
...
* chore(): update stencil
* fix angular
2018-12-31 17:35:33 +01:00
09726b0d35
feat(radio-group): add missing implementation for property allowEmptySelection ( #16880 )
...
fixes #16841
2018-12-31 17:24:44 +01:00
6ca7645258
fix(tab-button): allow standalone tab-button ( #16905 )
...
* fix(tab-button): allow standalone tab-button
fixes #16845
* fix lint issue
2018-12-31 12:51:36 +01:00
3d656ac312
docs(all): improve type docs for event
2018-12-28 20:38:24 +01:00
ca9ec3e18a
perf(angular): proxy fast properties ( #16888 )
...
* perf(angular): proxy fast properties
* update stencil
2018-12-28 18:37:24 +01:00
e735d2cbd1
fix(angular): Fix cordova browser error when resumed ( #16810 )
...
* fix cordova resume error
In cordova browser error is thrown everytime tab/window is reactivated:
Uncaught TypeError: Cannot read property 'detail' of undefined
at Channel.<anonymous> (util.js:10)
at Channel.fire (cordova.js:798)
at HTMLDocument.<anonymous> (cordova.js:1511)
That was fixed in previous commits, by in latest was reintroduced again.
* update types
2018-12-19 13:35:28 +01:00
f613b3bdf0
perf(angular): detach fromn change detection
2018-12-19 03:15:19 +01:00
2c41823676
fix(angular): router-outlet memory leak
...
fixes #16285
2018-12-19 03:15:19 +01:00
d1cecf142b
fix(virtual-scroll): fixes dynamic changes
2018-12-19 00:27:04 +01:00
320eb03168
feat(angular): expose animationDirection ( #16802 )
...
* feat(angular): expose animationDirection
* update
2018-12-18 20:17:16 +01:00
35e3848d96
fix(angular): fix sibling router-outlets ( #16774 )
...
fixes #16411
2018-12-17 01:49:56 +01:00
56dd8ae342
feat(angular): tabs.select()
...
fixes #16753
2018-12-16 18:22:33 +01:00