Releases: codebtech/wp-feature-flags
Releases · codebtech/wp-feature-flags
v0.4.0
What's Changed
- add spec in readme by @m0hanraj in #79
- Bump @types/node from 20.11.20 to 20.11.24 by @dependabot in #80
- Bump @playwright/test from 1.42.0 to 1.42.1 by @dependabot in #81
- Add tests for react component by @m0hanraj in #82
- Bump @wordpress/eslint-plugin from 17.9.0 to 17.10.0 by @dependabot in #83
- Bump @wordpress/e2e-test-utils-playwright from 0.20.0 to 0.21.0 by @dependabot in #84
- Bump typescript from 5.3.3 to 5.4.2 by @dependabot in #85
- Bump @wordpress/scripts from 27.3.0 to 27.4.0 by @dependabot in #87
- Add new unit tests and refactor async expectations by @m0hanraj in #88
- Feat/perf tests by @m0hanraj in #89
- Bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #90
- Bump @types/node from 20.11.25 to 20.11.28 by @dependabot in #91
- Bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot in #92
- Bump phpunit/phpunit from 9.6.17 to 9.6.18 by @dependabot in #93
- Bump @wordpress/i18n from 4.53.0 to 4.54.0 by @dependabot in #95
- Bump @wordpress/e2e-test-utils-playwright from 0.21.0 to 0.22.0 by @dependabot in #96
- Bump @testing-library/react from 14.2.1 to 14.2.2 by @dependabot in #97
- Bump @wordpress/scripts from 27.4.0 to 27.5.0 by @dependabot in #98
- Bump express from 4.18.3 to 4.19.2 by @dependabot in #99
- Bump @types/node from 20.11.28 to 20.12.2 by @dependabot in #100
- Bump @types/node from 20.12.2 to 20.12.5 by @dependabot in #101
- Bump @wordpress/env from 9.5.0 to 9.7.0 by @dependabot in #103
- Bump @wordpress/e2e-test-utils-playwright from 0.22.0 to 0.23.0 by @dependabot in #104
- New syntax highlighter by @m0hanraj in #172
Full Changelog: v0.3.2...v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.0
v0.1.0
What's Changed
Adds feature flags support for PHP, JS/TS
Adds filter to set default flag status when creating new flags
Adds filter to define maximum allowed flags
Commit history
- Feat/settings page by @m0hanraj in #1
- Moves modals to separate components by @m0hanraj in #2
- Adds component prop annotations by @m0hanraj in #3
- add jest rtl configs by @m0hanraj in #4
- Adds js test and lint in workflow by @m0hanraj in #5
- Adds PHPUnit and i18n by @m0hanraj in #7
- PHPUnit tests by @m0hanraj in #6
- Renames JS github action name by @m0hanraj in #8
- Adds phpunit github actions by @m0hanraj in #9
- Fix flag list UI by @m0hanraj in #10
- Adds validation for POST method by @m0hanraj in #11
- Enhance ts support snippet by @m0hanraj in #12
- adds clipboard component by @m0hanraj in #13
- Snack bar tweak and uninstall hook by @m0hanraj in #14
- adds unique flag check functionality by @m0hanraj in #15
- Code organisation by @m0hanraj in #16
- fix php sdk by @m0hanraj in #17
- prepare for release by @m0hanraj in #18
- fix: Support empty array to post method by @m0hanraj in #19
- Changes TS support instructions by @m0hanraj in #20
- chore: Update npm packages by @m0hanraj in #21
- chore: adds phpstan baseline by @m0hanraj in #22
- chore: adds phpmd to the plugin by @m0hanraj in #23
- Adds integration test setup by @m0hanraj in #24
- Update phpcs config by @m0hanraj in #25
- Update components to use new endpoints by @m0hanraj in #26
- Adds playwright e2e setup by @m0hanraj in #27
- chore/refactor by @m0hanraj in #28
- chore: update readme by @m0hanraj in #29
- chore: remove build dir and speedup tests by @m0hanraj in #30
- update readme, reset version by @m0hanraj in #31
- update readme by @m0hanraj in #32
- update readme by @m0hanraj in #33
- adds dependabot setup by @m0hanraj in #34
- Bump @types/node from 20.11.17 to 20.11.19 by @dependabot in #35
- adds phpstan, phmd to pipeline by @m0hanraj in #36
- rename unit repo and change license by @m0hanraj in #37
- update readme by @m0hanraj in #38
- new workflow for build by @m0hanraj in #39
- new workflow for build by @m0hanraj in #40
- unstage husky and node_modules by @m0hanraj in #41
- unstage husky and node_modules by @m0hanraj in #42
- unstage husky and node_modules by @m0hanraj in #43
- new build step by @m0hanraj in #44
- new build step by @m0hanraj in #45
- new build step by @m0hanraj in #46
- new build step by @m0hanraj in #47
- new build step with email by @m0hanraj in #48
- new build step with email by @m0hanraj in #49
- new build step with email by @m0hanraj in #50
- new build step with email by @m0hanraj in #51
- new build step with email by @m0hanraj in #52
- new build step with email by @m0hanraj in #53
- rename built commit by @m0hanraj in #54
- remove script from the build by @m0hanraj in #55
- remove script from the build by @m0hanraj in #56
- Bump @wordpress/hooks from 3.51.0 to 3.52.0 by @dependabot in #57
- Bump eslint from 8.56.0 to 8.57.0 by @dependabot in #58
- Bump @wordpress/e2e-test-utils-playwright from 0.19.0 to 0.20.0 by @dependabot in #59
- Bump @wordpress/dom-ready from 3.51.0 to 3.52.0 by @dependabot in #60
- Adds max flag setup by @m0hanraj in #62
- Update npm packages by @m0hanraj in #63
- Chore/unit tests by @m0hanraj in #64
- adds plugin URI by @m0hanraj in #65
- Update namespace by @m0hanraj in #66
- delete main-built manually by @m0hanraj in #67
- rename package by @m0hanraj in #68
New Contributors
- @m0hanraj made their first contribution in #1
- @dependabot made their first contribution in #35
Full Changelog: https://github.com/codebtech/wp-feature-flags/commits/v0.1.0