Skip to content

Commit 538e3d8

Browse files
CyberDexafarber
andauthored
fix versioning (#250)
* Create src/Dialog.ts and test * Add stories * Center the anchor * Fix buttons, colors * Fix buttons in Sprite stories * Rename to DialogSolidColors, remove the logs * Use Texture.WHITE as default backdrop, make dialog buttons optional, add 2 stories * Modify createBunnyBackdrop to display a scrolling grid of bunnies * Remove NineSliceDifferentSizes story, move createBunnyBackdrop and give it a scrollSpeed param * Add new backdrop.ts file and JSdoc comments * Use scroll box for the letter grid * Fix checkbox hit area by adding fill() * Reduce the height * Add getters, rename properties - to match the established style of the other components * Add disable animations property * Update user stories * Drop disableAnimations and use animations like FancyButton * Update the ConfirmDialog story to use FancyButtons * Make the FancyButtons in the ConfirmDialog story fancier * make padding to be applied horizontally * make padding do not effect content margings * use closeOnBackdropClick setting in all stories if present * fix defaultButtonHoverColor & defaultButtonPressedColor can be 0 * refactor Dialog buttons * Fix the closeOnBackdropClick bug when dialog body is clicked * Remove the animated bunny backdrop * Remove the solid colors dialog * Fix letter alignment * Add margin between buttons * Add spacing between non-fancy buttons * fix rest of the issues and update content implementation * fix issue * Fix warnings * Fix closing the 'Use Sprite' dialogs * fix story * add onClose event * update docs * fix issues * fix lint * 2.3.0 --------- Co-authored-by: Alexander Farber <[email protected]>
1 parent a0b9db1 commit 538e3d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixi/ui",
3-
"version": "2.2.7",
3+
"version": "2.3.0",
44
"description": "It is a library that contains commonly used UI components, that are extensible to allow them to be used in any project",
55
"homepage": "https://github.com/pixijs/ui",
66
"bugs": "https://github.com/pixijs/ui/issues",

0 commit comments

Comments
 (0)