igor
b3792ef521
Use ɵReflectionCapabilities + knobs example
2017-12-28 10:31:57 +02:00
Igor
fc197de71c
Merge branch 'master' into fix-di
2017-12-28 09:03:50 +02:00
Michael Shilman
fbe50ffb46
v3.3.2
2017-12-28 12:10:49 +09:00
Dependencies.io Bot
2aee63edf2
Update @angular/cli from 1.6.2 to 1.6.3 in examples/angular-cli
2017-12-28 00:16:18 +00:00
Dependencies.io Bot
1d2c65cdc6
Update zone.js from 0.8.18 to 0.8.19 in examples/angular-cli
2017-12-28 00:14:16 +00:00
Dependencies.io Bot
7662394e36
Update karma-coverage-istanbul-reporter from 1.3.1 to 1.3.3 in examples/angular-cli
2017-12-27 16:37:42 +00:00
jason
46699f6a26
added dependency injection usecase story to examples
2017-12-27 12:43:51 +03:00
Michael Shilman
79c07c727a
v3.3.1
2017-12-26 19:30:05 -08:00
Michael Shilman
0c38d5a041
Update cross-dependencies manually
...
Because of lerna not supporting `x.y.z-alpha.N` versions, we hardcode
these things when we are doing prerelease
2017-12-26 15:42:45 -08:00
Michael Shilman
92d7fca746
v3.3.0-rc.1
2017-12-26 09:48:54 -08:00
Filipp Riabchun
52fc7fc322
Merge branch 'master' into CI-angular
2017-12-24 13:58:34 +03:00
hypnos
9127f79029
Add integration test for angular example
2017-12-24 11:58:12 +01:00
hypnos
0d27286058
Merge remote-tracking branch 'origin/master' into dependencies.io-update-build-140.0.0
...
# Conflicts:
# examples/angular-cli/package.json
2017-12-24 11:30:08 +01:00
Michael Shilman
aa2a8c11f3
v3.3.0-rc.0
2017-12-23 20:20:05 -08:00
Dependencies.io Bot
7242ad8026
Update tslint from 5.3.2 to 5.8.0 in examples/angular-cli
2017-12-24 01:03:17 +00:00
Dependencies.io Bot
0aacc39b5a
Update ts-node from 3.2.2 to 3.3.0 in examples/angular-cli
2017-12-24 01:01:30 +00:00
Dependencies.io Bot
4d5eb04330
Update protractor from 5.1.2 to 5.2.2 in examples/angular-cli
2017-12-24 00:59:44 +00:00
Dependencies.io Bot
a4e03c04bf
Update karma-coverage-istanbul-reporter from 1.3.0 to 1.3.1 in examples/angular-cli
2017-12-24 00:57:54 +00:00
Dependencies.io Bot
b22d5116e5
Update karma-chrome-launcher from 2.1.1 to 2.2.0 in examples/angular-cli
2017-12-24 00:56:16 +00:00
Dependencies.io Bot
0630b75631
Update jasmine-spec-reporter from 4.1.1 to 4.2.1 in examples/angular-cli
2017-12-24 00:54:32 +00:00
Dependencies.io Bot
16b297d866
Update jasmine-core from 2.6.4 to 2.8.0 in examples/angular-cli
2017-12-24 00:52:54 +00:00
Dependencies.io Bot
e800da99f3
Update @types/jasmine from 2.5.54 to 2.8.2 in examples/angular-cli
2017-12-24 00:51:10 +00:00
Dependencies.io Bot
e8b2654504
Update @angular/cli from 1.3.0 to 1.6.2 in examples/angular-cli
2017-12-24 00:49:19 +00:00
jason
383ac44a72
added example story to examples/angular-cli
2017-12-24 02:24:01 +03:00
Michael Shilman
4903d6ece7
v3.3.0-alpha.6
2017-12-23 09:25:20 -08:00
Michael Shilman
a65beced79
v3.3.0-alpha.5
2017-12-23 09:05:46 -08:00
Carlos Vega
c367d967dc
Igor's feedback
...
- Changing main tag to a more meaningful name
- Removing redundant type Data
- Validating moduleMetadata param
- Removing unused references
Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-12-21 09:55:22 -06:00
Carlos Vega
82c1642923
Adding extra metadata to module/components
2017-12-20 16:07:38 -06:00
igor
a1470f6d86
Add required click handler to prevent errors.
2017-12-20 08:39:50 +02:00
igor
95771daad5
Add knobs support
2017-12-19 18:00:25 +02:00
igor
5fe1283e30
Add custom pipes support
2017-12-19 17:38:34 +02:00
hypnos
a9fb4ef046
Keep examples' dependencies up to date
2017-11-22 16:31:32 +03:00
Norbert de Langen
cf054ad1b3
Merge branch 'master' into release/3.3
...
# Conflicts:
# addons/comments/package.json
# addons/knobs/package.json
# addons/knobs/src/components/types/Array.js
# examples/cra-kitchen-sink/package.json
# package.json
# yarn.lock
2017-11-07 09:33:30 +01:00
Michael Shilman
8eb2fa33fa
Fix angular-cli package to avoid publishing
2017-11-07 12:55:38 +09:00
hypnos
72e43052c9
Remove @types/jasminewd2 dependency
...
(cherry picked from commit a458fa6)
2017-11-02 02:42:24 +03:00
hypnos
059835eb2d
Merge remote-tracking branch 'origin/master' into release/3.3
2017-10-22 22:51:34 +03:00
Carlos Vega
64b7d3daff
Bumping @storybook/* versions
...
Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-10-14 10:34:50 -06:00
Carlos Vega
0ae971f78e
Actually, button component is used several times, adding onClick palceholder
2017-09-14 09:09:25 -06:00
Carlos Vega
3d8eb0fcc4
Updating to latest Angular 5 beta
2017-09-14 08:50:03 -06:00
Carlos Vega
8137d67dfa
Debouncing render calls
...
- Angular's bootstrapping process is async and sometimes storybook triggers two re renders. In these cases, we reach an inconsistent state in which we can't properly dispose the old view and listeners get duplicated. With this debounce function we make sure we're accounting for those times.
2017-09-13 18:35:08 -06:00
Carlos Vega
b05d6d82eb
Fixing the styles example
2017-09-12 16:29:30 -06:00
Carlos Vega
cad98bbd69
Merge branch '269-angular-support' of github.com:storybooks/storybook into 269-angular-support
2017-09-12 13:00:16 -06:00
Norbert de Langen
a86701828e
SYNC versions && FIX
2017-09-12 20:41:36 +02:00
Norbert de Langen
ab30934249
trying to fix after yarn workspaces change
2017-09-09 13:30:49 +02:00
Carlos Vega
45fa5c14fd
Knobs addon and Angular app refactor
...
- Knobs addon now works (it had a bug in which the knobs would get cleaned *after* the new story was loaded.
- No longer using decarator/classes for dynamic component creation, this will allow us to "inherit" from the components we get from the user.
Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-09-06 10:25:56 -06:00
Carlos Vega
f9114ad5be
Experimenting with knobs addon.
...
Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-08-30 14:15:33 -06:00
Carlos Vega
b3e8d0a32e
Removing ts lint errors for jasmine
...
Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-08-18 18:18:58 +02:00
Carlos Vega
c05e5303ca
Updating angular version to latest beta and fixing errors regarding @types/node
dependencies
...
Downgraded the version of `@types/node` used for the knobs addon. There's a well known issue with TS + lerna repositories (hoisted deps and symlinks). This fixes the issue for the time being.
Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-08-18 18:18:58 +02:00
Carlos Vega
ede5c0e110
Laying the foundation to fix the knobs
add-on for angular
...
Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-08-18 18:18:58 +02:00
Carlos Vega
aec73db8c1
Removing unneded deps and updating deps versions
...
Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-08-18 18:18:58 +02:00