satnaing
b3680c590a
bump: version 5.2.0 → 5.3.0
2025-06-11 18:19:47 +07:00
Sat Naing
ad67e04666
build(deps): upgrade dependencies ( #529 )
...
* build(deps): upgrade dependencies
* fix: remove packageManager in package.json file
Closes #526
2025-06-11 18:03:22 +07:00
Frederik
c7702bb715
build(deps): upgrade astro and related packages ( #521 )
...
* build(deps): upgrade astro and related packages
* build: upgrade latest astro
---------
Co-authored-by: satnaing <satnaingdev@gmail.com >
2025-06-07 18:25:26 +07:00
Gray
53696266fd
build: specify pnpm version in package.json and ci.yml ( #513 )
...
Specify pnpm version in both `package.json` and
`ci.yml` to avoid build errors during deployment.
---------
Closes #512
Co-authored-by: satnaing <satnaingdev@gmail.com >
2025-06-06 13:35:28 +07:00
satnaing
de8da9e37a
bump: version 5.1.1 → 5.2.0
2025-03-22 17:26:36 +07:00
Sat Naing
5cff7c50b9
feat: add global and per-post timezone support ( #491 )
...
* refactor: replace embedded svg with svg icon
* feat: add global and per-post timezone support
- add `SITE.timezone` in config to define a global default timezone.
- allow per-post timezone overrides via `timezone` in frontmatter.
- update date formatting logic to use the correct timezone when rendering timestamps.
- ensure that posts without a timezone fallback to `SITE.timezone`.
- improve consistency between local and deployed timezones.
* refactor: replace `LOCALE` constant with `SITE.lang`
* docs: update guides
* fix: update code word-break inside markdown table
Closes #466
2025-03-22 17:21:21 +07:00
satnaing
237467a005
bump: version 5.1.0 → 5.1.1
2025-03-20 12:43:31 +07:00
satnaing
0d8cbaf714
bump: version 5.0.1 → 5.1.0
2025-03-18 08:18:41 +07:00
Sat Naing
9c92ba9452
build(deps): bump astro and dependencies ( #484 )
...
* build(deps): bump astro from 5.4.2 to 5.5.2
Upgrade astro and add experimental preserveScriptOrder
* build(deps): upgrade tailwind and eslint patch updates
2025-03-18 08:16:27 +07:00
satnaing
ad9c26f260
bump: version 5.0.0 → 5.0.1
2025-03-12 21:49:49 +07:00
satnaing
4b730b181d
bump: version 4.8.0 → 5.0.0
2025-03-08 18:21:37 +07:00
satnaing
9cf78aa64c
chore: update name, version and script in package.json
2025-03-08 18:21:37 +07:00
satnaing
2b8dde4d64
build: upgrade dependencies and enable responsiveImages option
2025-03-08 18:21:37 +07:00
satnaing
579c29aac5
chore: remove unused fuse.js for search
2025-03-08 18:21:37 +07:00
Sat Naing
9119125643
feat!: add pagefind for static search ( #458 )
...
Replace React with pagefind for static site search
2025-03-08 18:21:37 +07:00
Sat Naing
35429176e0
refactor!: remove react dependency for UI interactions ( #457 )
...
Remove react as a dependency for UI interactions.
Update jsx components such as Search and Datetime
with astro components.
2025-03-08 18:21:37 +07:00
satnaing
846315a265
chore: remove eslint-plugin-jsx-a11y package
2025-03-08 18:21:37 +07:00
satnaing
172e14b5f4
build!: upgrade to Tailwind CSS v4
2025-03-08 18:21:37 +07:00
satnaing
bac762f981
build: upgrade prettier and prettier config file
2025-03-08 18:21:37 +07:00
satnaing
d167f6295d
build: upgrade ESLint and its related packages
2025-03-08 18:21:37 +07:00
satnaing
cc936ca5e4
build!: upgrade Astro to v5 and related packages
2025-03-08 18:21:37 +07:00
satnaing
1d7b6da440
bump: version 4.7.0 → 4.8.0
2025-02-08 11:53:16 +07:00
dependabot[bot]
b3fd456a94
build(deps): bump astro from 4.16.3 to 4.16.18 ( #431 )
...
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ) from 4.16.3 to 4.16.18.
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/astro@4.16.18/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@4.16.18/packages/astro )
---
updated-dependencies:
- dependency-name: astro
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-05 15:03:48 +07:00
satnaing
8bcf870072
bump: version 4.6.0 → 4.7.0
2024-10-15 18:54:20 +07:00
dependabot[bot]
ed11b740a7
build(deps): bump astro from 4.15.12 to 4.16.3 ( #402 )
...
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ) from 4.15.12 to 4.16.3.
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@4.16.3/packages/astro )
---
updated-dependencies:
- dependency-name: astro
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-15 18:51:57 +07:00
satnaing
cdf31a216b
bump: version 4.5.1 → 4.6.0
2024-10-13 10:38:01 +07:00
dependabot[bot]
cd417f5b7d
build(deps): bump cookie and astro ( #397 )
...
Bumps [cookie](https://github.com/jshttp/cookie ) to 0.7.2 and updates ancestor dependency [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ). These dependencies need to be updated together.
Updates `cookie` from 0.6.0 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases )
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.2 )
Updates `astro` from 4.15.6 to 4.15.12
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@4.15.12/packages/astro )
---
updated-dependencies:
- dependency-name: cookie
dependency-type: indirect
- dependency-name: astro
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 20:53:51 +07:00
satnaing
d56bc0c834
bump: version 4.5.0 → 4.5.1
2024-10-07 20:51:29 +07:00
satnaing
d89fb487d2
bump: version 4.4.0 → 4.5.0
2024-09-16 21:37:02 +07:00
Sat Naing
c164b5e9ea
build(deps): upgrade dependencies ( #381 )
...
Bump @tailwindcss/typography from 0.5.13 to 0.5.15
Bump @types/react from 18.3.3 to 18.3.6
Bump @typescript-eslint/parser from 8.1.0 to 8.5.0
Bump astro from 4.15.4 to 4.15.6
Bump astro-eslint-parser from 1.0.2 to 1.0.3
Bump eslint from 9.9.0 to 9.10.0
Bump eslint-plugin-astro from 1.2.3 to 1.2.4
Bump prettier-plugin-tailwindcss from 0.6.5 to 0.6.6
Bump satori from 0.10.14 to 0.11.0
Bump tailwindcss from 3.4.6 to 3.4.11
Bump typescript-eslint from 8.1.0 to 8.5.0
2024-09-16 21:33:13 +07:00
satnaing
4e0e2195ac
build: bump Astro to v4.15.4
2024-09-08 14:07:35 +07:00
satnaing
e0b587369c
bump: version 4.3.2 → 4.4.0
2024-08-19 13:13:18 +07:00
Sat Naing
6bbe177566
chore: upgrade ESLint to v9 and update configurations ( #356 )
...
* chore: upgrade ESLint to v9 and update configurations
Upgrade ESLint and configure and update ESLint rules.
* refactor: update code to comply with new ESLint v9 rules
2024-08-19 12:58:16 +07:00
Sat Naing
dab61b3714
build: bump Astro to v4.14.2 & use content layer ( #355 )
...
Bump Astro from v4.13 to v4.14.2 and use experimental
content layer api.
2024-08-19 12:53:58 +07:00
Alejandro Ñáñez Ortiz
2b617b20a3
refactor: replace github-slugger with lodash.kebabcase ( #357 )
...
Previously, `github-slugger` omitted emojis when generating slugs, transforming tags like "🌱 -my-tag" into "-my-tag". This change replaces `github-slugger` with `lodash.kebabcase` to ensure that emojis are preserved in the generated slugs, improving the accuracy and consistency of tag representations.
2024-08-19 12:52:59 +07:00
satnaing
2e3ac94c70
bump: version 4.3.1 → 4.3.2
2024-08-17 21:10:28 +07:00
Sat Naing
99e5ac71fc
build: bump astro from 4.12.2 to 4.13 ( #341 )
2024-08-02 18:08:24 +07:00
satnaing
2cef94e39f
bump: version 4.3.0 → 4.3.1
2024-07-27 14:38:11 +07:00
satnaing
0440d2a3db
bump: version 4.2.0 → 4.3.0
2024-07-27 10:36:40 +07:00
Sat Naing
614e54c2f6
build: remove jampack ( #330 )
...
Remove post-processing static site optimizer_ Jampack
due to insignificant differences in build output and
unmet peer dependency issue.
Closes #212 , resolves #277
2024-07-22 22:24:07 +07:00
Sat Naing
7b83996daf
build: remove pre-commit git hook ( #329 )
...
Remove the pre-commit git hook and its related
dependencies_ husky, lint-staged, commitizen and
cz-conventional-changelog.
2024-07-22 21:54:56 +07:00
Sat Naing
c63f106fa4
build(deps): upgrade dependencies ( #328 )
2024-07-22 21:39:21 +07:00
Sat Naing
9de19c2c68
feat: support light/dark theme in code blocks ( #327 )
...
Update Astro and its related dependencies. Support
light/dark theme in code-blocks.
2024-07-21 16:18:22 +07:00
satnaing
7c88c6af50
chore(release): 4.2.0
2024-01-24 09:23:16 +06:30
satnaing
f19279d8ba
chore: update outdated prettier script
2024-01-24 09:23:16 +06:30
satnaing
dcb320930b
chore: add astro extension in lint-staged code formatting
2024-01-24 09:23:16 +06:30
satnaing
bdd0a793fc
build(deps): upgrade astro and other dependencies
2024-01-24 09:23:16 +06:30
satnaing
f525698771
chore(release): 4.1.0
2024-01-10 10:27:56 +06:30
satnaing
034dd394ab
build(deps): upgrade dependencies
2024-01-10 09:13:37 +06:30
satnaing
f70a0b78ed
build(deps): update Astro and its related dependencies
2024-01-10 09:01:08 +06:30