Skip to content

Commit 6e35159

Browse files
authored
Merge pull request #11 from necyberteam/restructure
Restructure, API Update, external control, doc updates
2 parents 21cf8f2 + 3510295 commit 6e35159

40 files changed

+1633
-1113
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
5+
## [2.0.0-rc.1] - 2025-05-28
6+
7+
### BREAKING CHANGES
8+
- **JavaScript API**: Function name changed from `accessQABot()` to `qaBot()`
9+
- **Web Component**: Element name changed from `<access-qa-bot>` to `<qa-bot>`
10+
- **CSS Classes**:
11+
- `.access-qa-bot``.qa-bot`
12+
- `.access-login-button``.qa-bot-login-button`
13+
- **TypeScript**: Interface renamed from `AccessQABotConfig` to `QABotConfig`
14+
- **TypeScript**: Global function declaration changed from `accessQABot` to `qaBot`
15+
16+
### Added
17+
- New streamlined API with shorter, cleaner naming conventions
18+
- Refer to README for complete list of available props and methods
19+
20+
### Note
21+
- Package name (`@snf/access-qa-bot`) and script filename (`access-qa-bot.standalone.js`) remain unchanged
22+
- All API endpoints continue to use "access" in their paths
23+
24+
## [1.0.0-beta.1] - 2025-04-17
25+
26+
## [0.3.1] - 2024-04-25
27+
28+
### Fixed
29+
- CSS fix - top bar
30+
31+
## [0.3.0] - 2024-04-23
32+
33+
### Changed
34+
- Upgrade to react-chatbotify v2
35+
36+
## [0.2.0] - 2024-04-23
37+
38+
### Added
39+
- Web component implementation
40+
- npm packaging support
41+
- Library setup
42+
43+
## [0.1.3] - 2024-02-25
44+
45+
### Changed
46+
- Move authentication check outside of app
47+
48+
## [0.1.2] - 2024-02-25
49+
50+
### Changed
51+
- Move authentication check out of app
52+
53+
## [0.1.1] - 2024-01-17
54+
55+
### Added
56+
- Add build to repository
57+
- Remove hashes from build artifacts
58+
59+
## [0.1.0] - 2023-10-09
60+
61+
### Added
62+
- Initial release
63+
- Add link to feedback form

0 commit comments

Comments
 (0)