Releases: heikkivihersalo/gutenberg-native-ai
Releases · heikkivihersalo/gutenberg-native-ai
Release list
0.2.0 Alpha Release
What's Changed
- Change API namespaces to psr4 style naming convention by @heikkivihersalo in #21
- Convert API callback class to static class by @heikkivihersalo in #22
- Refactor admin class and separate code from other hooks by @heikkivihersalo in #23
- Implement tone of voice options to the plugin by @heikkivihersalo in #25
- Ai modal folder structure rewrite by @heikkivihersalo in #26
- Separate scripts and options logic to own classes by @heikkivihersalo in #27
- Check if api key is set and prevent usage if so by @heikkivihersalo in #29
- Allow user to set AI model in settings by @heikkivihersalo in #33
- Refactor admin area to cleaner code by @heikkivihersalo in #34
- Move redux store to upper level and various bug fixes by @heikkivihersalo in #36
- Bump version number to 0.2.0 by @heikkivihersalo in #38
Full Changelog: v0.1.2-alpha...v.0.2.0-alpha
Alpha release
- Fixed text selection
- Fixed image generation API paths
- Added typescript linting
- Added checks when trying to run the plugin without building (this release will include all the build files so it should be drag and drop)