All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix pageSize attribute by casting to number
- Add button text field (#25)
- Add pageSize attribute / event number limit field (#26)
- Fix CSS classnames (#21)
- Replaced "grey" with "gray" in classnames
- added active text states
- adjusted details link style to remove outline and make background transparent
- added more css classnames to elements for users to customize elements
- Fix field labels and update readme
- Add date and time formatting options (#19)
- Remove organizations from localized data (#12)
- Add Internationalization (#9)
- get organization id from /v3/users/me/organizations/ endpoint
- added back nameFilter after removing it by accident
- events api request to use
/v3/organizations/id/events/
endpoint
- name_filter param to eventbrite settings to filter by event title keywords
- fixed conditionally display venue details to prevent event from not displaying
- @wordpress/scripts and @wordpress/creat-block to scaffold plugin and webpack
- custom webpack file to utilize postcss, & css modules
- custom postcss.config file
- custom .eslintrc file that extends wordpress for editor to use as formatter
- Tailwindcss for the css
- Axios for api key testing within gutenberg
- CSS modules to keep css in scope
- React to build the field editing & front-end components
- Transients to cache the fetched data for 1 minute at a time or if attibributes have changed