File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,17 @@ This file is a running track of new features and fixes to each version of the pa
33
44This 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.
You can’t perform that action at this time.
0 commit comments