Jordan Purinton
4c04ba3bfb
docs(router):fix typo
2018-08-16 16:44:55 +02:00
Manu Mtz.-Almeida
d856ecfbbf
chore(): update to latest stencil
2018-08-12 12:04:27 +02:00
Manu Mtz.-Almeida
50ad1e7c5a
fix(router): transition race condition
...
fixes #14873
fixes #15090
2018-08-09 02:40:36 +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
Brandy Carney
2c37a5a7b2
docs(previews): update preview tests to have translucent white toolbars
...
to make ben happy
2018-07-24 16:27:17 -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
96945b1ee1
docs(): usage and examples
2018-06-18 12:45:15 -04:00
Brandy Carney
d94597b858
chore(jest): fix issues with validation and jest
2018-06-14 16:23:10 -04:00
Adam Bradley
0f4ed8162a
chore(router): move RouterIntent out of interface
2018-06-08 10:16:02 -05:00
Manu Mtz.-Almeida
c736bac32f
fix(angular): avoid TS 2.8 features
2018-05-23 17:31:24 +02:00
Manu Mtz.-Almeida
d0bd3ba89e
test(router): fix tests
2018-05-11 19:45:44 +02:00
Manu Mtz.-Almeida
875b9d0950
fix(router): fix push() public interface
2018-05-11 19:15:26 +02:00
Manu Mtz.-Almeida
93526617e0
Merge branch 'master' of github.com:ionic-team/ionic
2018-05-11 19:00:47 +02:00
Manu Mtz.-Almeida
ae9d0c7236
fix(router): accepts root direction
2018-05-11 18:56:29 +02:00
mhartington
73be92bd35
docs(): add note about router-outlet for angular
2018-05-11 12:25:13 -04:00
Manu Mtz.-Almeida
ece86ee38f
fix(router): change events when URL changes
2018-05-10 16:04:23 +02:00
Manu Mtz.-Almeida
27bd37dfc8
test(router): fix tests
2018-05-08 22:33:55 +02:00
Manu Mtz.-Almeida
0f8477dc34
fix(router): route information is stateless
2018-05-08 21:48:04 +02:00
Manu Mtz.-Almeida
ba551fda01
fix(router): dynamic redirects
2018-05-08 20:46:21 +02:00
Manu Mtz.-Almeida
bb809b63ed
perf(all): dynamic import
2018-05-08 19:39:07 +02:00
Manu Mtz.-Almeida
d9802f4b63
chore(): update to latest stencil
2018-04-30 18:49:30 +02:00
Manu Mtz.-Almeida
d613411287
feat(router): add willChange event
2018-04-30 18:49:22 +02:00
Manu Mtz.-Almeida
c905ba4611
fix(router): initial load waits until outlet attaches
2018-04-30 14:18:06 +02:00
Manu Mtz.-Almeida
af4bcb8dcf
fix(router): writeURL() for non root base
2018-04-30 14:16:38 +02:00
Manu Mtz.-Almeida
e56b2ee1a5
fix(router): error when it can't initialize property
2018-04-29 17:24:18 +02:00
Manu Mtz.-Almeida
98a351941d
fix(nav): rename animate to animated
2018-04-27 01:16:43 +02:00
Manu Mtz.-Almeida
89d5a358a7
fix(router): root prop
2018-04-26 23:17:15 +02:00
Manu Mtz.-Almeida
8b1452c5c1
fix(lint): import order
2018-04-26 20:18:57 +02:00
Manu Mtz.-Almeida
bf17a01f36
docs(router): some docs
2018-04-26 19:27:54 +02:00
Manu Mtz.-Almeida
9c7b0ca15f
fix(prerender): router compatible with prerender
2018-04-24 22:33:19 +02:00
Manu Mtz.-Almeida
053c375521
refactor(all): allow external imports
2018-04-24 16:12:02 +02:00
Manu Mtz.-Almeida
2b3c14b608
fix(angular): platform ready()
2018-04-20 16:08:38 +02:00
Manu Mtz.-Almeida
4ea8881f33
refactor(all): enable strictPropertyInitialization
2018-04-19 18:48:38 +02:00
Manu Mtz.-Almeida
78bd146ad2
fix(prerender): local references to window/document
2018-04-19 13:26:49 +02:00
Manu Mtz.-Almeida
9c11155732
test(tabs): update tests
2018-04-13 18:35:14 +02:00
Adam Bradley
d623b3b71f
feat(queue): use stencil's queue controller for dom read/writes
2018-04-11 15:24:49 -05:00
Manu Mtz.-Almeida
81dc67dda4
chore(): update to stencil 0.7.20
2018-04-10 19:16:32 +02:00
Manu Mtz.-Almeida
fd5c957787
refactor(all): enable ts strict
2018-04-10 02:43:48 +02:00
Adam Bradley
0105a4ee47
refactor(tab): rename tab properties
2018-03-28 10:12:04 -05:00
Manu Mtz.-Almeida
862e5719c6
feat(nav): goBack directive
2018-03-27 14:55:31 +02:00
Manu Mtz.-Almeida
113af9e53b
fix(router): ion-nav
2018-03-27 12:05:30 +02:00
Manu Mtz.-Almeida
9e9f2a206f
fix(router): route change detection
2018-03-27 01:32:47 +02:00
Manu Mtz.-Almeida
b26a56314b
fix(router): wait RAF
2018-03-27 01:28:49 +02:00
Manu Mtz.-Almeida
a718f7e1e3
fix(router): change detection for componentProps
2018-03-27 00:57:50 +02:00
Manu Mtz.-Almeida
ffaec1661a
fix(router): loging
2018-03-26 23:43:44 +02:00
Manu Mtz.-Almeida
8b4b5ba633
test(nav): fix tests
2018-03-26 23:43:43 +02:00
Manu Mtz.-Almeida
dddaee1719
fix(router): fixes navChanged()
2018-03-26 22:07:00 +02:00
Manu Mtz.-Almeida
e20f76c3b1
refactor(all): async/await
2018-03-24 03:27:27 +01:00
Manu Mtz.-Almeida
7a26162c5b
fix(router): explicit goback should not push
2018-03-22 19:11:10 +01:00