Kenrick Tandrian
|
07d7178dc3
|
Task/upgrade to Nx 22.1.3 and Storybook 10.1.10 (#6105)
* chore(deps): bump nx from 22.0 to 22.1
* fix(ts): set moduleResolution to bundler
This is a requirement for Storybook 10 migration. See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#require-tsconfigjson-moduleresolution-set-to-value-that-supports-types-condition.
* feat(sb): change main.js to ESM
See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#the-storybookmain-file-and-other-presets-must-be-valid-esm.
* fix(ts): set target to es2022
This resolves the warning: TypeScript compiler options "target" and "useDefineForClassFields" are set to "ES2022" and "false" respectively by the Angular CLI. To control ECMA version and features use the Browserslist configuration. For more information, see https://angular.dev/tools/cli/build#configuring-browser-compatibility.
* fix(ts): set esModuleInterop to true
* feat(docs): update changelog
* fix(ts): set moduleResolution to bundler
* fix(ts): revert target changes
* Update changelog
|
2 weeks ago |
Kenrick Tandrian
|
e5de4e6b17
|
Bugfix/fix Storybook styles after upgrade (#5258)
* Fix Storybook styles after upgrade
* Update changelog
|
6 months ago |
Attila Cseh
|
bb216e29ce
|
Feature/upgrade to Nx 21.2 (#5221)
* Upgrade to Nx 21.2
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
|
6 months ago |
Ken Tandrian
|
02a4e27083
|
Bugfix/missing assets in Storybook (#4324)
* fix(sb): add staticDirs config
* fix(sb): improve config type safety
* Update changelog
|
11 months ago |
Ken Tandrian
|
72d5c713c5
|
Feature/import global styles in Storybook (#4302)
* feat(ui): include styles in storybook build
* chore(ui): cleanup
* fix(ui): remove styles from storybook target
* Update changelog
|
11 months ago |
Thomas Kaul
|
0b59fc639d
|
Feature/upgrade prettier to version 3 (#2163)
* Upgrade prettier to version 3.0.2
* Prettify code
* Update changelog
|
2 years ago |
Thomas Kaul
|
7fc3fff431
|
Bugfix/fix storybook setup (#1976)
* Fix Storybook setup
* Update changelog
|
3 years ago |
Thomas Kaul
|
ce022c024f
|
Feature/upgrade nx to version 15.7.2 (#1721)
* Upgrade Angular and Nx
* Update changelog
|
3 years ago |
Logan Arnett
|
8e577592f6
|
Fix issue with $localize in storybook (#1343)
|
3 years ago |
Thomas Kaul
|
34cbdd7c2a
|
Upgrade angular, Nx and storybook (#888)
* Upgrade angular, Nx and storybook
* Update changelog
|
4 years ago |
Thomas Kaul
|
fbd1475402
|
Feature/upgrade core dependencies (#490)
* Upgrade core dependencies
* angular
* nestjs
* Nx
* rxjs
* storybook
* Temporarily fix imports for storybook
* Update changelog
|
4 years ago |
Thomas Kaul
|
861dff9210
|
Feature/upgrade storybook dependencies (#381)
* Upgrade storybook dependencies
|
4 years ago |
Thomas Kaul
|
ba234a470e
|
Feature/add storybook story for trend indicator component (#346)
* Add storybook story for trend indicator component
* Update changelog
|
4 years ago |
Thomas Kaul
|
ccae660104
|
Feature/add storybook story for no transactions info component (#345)
* Add storybook story for no transactions info component
* Update changelog
|
4 years ago |
Thomas Kaul
|
5fd413e57e
|
Feature/setup storybook (#332)
* Setup ui library with storybook
* Add value component with story
* Update changelog
|
4 years ago |