Skip to content

Commit

Permalink
Feat date (#259)
Browse files Browse the repository at this point in the history
* feat: show today

* feat - current data colour

* feat: add date on/off

* bug: default break

* chore: doc updates
  • Loading branch information
deejay-hub authored Oct 16, 2023
1 parent 6e4bdc3 commit b186234
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ The component has the following properties that can be set at design time in App
| `Future Time Range (Years)` | Adjusts the end date | Picklist (0.25 - 10) |
| `Zoom Based On` | Adjusts the position of the zoom | Picklist (First Date, Current Date, Last Activity) |
| `Zoom Range (Days)` | Adjusts the extent of the zoom | Integer min 15 max 365 |
| `Show Today` | Plots a line for the current date/time | Picklist (Yes/No) |
| `Today Colour` | Adjusts colour of line used for today | Picklist (Various Colours) |

#### Custom Labels

Expand Down
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## XX Xxx 202X v1.14.0

**WHAT'S NEW**
- Changed Salesforce API to v59.0 from v58.0
- Added the ability to plot today's date
- Added the ability to change the colour used for today's date
- Documentation improvements

**BUG FIXES**
- Fixed WCAG colour schemes used in Winter '24

## 26 Jun 2023 v1.12.0

**WHAT'S NEW**
Expand Down
1 change: 0 additions & 1 deletion force-app/main/default/lwc/timeline/timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,6 @@ export default class timeline extends NavigationMixin(LightningElement) {
default:
colour = "#107cad";
break;

}

return colour;
Expand Down

0 comments on commit b186234

Please sign in to comment.