Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x-teaser-timeline #204

Closed
wants to merge 32 commits into from
Closed
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e8e1584
Beginnings of new x-timeline-feed component
Oct 17, 2018
91dfbb7
Splitting of today's articles into latest/earlier.
Oct 17, 2018
7fecc7a
Allow today's date to set explicitly. Enables deterministic snapshot …
Oct 18, 2018
ccbbd44
Support styles.
Oct 18, 2018
9f351fd
Set article group titles in one place. Pass localTodayDate around less.
Oct 18, 2018
b79ad1e
Very basic unit tests.
Oct 18, 2018
3b9c44f
Use teaser data format for articles.
Oct 19, 2018
bb9a86d
Render articles as x-teasers
Oct 19, 2018
c47e1df
Use Bower, add o-grid and o-typography as dependencies.
Oct 29, 2018
14d3dfc
Use correct styles for article group heading, and only apply grid on …
Oct 29, 2018
bff5563
Added articleActionsCreator prop for generating article action conten…
Oct 29, 2018
d0c6dcf
Unit test articleActionsCreator prop
Oct 30, 2018
62cf800
Set default localTodayDate
Oct 30, 2018
300936e
If no (or invalid) articles, then render nothing.
Oct 30, 2018
626ed66
Basic documentation of props.
Oct 30, 2018
2a40e27
Handle latestArticlesTime not being on localTodayDate.
Nov 1, 2018
7c432b0
Better docs
Nov 1, 2018
b8e9124
timezoneOffset prop default now uses runtime clock, to be consistent …
Nov 2, 2018
1dda585
Don't create real Date objects when getting just date from an ISO dat…
Nov 6, 2018
7a5e8cd
Use snapshots in tests.
Nov 6, 2018
203aa75
articleActionsCreator accepts JSX or a function
Nov 9, 2018
f533daa
Rename articleActionsCreator to articleCustomSlot
Nov 9, 2018
7a32c28
More defensive transformations.
Nov 12, 2018
04546e9
Rename styles from article to item.
Nov 12, 2018
0569862
Rename articles.json
Nov 12, 2018
4787549
Rename articles to items in prop names.
Nov 12, 2018
1b47d74
Rename usages of article to item
Nov 12, 2018
e65863b
Use parentTheme to apply style modifications to teaser.
Nov 12, 2018
0667a41
Rename stories
Nov 12, 2018
74f7596
Rename test scenarios.
Nov 12, 2018
71ef9e5
Rename x-timeline-feed to x-teaser-timeline
Nov 12, 2018
5e7f9cc
Merge pull request #219 from Financial-Times/rename-x-timeline-feed
dan-searle Nov 13, 2018
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ bower_components
npm-debug.log
.DS_Store
dist
.idea
Loading