All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.5.3 (2024-07-19)
- typos: π fix some typos and formatting in the AI rant (7d604d6)
4.5.2 (2024-07-16)
4.5.1 (2024-06-16)
- style: π purgecss is selector bug on pseudoselectors (7cd15dd)
4.5.0 (2024-06-16)
4.4.5 (2024-05-11)
- π line length for article pages (219d00e)
4.4.4 (2024-04-28)
- style: π divider styling (3e35f1d)
4.4.3 (2024-01-21)
- style: π section divider styling (12b99d7)
4.4.2 (2024-01-15)
- π brand book (aade138)
4.4.1 (2024-01-15)
- review: π styling and url issues (85f4794)
4.4.0 (2024-01-15)
- π add monaspace font (3ec2d36)
- π og image path (1a92eed)
4.3.0 (2024-01-14)
- π add shikiji code notes transformers (763044e)
- π astro csp hash generator (59c47c6)
- deps: π move images to cloudinary (d33c1ca)
- a11y: π experience tablist and focus-visible (4160c97)
4.2.4 (2024-01-08)
4.2.3 (2023-11-20)
4.2.2 (2023-11-19)
4.2.1 (2023-11-19)
4.2.0 (2023-06-06)
- π update tech stack (231962d)
- style: π format with prettier using updated tailwind package (f976255)
- style: π increase sizing for legibility (7067752)
4.1.0 (2023-04-14)
- π add global footer (02d069a)
- style: π update size styling (21d5cee)
4.0.0 (2023-04-14)
- Move mdx files to the content/blog folder and start transitioning
- π use Astro Content Collections (3de3740)
-
π turn ReasonList to an HTML ul (8f40d09)
-
uiux: π add size Tags parameter (4439e43)
-
uiux: π deduplicate rehype-autolink-headings ::before (8409e5a)
-
uiux: π fix code block highlighted line (733c189)
-
uiux: π icon-link-anchor (6268f18)
-
π₯ use astro content collections (3fe00cd)
3.5.2 (2023-04-13)
- uiux: π chromium bases vw wrong computation overflow scroll (8ec0c96)
3.5.1 (2023-04-13)
- π use classes instead of styles for rehype-pretty-code (358143d)
3.5.0 (2023-04-12)
- update code blocks and other elements (fea0bbe)
- seo: π update seo tags and social media links (4e93805)
3.4.0 (2022-08-20)
- style: π add scrollbar style (f149c91)
3.3.0 (2022-04-22)
- security: π add botpoison protection (551cd05)
3.2.1 (2022-04-20)
3.2.0 (2022-04-20)
- π add contact form (a2f0835)
- typos: π change banner image path (026d710)
3.1.0 (2022-04-17)
- π add keywords to articles (d8168b3)
- review: π rebuild package-lock.json (88b3612)
- seo: π add Astro to texh stack (3a8e614)
- seo: π add Astro to texh stack (8108ece)
- uiux: π add some horizontal padding (feb1227)
3.0.0 (2022-04-10)
-
style: - remove all React components with minor functionality loss
-
style: π₯ move from NextJS to Astro (331162a)
2.4.2 (2021-12-11)
- π compile broken api route (c707c92)
2.4.1 (2021-12-11)
- π update tailwind (09b79c5)
2.4.0 (2021-10-22)
- seo: π add compositing animation article (fd549ee)
- π change wrong image path (c34f4d2)
- build: π change broken asset (1e30d90)
- security: π change CSP hash (f65d62a)
- uiux: π optimize styles (d1bdefb)
2.3.0 (2021-10-17)
- seo: π add brand deck page content (6e0262c)
- π add design and blog homepage sections (ed7d9de)
- uiux: π add UI breakpoint (a2c8c4f)
- uiux: π change cta and header accents (6821b52)
- uiux: π fix UI theme switching (37fec49)
- uiux: π update spacing following readability issues (bae9290)
2.2.1 (2021-09-24)
- π update package.json to fix deployment errors (009a545)
2.2.0 (2021-08-24)
- seo: π add keywords metadata (1c356d3)
- uiux: π add read more button on blog (941bab2)
- π make blog visible (ea9ab23)
- uiux: π add next article footer component (49843a2)
- π repair broken useIntersectionObserver (0797a60)
- deps: π update types (d2e919c)
- π display article meta image (6817a12)
2.1.0 (2021-05-07)
- security: π update headers (792965c)
2.0.1 (2021-05-06)
-
security: - Changed email sending dependencies and functions
-
security: - removed hash from production CSP due to compatibility issues
-
- changed from React static + express to NextJS
-
config(release): π§ added commitizen
-
docs: π Updated README
-
chore(release): 0.10.0
-
feature(security): π Added CSP header
-
feature: π Added proper linting
-
- Added ESLINT proper configs
-
feature: π Added TailwingCSS for UI styling
Using preprocessed tailwind seems like an efficient choice
-
- Learning tailwind
-
fix: π Next viewport warning
-
refactoring: π₯ Remade markup
-
feature: π Added loading progress bar
-
- new stylesheet added
-
feature: π Added Markdown dynamic content generation
-
- remark and grey-matter
-
chore(release): 0.11.0
-
refactoring(client): π₯ Changed paths to aliased modules
Added tsconfig and eslint resolvers and settings
- feature: π added MDX rendering and rendering
- Added MDXProvider for idirect rendering of
- Refactor lib/posts to lib/mdx for remote rendering (with local data source for now)
- Changed tailwind styles and css (TODO: customise them)
- Added reading time to posts
- Reworked aliased modules as default exports for components
- config: π§ Updated dependencies
Removed some deps, added stylelint
-
feature: π MDX setup completed
-
chore(release): 0.11.1
-
feature: π added header link hashes styling
-
wip(client): π§ added basic type and color styling"
-
feature: π Added Container component
-
- Container contains major logic in meta tags and theming.
-
refactoring: π₯ Removed unused snippets to their own folder
-
refactoring: π₯ Syntax refactor
-
refactoring: π₯ rework on container and navbar
-
refactoring: π₯ reorganised global styles
-
fix: π Sizing contents
-
wip: π§ Tailwind size styling
-
refactoring: π₯ Added headwind class order and css base layer
-
- edited tsconfig to ignore old snippets
-
fix: π Dark mode
-
config: π§ removed tailwind/typography and added css
-
- Using tailwindcss/jit compiler for faster development
-
chore(release): 0.12.0
-
feature: π updated styling
- Completed dark theme for blog
-
chore(release): 0.12.1
-
refactoring: π₯ removed prose
-
- refactores the styles
-
config: π§ added dependency
-
feature: π added components
-
feature: π added useIntersection hook
-
feature: π created homepage
-
- major homepage changes
-
chore: π© removed not own content
-
chore(release): 1.0.0
- π contact form (ca8794a)
-
uiux: π small spacing issues (8eefb21)
-
uiux: π tags spacing (1eb81e7)
-
π accessibility and animation improvements (86c373d)
-
π broken animation visibility (077dc95)
-
π content deploy fixes (1d820cb)
-
π heroku fixes (ef915e1)
-
π improved accessibility (d2b2742)
-
π initial deploy fixes (b44dcd9)
-
π missing tags keys (870c0c9)
-
π user submitted bug (c721592)
-
security: π Changed email packages to remove security issue (65a6f8e)
-
security: π updated CSP headers (7b6733b)
1.0.0 (2021-03-26)
-
- major homepage changes
-
- refactores the styles
- π₯ removed prose (9a9de75)
- π created homepage (5ad0c24)
0.12.1 (2021-03-22)
0.12.0 (2021-03-20)
-
- Using tailwindcss/jit compiler for faster development
-
- edited tsconfig to ignore old snippets
-
- Container contains major logic in meta tags and theming.
- π Added Container component (4eca814)
- π₯ Added headwind class order and css base layer (fde4aca)
- π§ removed tailwind/typography and added css (b22f742)
0.11.1 (2021-03-13)
0.11.0 (2021-03-10)
-
- remark and grey-matter
-
- new stylesheet added
-
- Learning tailwind
-
- Added ESLINT proper configs
- π Next viewport warning (23e3dab)
- π Added loading progress bar (c388aa3)
- π Added Markdown dynamic content generation (29cd33c)
- π Added proper linting (52dfa0c)
- π Added TailwingCSS for UI styling (5b27409)
- client: - changed from React static + express to NextJS
- client: π₯ Changed architecture to NextJS (7623747)