-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG.md
More file actions
168 lines (96 loc) · 3.43 KB
/
CHANGELOG.md
File metadata and controls
168 lines (96 loc) · 3.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.8] - 2026-02-12
### Fixed
- fix: console.group from displaying ansi - _jlongyam_
### Changed
- chore: ready to update version - _jlongyam_
### Other
- 1.0.8 - _jlongyam_
## [1.0.7] - 2026-02-11
### Fixed
- fix: standalone #console_box - _jlongyam_
- fix: link in test cdn - _jlongyam_
### Changed
- documentation: update changelog - _jlongyam_
### Other
- 1.0.7 - _jlongyam_
## [1.0.6] - 2026-02-10
### Added
- feature: Add blank test page - _jlongyam_
### Fixed
- fix: add @latest CDN to test - _jlongyam_
- fix: add specific CDN version to test - _jlongyam_
### Changed
- documentation: add CDN badge - _jlongyam_
- documentation: add CDN link - _jlongyam_
- documentation: update changelog - _jlongyam_
### Other
- 1.0.6 - _jlongyam_
## [1.0.5] - 2026-02-08
### Added
- feature: add overflow auto to console sibling - _jlongyam_
### Fixed
- fix: layout overflow in split view - _jlongyam_
- fix: change height from 100vh to 100% - _jlongyam_
- fix: make console_box visible on mobile - _jlongyam_
### Changed
- documentation: Update CHANGELOG.md for version 1.0.4 - _jlongyam_
### Other
- 1.0.5 - _jlongyam_
- **feat: update toggle rotation and CDN links** - _jlongyam_
## [1.0.4] - 2026-02-08
### Added
- feature: enable consoleBox and add debug logs - _jlongyam_
### Fixed
- fix: Remove hide class from console_box and i_toggle - _jlongyam_
- fix: use web-dev-server for docs preview - _jlongyam_
- fix: Change default export to named export - _jlongyam_
- Fix typo in docs import.js - _jlongyam_
- fix: Add consoleBox type to preview - _jlongyam_
- fix: mobile console not appear - _jlongyam_
- fix: mobile Add preview of window.console type before override - _jlongyam_
- fix: update broken link in docs/iife.html - _jlongyam_
### Changed
- documentation: Update CHANGELOG.md with version 1.0.3 and 1.0.2 changes - _jlongyam_
### Other
- 1.0.4 - _jlongyam_
- ref: Refactor import/export and update GitHub Pages - _jlongyam_
## [1.0.3] - 2026-02-08
### Added
- feature: add usage section and CDN links - _jlongyam_
- feature: update package name and registry URL - _jlongyam_
### Other
- 1.0.3 - _jlongyam_
- "feat: configure GitHub Packages registry for publishing" - _jlongyam_
## [1.0.2] - 2026-02-08
### Fixed
- fix: Remove dry-run flag from prepare script - _jlongyam_
### Changed
- documentation: Update CHANGELOG.md - _jlongyam_
### Other
- 1.0.2 - _jlongyam_
## [1.0.1] - 2026-02-08
### Added
- feature: Create static.yml - _jlongyam_
### Fixed
- fix: import error on global env, - _jlongyam_
### Changed
- chore: Rename displayConsole to consoleBox - _jlongyam_
- documentation: Add initial CHANGELOG.md with first release notes - _jlongyam_
### Other
- 1.0.1 - _jlongyam_
- Merge branch 'main' of https://github.com/jlongyam/consoleBox - _jlongyam_
## [1.0.0] - 2026-02-08
### Added
- feature: initial consoleBox HTML, CSS, and JS files - _jlongyam_
- feature: add toggle to hide console box - _jlongyam_
- feature: initial migration - _jlongyam_
### Changed
- documentation: update README - _jlongyam_
- documentation: add initial README.md with ConsoleBox spec link - _jlongyam_
### Other
- **fix:** log origin in sample.js - _jlongyam_
- Initial commit - _jlongyam_