Skip to content

Releases: junaidbhura/gumponents

Relationship max posts overflow fix

25 Dec 05:29
Compare
Choose a tag to compare
  • Fixed an overflow issue with relationships, which allowed users to choose more than the maximum number of items by scrolling down
  • Better Redux data handling

Fix styles for WordPress 5.3

12 Nov 23:55
Compare
Choose a tag to compare

Updates CSS to play nicely with WordPress 5.3

Better filters for PostsRelationshipControl query

29 Oct 23:07
Compare
Choose a tag to compare

See: fa94b99

  • Added params to the gumponents_posts_relationship_query filter
  • Added gumponents_posts_relationship_query_search_title to turn searching title on or off

GalleryControl

22 May 05:18
Compare
Choose a tag to compare

New GalleryControl component!

New MultiSelectControl and LinkControl

22 Apr 04:51
ae64657
Compare
Choose a tag to compare

New Gumponents! 🎉

Updated packages

  • Updated Babel, Webpack and other NPM packages
  • Updated coding standards

SelectImage showCaption property

04 Mar 05:18
29ed6fa
Compare
Choose a tag to compare
  • Changed the component's tag from div to figure.
  • Added a new property showCaption, which optionally shows a figcaption below the image.

Better Images

01 Mar 06:10
0cf6ce3
Compare
Choose a tag to compare

More info in the image object

  • The image object that is returned in SelectImage and ImageControl now store title and caption as well.

SelectImage Updates

  • Added a new "Edit" modal which allows the user to edit the ALT, TITLE and CAPTION attributes of an image, just like the core/image block.
  • The onChange property now also passes the full media object

Img Updates

  • Also save image's TITLE attribute, if available.

New Figure component

Component improvements

02 Feb 02:10
3e30eb1
Compare
Choose a tag to compare
  • SelectImage now only accepts an object
  • FileControl fix icon
  • ImageControl allow object as value

Coding standards

01 Feb 15:14
Compare
Choose a tag to compare
  • Enforce WordPress coding standards
  • Added CircleCI to check
  • Initialize unit tests for future
  • Freeze all properties for components

FileControl

31 Jan 11:58
a252e01
Compare
Choose a tag to compare
  • New FileControl
  • Updated ImageControl
  • Refactored Redux store
  • Refactored API code