Skip to content

Commit 6ff3863

Browse files
committed
Update version and readme
1 parent f01cecc commit 6ff3863

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,18 @@ See [Contributing to ForEvolve open source projects](https://github.com/ForEvolv
234234

235235
Since CI build numbers are automated, it is hard to know in advance what the next deployed build number will be, so the `(latest)` version represent that version.
236236

237+
## 2.1.0
238+
239+
- Add a Themed page in the sample app.
240+
- Add the following themed utilities that flip from dark to light depending on the theme:
241+
- `.bg-themed` (dark: `.bg-dark` | Light: `.bg-light`)
242+
- `.text-themed` (dark: `.text-light` | Light: `.text-dark`)
243+
- `.alert-themed` (dark: `.alert-dark` | Light: `.alert-light`)
244+
- Add the following themed utilities (inverted colors) that flip from dark to light depending on the theme:
245+
- `.bg-themed-inverted` (dark: `.bg-light` | Light: `.bg-dark`)
246+
- `.text-themed-inverted` (dark: `.text-dark` | Light: `.text-light`)
247+
- `.alert-themed-inverted` (dark: `.alert-light` | Light: `.alert-dark`)
248+
237249
## 2.0.0
238250

239251
- Add `bootstrap-dark-prefers-light.css` which default to Bootstrap dark and display the light colors if the user's `prefers-color-scheme: light`.

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"publicReleaseRefSpec": ["^refs/heads/(main|master)$"],
55
"cloudBuild": {
66
"buildNumber": {

0 commit comments

Comments
 (0)