Manuel Mtz-Almeida
5776f76ac9
fix(base-input): inputUpdated() is triggered when initialized
2017-04-18 20:52:17 +02:00
Manuel Mtz-Almeida
614925d1db
test(inputs): passes Zone tests
2017-04-07 22:02:58 +02:00
Manuel Mtz-Almeida
94a33a74d2
Merge branch 'refactor-inputs'
2017-04-05 20:07:28 +02:00
Manuel Mtz-Almeida
84e84d3280
Misc 6
2017-03-29 19:32:26 +02:00
perry
41e34fc4ce
chore(docs): moving docs from /docs/v2 to /docs
2017-03-29 11:00:52 -05:00
Manuel Mtz-Almeida
47e1cdce9d
misc changes 3
2017-03-28 21:51:01 +02:00
Manuel Mtz-Almeida
6360d41f6a
Misc changes 2
2017-03-28 21:37:11 +02:00
Manuel Mtz-Almeida
b5c7ab2e98
misc changes
2017-03-28 21:21:37 +02:00
Manuel Mtz-Almeida
3d569eb88a
test(select/segment): adds unit test for select and segment
2017-03-28 17:57:49 +02:00
Manuel Mtz-Almeida
9be5751eeb
refactor(select): using BaseInput correctly + unit tests
2017-03-28 17:57:49 +02:00
Manu Mtz.-Almeida
9a4d81b329
refactor(all): consistent inputs
...
fixes #8578
2017-03-28 17:57:49 +02:00
Manu Mtz.-Almeida
7272b5a42a
refactor(all): color/mode inputs are not longer needed
2017-03-23 23:32:47 +01:00
Manu Mtz.-Almeida
99142f8ebe
fix(datetime): fixes date time in 3.0 + perf improvements
2017-03-21 19:47:52 +01:00
Dan Bucholtz
945cd8ff52
test(e2e): restructure e2e to tests to import modules
...
restructure e2e to tests to import modules
2017-03-21 10:49:11 -05:00
Brandy Carney
a2a77f06d1
test(datetime): fix failing karma test
2017-03-21 10:12:07 -04:00
Brandy Carney
042f698555
Merge branch 'master' into 3.0
...
# Conflicts:
# src/components/action-sheet/test/basic/pages/page-one/page-one.ts
# src/components/alert/alert.ts
# src/components/content/content.ts
# src/components/datetime/datetime.ts
# src/components/datetime/test/datetime.spec.ts
# src/components/loading/loading.ts
# src/components/modal/test/basic/app.module.ts
# src/components/picker/picker-component.ts
# src/components/toast/toast.ts
# src/components/toolbar/toolbar.ios.scss
# src/components/toolbar/toolbar.md.scss
# src/components/toolbar/toolbar.wp.scss
# src/components/virtual-scroll/test/basic/app.module.ts
# src/util/util.ts
2017-03-20 18:07:38 -04:00
Dan Bucholtz
af16846568
chore(e2e): rename to to standardize on format
...
rename to to standardize on format
2017-03-20 11:57:26 -05:00
Manu Mtz.-Almeida
963cdcbe76
feat(split-pane): support for side=right
2017-03-16 19:41:19 +01:00
Manu Mtz.-Almeida
c79bd5ab81
test(date time): datetime without max value
2017-03-16 19:19:31 +01:00
Florian MC [Mint]
7cc617e84e
docs(datetime): update docs
...
Closes #10795
2017-03-16 14:10:48 -04:00
mhartington
546003037e
docs(): hide modules from docs
2017-03-16 11:49:46 -04:00
Brandy Carney
25dd7b5fce
refactor(components): import button module on picker
2017-03-16 11:38:08 -04:00
Manu Mtz.-Almeida
74191c3e92
fix(datetime): update selectedIndex according to ngModel value
2017-03-16 16:34:11 +01:00
Brandy Carney
f7bcc4603c
refactor(components): add icon module and missing imports
2017-03-16 11:30:54 -04:00
Manu Mtz.-Almeida
afd99baba0
fix(datetime): respect time limits in hours and minutes
...
fixes #6850
2017-03-16 00:38:33 +01:00
Brandy Carney
ddcd3cf1c5
refactor(components): convert components to separate modules
2017-03-15 16:07:06 -04:00
Manu Mtz.-Almeida
cff4c01bf0
test(datetime): adds test for issue #10641
2017-03-15 18:46:09 +01:00
Felix Livni
769e7dc2aa
Prefer nested var over nested let
2017-03-15 18:45:22 +01:00
Felix Livni
eff420f4c7
fix(datetime): not always disabling day values when dayValues set
2017-03-15 18:45:22 +01:00
perry
396f891f33
chore(docs): updating dgeni typescript package
2017-03-14 14:50:31 -05:00
Manu Mtz.-Almeida
ba3530657b
fix(picker): selectionIndex always initialized
2017-03-08 23:44:15 +01:00
Manu Mtz.-Almeida
f4c9ba6614
test(datetime): min/max failing cases
2017-03-08 23:44:15 +01:00
Felix Livni
58beea30f5
fix(datetime): picker.refresh() in generate(...) called too early
2017-03-08 23:44:15 +01:00
Dan Bucholtz
caf2f55a77
refactor(datetime): move datetime controller to separate module
...
move datetime controller to separate module
2017-03-02 14:47:17 -06:00
Dan Bucholtz
be79382386
test(e2e): refactor e2e tests to modular structure and utilize lazy loading where possible
...
refactor e2e tests to modular structure and utilize lazy loading where possible
2017-03-02 14:37:01 -06:00
Olivier Goguel
52a6d41c86
feat(datetime): add placeholder attribute
...
fixes #7966
2017-02-13 14:59:22 -05:00
Brandy Carney
cc21f93b87
docs(API): update descriptions to be more clear
...
also update descriptions for the same properties to be more consistent,
and reword all events to start and end the same.
closes #10248 closes driftyco/ionic-site#613 closes
driftyco/ionic-site#899
2017-01-31 17:47:52 -05:00
Brandy Carney
24544e01e1
test(datetime): add blank floating datetimes w/ and w/o form
2017-01-30 13:34:29 -05:00
Andrew Mitchell
81c3394d32
fix(datetime): set input-has-value class without formControlName ( #8947 )
2017-01-30 13:34:18 -05:00
Brandy Carney
c8c90572bc
chore(scripts): update e2e prod build to work with ionic-app-scripts ( #10083 )
...
* chore(e2e): WIP to add files needed for app-scripts
* chore(e2e): WIP one e2e test building but with errors
* chore(e2e): move e2e.prod to working with app-scripts
move shared functions into util, add support for debug flag when
running e2e.prod / demos.prod which gets passed to app-scripts
* chore(build): fix app-scripts build for all e2e and demos
* chore(e2e): update ionic-angular import path
* chore(build): update dev paths to work with prod
* chore(e2e): get watch working with e2e prod
* docs(scripts): update README for running e2e and demos
closes #8411
closes #10023
2017-01-19 11:09:57 -05:00
Brandy Carney
d252fa49e5
chore(e2e): rename app-module.ts to app.module.ts for consistency
...
references #10023
2017-01-13 15:16:24 -05:00
Brandy Carney
99c493e8ac
fix(datetime): set disabled state from FormControl
2017-01-12 17:02:36 -05:00
Adam Bradley
24d0052541
chore(noImplicitAny): add noImplicitAny to tsconfig
2017-01-12 10:14:50 -06:00
Adam Bradley
7000b1b173
refactor: improve tree shaking abilities
...
Internal refactor completed in order to improve tree shaking and dead
code removal. The public API, with an exception to ion-slides, has
stayed the same. However, internally many changes were required so
bundlers could better exclude modules which should not be bundled.
Ultimately most changes resorted to removing references to `window` or
`document`, or a module that referenced one of those.
BREAKING CHANGES
ion-slides was refactored to remove the external dependencies, and
rewritten in TypeScript/ES6 modules to again improve tree shaking
abilities.
2017-01-09 09:51:39 -06:00
Brandy Carney
fd9e406403
test(datetime): add missing declaration
2016-12-21 10:08:09 -05:00
Brandy Carney
acba3c0538
fix(datetime): enable custom day values ( #9708 )
...
* fix(datetime): dayValues attribute
fixes #7190
* fix(datetime): default to the first year if the current year doesn't exist
When the current year does not exist in yearValues, it was disabling
months when it shouldn’t - this commit fixes that so all of the months
are enabled.
Closes #7190
* fix(datetime): only set the year to the first option if yearCol exists
2016-12-19 14:19:17 -05:00
Manu Mtz.-Almeida
448e020c05
fix(picker): making touchable fill all the available space
2016-11-20 19:05:23 -06:00
Adam Bradley
a7042e37c2
style: js is hard
2016-11-15 13:58:10 -06:00
Adam Bradley
c72b67d376
fix(datetime): fix min/max displayFormat and pickerFormat
...
Closes #8729
2016-11-15 13:52:32 -06:00
Alan
025c5cc646
fix(components): add a mode agnostic css class ( #9133 )
...
Fixes #8545
2016-11-14 13:50:01 -05:00