Skip to content

Commit

Permalink
Merge pull request #819 from infinum/feature/main-branch-sync
Browse files Browse the repository at this point in the history
Main branch sync
  • Loading branch information
goranalkovic-infinum authored Apr 23, 2024
2 parents 80451a4 + c18dbf7 commit 50455ec
Show file tree
Hide file tree
Showing 224 changed files with 712 additions and 8,596 deletions.
3 changes: 0 additions & 3 deletions .storybook/babel.config.js

This file was deleted.

34 changes: 0 additions & 34 deletions .storybook/main.js

This file was deleted.

173 changes: 0 additions & 173 deletions .storybook/manager-head.html

This file was deleted.

29 changes: 0 additions & 29 deletions .storybook/manager.js

This file was deleted.

Empty file removed .storybook/preview-body.html
Empty file.
3 changes: 0 additions & 3 deletions .storybook/preview-head.html

This file was deleted.

31 changes: 0 additions & 31 deletions .storybook/preview.js

This file was deleted.

16 changes: 0 additions & 16 deletions .storybook/theme.js

This file was deleted.

8 changes: 0 additions & 8 deletions .storybook/webpack.config.js

This file was deleted.

58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,60 @@ All notable changes to this project will be documented in this file.

This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).

## [11.0.1] - 2024-04-23

### Updated
- Fixed block editor sidebar block display with long labels

## [11.0.0] - 2024-04-23

### Updated
- Support for WordPress 6.5
- Fixed rounding errors with `NumberPicker`
- Updated dependencies
- Fixed missing props for custom Wrapper
- Tweaked `Repeater` style a bit
- Reworked `AnimatedContentVisibility` to use Framer Motion instead of Gutenberg `Animation` component for better performance
- Fixed extra line break in Responsive label

### Removed
- WP style overrides for WordPress < 6.3

### Important
**Minimum required Node version is now 20!**

## [10.0.0] - 2024-03-18

### Removed
- Storybook is no longer part of Frontend Libs (Potentially breaking!)

### Added
- 1 new utility class: `focus-slight-button-border-wp` (as WP really likes using the `:focus` state, instead of `:focus-visible`)
- `additionalPopoverProps` prop in `PopoverWithTrigger` for passing custom props
- `data-es-popover-close` can now also close `PopoverWithTrigger` externally

### Updated
- Updated dependencies
- Replaced `import-glob-loader` with `import-glob`, as the previous package was abandoned
- Fixed `NumberPicker` spinners in Firefox
- Fixed wrong types in doc blocks (`ColorPicker`)
- Fixed `LinkInput` `fetchSuggestion` not working properly
- Tweaked `Menu` submenu style
- Fixed `PopoverWithTrigger` external closing prop passthrough

## [9.7.0] - 2024-03-08

### Added
- 1 UI icon, 9 block icons.

### Updated
- Fixed default `NumberPicker` sizing
- Tweaked some of the default `Menu` trigger button classes.
- Reworked the look of `Repeater`.
- Moved the delete button of a repeater item into an inline menu, with a slot for more options.
- Tweaked `ReOrderable` so the drag handle is the only place the item can be moved. This alleviates issues with interactive controls within the item.
- Updated dependencies.

## [9.6.0] - 2024-02-29

### Added
Expand Down Expand Up @@ -1004,6 +1058,10 @@ Follow this migration script in order for you project to work correctly with the

[Unreleased]: https://github.com/infinum/eightshift-frontend-libs/compare/master...HEAD

[11.0.1]: https://github.com/infinum/eightshift-frontend-libs/compare/11.0.0...11.0.1
[11.0.0]: https://github.com/infinum/eightshift-frontend-libs/compare/10.0.0...11.0.0
[10.0.0]: https://github.com/infinum/eightshift-frontend-libs/compare/9.7.0...10.0.0
[9.7.0]: https://github.com/infinum/eightshift-frontend-libs/compare/9.6.0...9.7.0
[9.6.0]: https://github.com/infinum/eightshift-frontend-libs/compare/9.5.0...9.6.0
[9.5.0]: https://github.com/infinum/eightshift-frontend-libs/compare/9.4.2...9.5.0
[9.4.2]: https://github.com/infinum/eightshift-frontend-libs/compare/9.4.1...9.4.2
Expand Down
16 changes: 0 additions & 16 deletions blocks/init/src/Blocks/components/button/docs/readme.mdx

This file was deleted.

Loading

0 comments on commit 50455ec

Please sign in to comment.