c4eed03630
chore(dgeni): make returns object macro a table instead of a list
2016-04-13 13:20:00 -05:00
497825329e
docs(dgeni): a better formatting fix for methods that return objects. Rel ionic-site#540
2016-04-12 19:13:28 -05:00
dec9f76105
docs(dgeni): add commas between related docs. Closes ionic-site#538
2016-04-12 16:25:23 -05:00
f14e3840e2
build(demos): fix path for zone
2016-04-07 11:47:17 -04:00
9613881236
chore(dgeni): debugging fix this doc link rel to TS 1.8 path bug
2016-04-01 13:18:08 -05:00
50d2d0875b
chore(dgeni): TS 1.8 dgeni tweak and CI perf improvements
2016-04-01 13:07:18 -05:00
ff17cf836c
chore(dgeni): some docs don't have a relativePath
2016-04-01 12:30:52 -05:00
b832b4c502
docs(dgeni): fix doc update link
2016-04-01 11:57:31 -05:00
75c71a39c7
chore(karma): fix karma-watch
2016-03-15 10:48:22 -05:00
f0bfa18a07
chore(karma): re-run karma on source changes as well
2016-03-15 10:04:57 -05:00
37beb0f4fe
test(alert): fix snapshot tests
2016-03-13 13:15:04 -05:00
7dfbb9deb6
fix(build): output.css needs to exist prior to doc gen
2016-03-11 18:44:14 -06:00
91f36f2217
chore(dgeni): TS 1.8 patch cont.
2016-03-11 18:22:57 -06:00
4a1dce3be6
chore(dgeni): TS 1.8 patch cont.
2016-03-11 17:59:30 -06:00
92446157a4
chore(dgeni): TS 1.8 patch cont.
2016-03-11 17:43:14 -06:00
36a47568a9
chore(dgeni): TS 1.8 patch cont.
2016-03-11 17:30:45 -06:00
5fb37cc665
chore(dgeni): dgeni TS 1.8 patch cont.
2016-03-11 17:18:24 -06:00
5d766d3045
chore(dgeni): TS 1.8 patch, remove double slashes
2016-03-11 17:16:32 -06:00
01a3034b96
chore(dgeni): work around TS 1.8 dgeni bug RE output paths
2016-03-11 16:45:02 -06:00
6ec68e207c
chore(dgeni): add anchor links to individual methods
2016-03-11 16:01:28 -06:00
908ef9e4c4
chore(dgeni): docs links tweak
2016-03-11 15:32:38 -06:00
559ecd6912
chore(dgeni): add anchor links to docs
2016-03-11 10:33:55 -06:00
a0d068dae0
docs(demos): update gulp file and API demos to include windows theme
2016-03-10 23:04:13 -05:00
87d1983f48
chore(package): update README
2016-03-07 09:52:35 -06:00
77b77d1582
chore(snapshot): add more sleepBetweenSpecs
2016-03-05 21:42:29 -06:00
535856155b
docs(api): update api index.md
2016-03-04 10:00:35 -06:00
1b030ea464
chore(snapshot): remove l and o from id generation
2016-03-04 09:38:24 -06:00
5ab8f616f6
docs(api): update API index.md
2016-03-04 08:55:58 -06:00
62c7199fd1
Merge branch '2.0' into windows-mode
2016-03-03 13:12:52 -05:00
9c1db87a6c
chore(): update karma system config for relative imports
2016-03-02 15:46:41 -06:00
cbe9ed8c23
chore(): update karma tests to work with npm3
2016-03-02 13:57:09 -06:00
8faba7d5d2
chore(): update READMEs to new package name
2016-03-01 18:06:33 -06:00
02da18b311
Merge branch '2.0' into windows-mode
...
# Conflicts:
# ionic/components/searchbar/searchbar.ts
2016-02-29 19:02:55 -05:00
b93bc0c1bd
chore(dgeni): filter out local filesystem paths from the docs
2016-02-29 16:45:29 -06:00
0267656df0
Merge branch '2.0' into windows-mode
2016-02-25 16:17:31 -05:00
4a9013e02e
chore(npm): update package description
...
Related: https://github.com/npm/newww/issues/1864 .
2016-02-25 13:34:36 -06:00
6844425e09
Merge branch '2.0' into windows-mode
2016-02-24 13:40:07 -05:00
1cdf10238f
docs(api demos): update api demos
2016-02-24 11:18:51 -05:00
d945bdeed9
chore(dgeni): new source input point
2016-02-23 19:58:12 -06:00
6cd0c45f7c
Merge branch '2.0' into windows-mode
2016-02-23 13:43:05 -05:00
0cb080c924
chore(karma): update Ionic imports
...
Closes https://github.com/driftyco/ionic/issues/5566 .
2016-02-23 07:35:02 -06:00
870dda5507
Merge branch '2.0' into windows-mode
2016-02-22 20:38:50 -05:00
a9c995d07d
feat(windows): initial add of windows mode
...
basically a copy of md for now
references #5565
2016-02-22 20:36:02 -05:00
c883a2ae91
chore(): update Ionic imports in tests
2016-02-22 17:45:17 -06:00
1cfca53f9d
chore(npm): publish package as 'ionic-angular'
...
BREAKING CHANGE: imports from the framework were:
```
import {Platform} from 'ionic-framework/ionic';
```
and are now:
```
import {Platform} from 'ionic-angular';
```
2016-02-22 13:25:55 -06:00
af0d84c711
fix(deploy): make sure production mode is set to true
2016-02-19 11:05:28 -06:00
8b717c21f2
chore(dgeni): fixing api side menu active page highlights
2016-02-18 16:11:37 -06:00
1b7cb8ccb0
chore(demos): don't bundle demos when developing
...
Rebundling all demos on every change takes 1 minute, only do it for
production.
2016-02-18 14:53:46 -06:00
ad276fa25d
chore(snapshot): run e2e before snapshot
2016-02-18 13:52:56 -06:00
ffff210480
chore(dgeni): hide private static methods Fixes driftyco/ionic-site#437
2016-02-18 13:44:28 -06:00