Skip to content

v13.0.0

Compare
Choose a tag to compare
@agliga agliga released this 28 Dec 20:38
· 280 commits to master since this release
020e92a

Major version release

Breaking changes

Please be aware this version has breaking changes that will require you to update your application

  • Updated to support Typescript. This also included multiple file changes and deprecated attributes removed. This should not be breaking but there might be some attributes that were not being used that were removed. If there are any problems reach out to us so we can see if these are removed or not.
  • Reimported icons. Some icons are renamed, and others removed. See: (#2053 #2167 #2166)
  • Infotip/Tooltip/Tourtip: Added floating-ui support. We have removed styleLeft styleRight styleTop and styleBottom for this to support floating-ui. Please use offset attribute to change the position. Also position is deprecated in favor of placement. (Placement will use floating-ui attributes and will be tip relative, rather than pointer relative).

Major changes

Typescript

We have full typescript support. Our code has been completely rewritten to support Typescript and types! We have most of our inputs and states defined but we still have a couple of places to clean up. Overall, we are very happy with this change!

Infotips/Tooltips/Tourtips

We have added floating-ui support to all our tips. Now when we open up a tooltip at the bottom of the page, or in a hidden overflow div, it should show up correctly! This was a long time coming and we are happy to have this change in this version.
The hope is to add this to other places, such as combobox, listbox, etc so that those will "float" correctly. But this is a future task.

Skeletons

We have added skeleton loaders. This new component should be used in very specific cases which is defined in Skin. Please look at those before implementing skeleton loaders to minimize layout shifts and other problems. Skeleton loaders on skin site

All changes linked here

Full Changelog: v12.8.1...v13.0.0