Skip to content

Commit 278d8b7

Browse files
committed
Update CHANGELOG.md
1 parent 0bfba30 commit 278d8b7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ This file is a running track of new features and fixes to each version of the pa
33

44
This project follows [Semantic Versioning](http://semver.org) guidelines.
55

6-
## v1.8.2
6+
## v1.9.0
7+
### Added
8+
* Added support for using Tailwind classes inside components using `className={}` rather than having to use `twin.macro` with the `css={}` prop.
9+
* Added HeadlessUI and Heroicons packages.
10+
* Added new `Tooltip.tsx` component to support displaying tooltips within the Panel.
11+
12+
### Changed
13+
* Upgraded From TailwindCSS 2 to 3 — for most people this should have minimal if any impact.
14+
* Reduced the number of custom colors in use — by default we now use Tailwind's default color pallet, with the exception of a custom gray scheme.
15+
* **[deprecated]** The use of `neutral` and `primary` have been deprecated in class names, prefer `gray` and `blue` respectively.
16+
717
### Fixed
818
* Fixes a bug causing a 404 error when attempting to delete a database from a server in the admin control panel.
919
* Fixes console input auto-capitalizing and auto-correcting when entering text on some mobile devices.

0 commit comments

Comments
 (0)