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

Allow for color: false to wipe the colorMap. #455

Merged
merged 2 commits into from
Nov 6, 2023

Conversation

jdmarshall
Copy link
Contributor

For issue #449

👀What is this pr about?

Summary of what this is about

🚀 Changes

Added

  • feature1
  • feature2

Fixed

Updated

🖼 Screenshots

Before After
🧟 😎

👶 The naming of the PR

chore(deps): some dependency update
feat: Line Width is not limited, previously it was unlimited
fix(technical): Deployment issue with npm is fixed
fix: title names can be decorated

@ayonious
Copy link
Owner

ayonious commented Nov 4, 2023

This looks amazing

@@ -32,6 +32,7 @@ export interface ComplexOptions {
disabledColumns?: string[];
computedColumns?: ComputedColumn[];
rowSeparator?: boolean;
color? : boolean;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdmarshall Could you change this name to
shouldDisableColors?: boolean;
instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That doesn't seem to match up with the other arguments, but I'll try.

@ayonious ayonious merged commit 9405d83 into ayonious:master Nov 6, 2023
ayonious pushed a commit that referenced this pull request Dec 22, 2023
# [2.12.0](v2.11.2...v2.12.0) (2023-12-22)

### Bug Fixes

* Multiple line Title ([#453](#453)) ([4876a92](4876a92))
* Updating docs to include better examples ([#458](#458)) ([15ce90a](15ce90a))

### Features

* Allow for color: false to wipe the colorMap. ([#455](#455)) ([9405d83](9405d83))
@ayonious
Copy link
Owner

🎉 This PR is included in version 2.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants