Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

feat: implement timeline2 component - INNO-1546 #102

Merged
merged 21 commits into from
Jun 28, 2019
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
e577e8a
INNO-1546 Timeline component without JS
haringsrob Jun 21, 2019
9ce12d9
INNO-1546 Test updates
haringsrob Jun 21, 2019
213814a
INNO-1546 add missing dependency in ec-components
haringsrob Jun 21, 2019
67067d6
INNO-1546 update tests and add js
haringsrob Jun 21, 2019
0f67d36
Merge branch 'v2.7-dev' into INNO-1546-timeline2-component
yhuard Jun 24, 2019
0e05003
INNO-1546 bugfixes and cleanup
haringsrob Jun 24, 2019
c96e7fb
INNO-1546 update docs
haringsrob Jun 24, 2019
81b6f7f
Merge branch 'v2.7-dev' into INNO-1546-timeline2-component
haringsrob Jun 24, 2019
54c2bcc
INNO-1546 update button component and documentation
haringsrob Jun 24, 2019
e139453
Merge branch 'INNO-1546-timeline2-component' of github.com:ec-europa/…
haringsrob Jun 24, 2019
c75fd91
INNO-1546 Undo button extra classes and use transform property
haringsrob Jun 24, 2019
7acb299
INNO-1546 remove trailing commas and remove correct dependency
haringsrob Jun 24, 2019
0460c6e
Merge branch 'v2.7-dev' into INNO-1546-timeline2-component
yhuard Jun 25, 2019
97ddf18
INNO-1546 simplify the timeline component
haringsrob Jun 27, 2019
8200838
Revert "INNO-1546 simplify the timeline component"
haringsrob Jun 27, 2019
4096fd5
INNO-1546 update component with from - to
haringsrob Jun 27, 2019
bb539a4
INNO-1546 test updates and 0 to scenario
haringsrob Jun 27, 2019
bb6ac5f
INNO-1546 add logic for positive to, tests improvements, knobs
haringsrob Jun 27, 2019
2c783e6
INNO-1546: Improve code readability
haringsrob Jun 28, 2019
5b85c89
Merge branch 'v2.7-dev' of github.com:ec-europa/ecl-twig into INNO-15…
haringsrob Jun 28, 2019
f214363
INNO-1546 give the comment some space
haringsrob Jun 28, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/ec/packages/ec-component-timeline/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
__snapshots__
*.story.js
*.test.js
**/*.md
Empty file.
7 changes: 7 additions & 0 deletions src/ec/packages/ec-component-timeline/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ECL Twig - EC Timeline component

npm package: `@ecl-twig/ec-component-timeline`

```shell
npm install --save @ecl-twig/ec-component-timeline
```
Loading