|
313 | 313 | - Add trailing newlines to all source files (a970f94) |
314 | 314 |
|
315 | 315 | # Changelog for v1.0.0 |
| 316 | +## [1.5.1] - 2026-03-28 |
| 317 | + |
| 318 | +### ✨ Features |
| 319 | + |
| 320 | +- make all API URLs configurable via VITE_API_BASE_URL env variable (f9da460) |
| 321 | +- full docs redesign with Stripe-style layout and updated response examples (6a7e4f8) |
| 322 | +- add i18n support for all hardcoded text (EN + ID translations) (02aa5d4) |
| 323 | +- add back glossary section with Stripe-style design (cce1f72) |
| 324 | +- use CodeBlock with Prism syntax highlighting in CodePanel (9ba36b3) |
| 325 | +- restore full glossary with KaTeX formulas and calculation examples (ae58468) |
| 326 | + |
| 327 | +### 🐛 Bug Fixes |
| 328 | + |
| 329 | +- remove trigger-deploy job (WORKFLOW_TOKEN not available, rely on PAT tag push) (aab8593) |
| 330 | +- use WORKFLOW_PAT org secret instead of WORKFLOW_TOKEN (7d3c22f) |
| 331 | +- do not split components chunk, keep prismjs co-located with CodeBlock (544d03a) |
| 332 | +- expose Prism to window before language plugins load (3ba7d20) |
| 333 | +- import Prism from prism-setup to ensure window.Prism is set before plugins (2bc66e9) |
| 334 | +- restore CodeBlock.vue with correct prism-setup import (662f463) |
| 335 | +- use static imports for prism language plugins (no require, proper ES module) (55a8e1c) |
| 336 | +- do not assign prismjs to manual chunk, let rollup co-locate with importer (40e56cb) |
| 337 | +- add pnpm.overrides to match lockfile (prevents LOCKFILE_CONFIG_MISMATCH in Docker) (e1c6d62) |
| 338 | +- pin pnpm to 10.15.1 in Dockerfile to match CI (9a273e9) |
| 339 | +- accept both v-prefixed and plain semver tags in deploy trigger (31fe5ac) |
| 340 | +- exclude prismjs from vendor chunk so it co-locates with its consumers (2b4c4ea) |
| 341 | +- use tag push trigger instead of release published to prevent duplicate deploy runs (af978de) |
| 342 | +- resolve lint error in DocSidebar and unused import in Home (3d18d5b) |
| 343 | +- remove duplicate release-branch-creation workflow (handled by reusable workflow) (ceda3e1) |
| 344 | +- use CodePanel component for glossary formula code blocks (21faf3f) |
| 345 | +- show correct parameters for each endpoint (73f3a90) |
| 346 | +- use Prism.highlight() instead of highlightElement() for reactive code rendering (81efb31) |
| 347 | +- improve mobile responsiveness - remove horizontal overflow (f6d3bcc) |
| 348 | + |
| 349 | +### 📚 Documentation |
| 350 | + |
| 351 | +- update changelog for v1.3.3 (5e9fb75) |
| 352 | +- update changelog for 1.3.4 (0bcfe71) |
| 353 | +- update changelog for 1.3.5 (81272a1) |
| 354 | +- update changelog for 1.3.6 (8f0e9a1) |
| 355 | +- update changelog for 1.3.7 (9832774) |
| 356 | +- update changelog for 1.3.8 (a9e1b8d) |
| 357 | +- update changelog for 1.4.0 (f9b08c0) |
| 358 | +- update changelog for 1.4.1 (1e5fe80) |
| 359 | +- update changelog for 1.4.2 (6e890ff) |
| 360 | +- update changelog for 1.4.3 (a77da18) |
| 361 | +- update changelog for 1.4.4 (e3f6b3c) |
| 362 | +- update changelog for 1.5.0 (a010b16) |
| 363 | + |
| 364 | +### 🔧 Chores |
| 365 | + |
| 366 | +- bump version to v1.4.0 for next development cycle (2c0abcd) |
| 367 | +- back-merge v1.3.0 to develop (7cace92) |
| 368 | +- back-merge v1.3.1 to develop (66490af) |
| 369 | +- back-merge v1.3.2 to develop (7b22074) |
| 370 | +- back-merge v1.3.3 to develop (473940f) |
| 371 | +- prepare v1.3.4 hotfix (7f6ef19) |
| 372 | +- bump version to 1.3.4 (e5ffb13) |
| 373 | +- back-merge 1.3.4 to develop (44abde5) |
| 374 | +- prepare v1.3.5 hotfix (5ef9462) |
| 375 | +- bump version to 1.3.5 (54181e6) |
| 376 | +- back-merge 1.3.5 to develop (6b81bdf) |
| 377 | +- prepare v1.3.6 hotfix (c029ec4) |
| 378 | +- bump version to 1.3.6 (c2aba95) |
| 379 | +- back-merge 1.3.6 to develop (05d7997) |
| 380 | +- prepare v1.3.7 hotfix (9df6c2e) |
| 381 | +- bump version to 1.3.7 (3cd0540) |
| 382 | +- regenerate pnpm-lock.yaml after adding pnpm.overrides (e0a905e) |
| 383 | +- back-merge 1.3.7 to develop (e1f8738) |
| 384 | +- bump version to 1.3.8 (66900c4) |
| 385 | +- back-merge 1.3.8 to develop (a712d80) |
| 386 | +- prepare v1.4.0 release (8a52e4e) |
| 387 | +- bump version to v1.5.0 for next development cycle (814713a) |
| 388 | +- bump version to 1.4.1 (5f14ac9) |
| 389 | +- back-merge 1.4.1 to develop (550ee8f) |
| 390 | +- bump version to 1.4.2 (27c5b5c) |
| 391 | +- back-merge 1.4.2 to develop (2036271) |
| 392 | +- back-merge 1.4.3 to develop (beace1a) |
| 393 | +- back-merge 1.4.4 to develop (718613c) |
| 394 | +- bump version to 1.5.1 (e132081) |
| 395 | + |
| 396 | +### 📝 Other Changes |
| 397 | + |
| 398 | +- Merge pull request #48 from banua-coder/chore/bump-version-to-v1.4.0-dev (31cdfb8) |
| 399 | +- Merge pull request #51 from banua-coder/chore/back-merge-v1.3.0 (05c32bc) |
| 400 | +- Merge pull request #54 from banua-coder/chore/back-merge-v1.3.1 (d939de7) |
| 401 | +- Merge pull request #57 from banua-coder/chore/back-merge-v1.3.2 (dd4974b) |
| 402 | +- Merge pull request #60 from banua-coder/chore/back-merge-v1.3.3 (80eb69c) |
| 403 | +- Merge pull request #61 from banua-coder/chore/prepare-hotfix-v1.3.4 (1108df2) |
| 404 | +- Merge pull request #62 from banua-coder/hotfix/1.3.4 (b4dbfcc) |
| 405 | +- Merge pull request #63 from banua-coder/chore/back-merge-1.3.4 (9b7df39) |
| 406 | +- Merge pull request #64 from banua-coder/chore/prepare-hotfix-v1.3.5 (8eef46c) |
| 407 | +- Merge pull request #65 from banua-coder/hotfix/1.3.5 (132d70e) |
| 408 | +- Merge pull request #66 from banua-coder/chore/back-merge-1.3.5 (8d99044) |
| 409 | +- Merge pull request #67 from banua-coder/chore/prepare-hotfix-v1.3.6 (6a2e396) |
| 410 | +- Merge pull request #68 from banua-coder/hotfix/1.3.6 (985bc35) |
| 411 | +- Merge pull request #69 from banua-coder/chore/back-merge-1.3.6 (4e7f847) |
| 412 | +- Merge pull request #70 from banua-coder/chore/prepare-hotfix-v1.3.7 (72c249a) |
| 413 | +- Merge pull request #71 from banua-coder/hotfix/1.3.7 (95df5e9) |
| 414 | +- Merge pull request #72 from banua-coder/chore/back-merge-1.3.7 (ad3828c) |
| 415 | +- Merge pull request #74 from banua-coder/hotfix/1.3.8 (ae7c28f) |
| 416 | +- Merge pull request #75 from banua-coder/chore/back-merge-1.3.8 (9eef133) |
| 417 | +- Merge pull request #76 from banua-coder/fix/remove-duplicate-deploy-trigger (3ed94ef) |
| 418 | +- Merge pull request #77 from banua-coder/feature/configurable-api-url (b150a5a) |
| 419 | +- Merge pull request #78 from banua-coder/feature/docs-redesign-stripe-style (910c96d) |
| 420 | +- Merge pull request #79 from banua-coder/chore/prepare-release-v1.4.0 (87c0b06) |
| 421 | +- Merge pull request #81 from banua-coder/chore/bump-version-to-v1.5.0-dev (2c10b45) |
| 422 | +- Merge pull request #80 from banua-coder/release/1.4.0 (75657a2) |
| 423 | +- Merge pull request #85 from banua-coder/chore/back-merge-1.4.0 (756950a) |
| 424 | +- Merge pull request #86 from banua-coder/hotfix/1.4.1 (9e66e9f) |
| 425 | +- Merge pull request #87 from banua-coder/chore/back-merge-1.4.1 (bb9f6a1) |
| 426 | +- Merge pull request #88 from banua-coder/hotfix/1.4.2 (46b02da) |
| 427 | +- hotfix(glossary): full editorial redesign - replace AI-generic card layout with clean editorial style (4586fd2) |
| 428 | +- Merge pull request #89 from banua-coder/chore/back-merge-1.4.2 (338d433) |
| 429 | +- Merge pull request #90 from banua-coder/hotfix/1.4.3 (f44ef6e) |
| 430 | +- hotfix(1.4.4): sidebar scroll-spy, version badge, code tabs light mode, glossary padding, real API responses (48f0df3) |
| 431 | +- Merge pull request #91 from banua-coder/chore/back-merge-1.4.3 (66ecde0) |
| 432 | +- Merge pull request #92 from banua-coder/hotfix/1.4.4 (05a61ef) |
| 433 | +- Merge pull request #94 from banua-coder/chore/back-merge-1.4.4 (a08096c) |
| 434 | +- Merge pull request #95 from banua-coder/fix/mobile-responsiveness (97e0960) |
| 435 | +- Merge pull request #96 from banua-coder/release/1.5.0 (53ee259) |
| 436 | +- hotfix: make math formulas, code blocks, and params table scrollable on mobile (73dae93) |
| 437 | +- Merge pull request #101 from banua-coder/hotfix/1.5.1 (894f219) |
| 438 | + |
316 | 439 | ## [1.5.0] - 2026-03-28 |
317 | 440 |
|
318 | 441 | ### ✨ Features |
|
0 commit comments