Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main branch sync #819

Merged
merged 46 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
d2e8778
fix default NumberPicker sizing
goranalkovic-infinum Mar 7, 2024
e9475a0
tweak menu default classes
goranalkovic-infinum Mar 8, 2024
ad766a9
tweak re-orderable
goranalkovic-infinum Mar 8, 2024
695e5e4
rework repeater
goranalkovic-infinum Mar 8, 2024
5765003
update icons
goranalkovic-infinum Mar 8, 2024
a297c60
update versions and changelog
goranalkovic-infinum Mar 8, 2024
517b2a1
Merge pull request #809 from infinum/release/9.7.0
goranalkovic-infinum Mar 11, 2024
bab1e09
fix numberpicker in firefox
goranalkovic-infinum Mar 14, 2024
0653aaf
remove storybook
goranalkovic-infinum Mar 15, 2024
b4fb4bc
update glob loader
goranalkovic-infinum Mar 15, 2024
97537d1
update readme and package.json
goranalkovic-infinum Mar 15, 2024
c7bd322
move import glob to deps
goranalkovic-infinum Mar 15, 2024
9c5c807
update browsersync webpack plugin
goranalkovic-infinum Mar 15, 2024
ca8357c
move babel preset env to dependencies
goranalkovic-infinum Mar 15, 2024
5d77737
remove react-html-parser
goranalkovic-infinum Mar 15, 2024
ebf99fb
update util classes
goranalkovic-infinum Mar 15, 2024
15f2f0d
fix linkinput fetch function
goranalkovic-infinum Mar 16, 2024
a05431f
fix colorpicker docblock
goranalkovic-infinum Mar 16, 2024
1d0e794
tweak submenu styles
goranalkovic-infinum Mar 16, 2024
17c2afe
add customprops prop to popoverWithTrigger
goranalkovic-infinum Mar 16, 2024
4bf20a5
tweak menu submenus
goranalkovic-infinum Mar 16, 2024
5d44e3d
expand popoverwithtrigger extenral close
goranalkovic-infinum Mar 16, 2024
2dc4462
fix popoverwithtrigger prop passthrough
goranalkovic-infinum Mar 16, 2024
11066ef
update packages
goranalkovic-infinum Mar 16, 2024
51f0a5e
update changelog
goranalkovic-infinum Mar 16, 2024
8449769
Merge pull request #812 from infinum/release/10.0.0
goranalkovic-infinum Mar 18, 2024
ee3398c
add missing functionality to the wrapper
kancijan Apr 22, 2024
106335d
add back $wrapperTag
kancijan Apr 22, 2024
aa1f511
Merge pull request #815 from infinum/814-bug-wrapper-as-standalone-co…
kancijan Apr 22, 2024
7bd9017
fix numberpicker decimals
goranalkovic-infinum Apr 22, 2024
1fa3122
add WP style overrides for 6.5
goranalkovic-infinum Apr 22, 2024
01002cc
update dependencies
goranalkovic-infinum Apr 22, 2024
b6b0d76
update changelog
goranalkovic-infinum Apr 22, 2024
11bc7fc
fix numberpicker value parsing
goranalkovic-infinum Apr 22, 2024
f8ebb3b
tweak repeater
goranalkovic-infinum Apr 22, 2024
6922e40
rework animated content visibility
goranalkovic-infinum Apr 22, 2024
ac5ac16
update changelog
goranalkovic-infinum Apr 22, 2024
ad6d5e0
Merge branch 'develop' into release/11.0.0
goranalkovic-infinum Apr 22, 2024
0e91dca
fix extra line break in Responsive label
goranalkovic-infinum Apr 22, 2024
07d3467
tweak animations
goranalkovic-infinum Apr 22, 2024
6416ad7
Merge pull request #816 from infinum/release/11.0.0
goranalkovic-infinum Apr 23, 2024
fd63466
fix block editor sidebar block display with long labels
goranalkovic-infinum Apr 23, 2024
2de2dfe
update changelog and version
goranalkovic-infinum Apr 23, 2024
d0906ed
Merge pull request #817 from infinum/release/11.0.1
goranalkovic-infinum Apr 23, 2024
6438eac
Merge branch 'develop' into feature/main-branch-sync
goranalkovic-infinum Apr 23, 2024
c18dbf7
sync files
goranalkovic-infinum Apr 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading