Skip to content

Commit

Permalink
content: create monthly updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbapapazes committed Aug 28, 2024
1 parent 93e9f73 commit 3fbeca0
Showing 1 changed file with 97 additions and 0 deletions.
97 changes: 97 additions & 0 deletions content/blog/2024-08-28-august-monthly-updates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
---
title: Monthly updates (August 2024)
description: 5 releases this month! What's new in the UnJS ecosystem?
authors:
- name:
picture:
twitter:
category:
- releases
packages:
- magicast
- nypm
- pkg-types
- undocs
- unhead
publishedAt: 2024-08-28T01:09:44.860Z
modifiedAt: 2024-08-28T01:09:44.860Z
---

## magicast

This month, we release 1 new release (0 major release, 0 minor release and 1 patch release):

- [v0.3.5](https://github.com/unjs/magicast/releases/tag/v0.3.5)

### enhancements

- Add `$prepend` and `$append` APIs to `imports` ([#124](https://github.com/unjs/magicast/pull/124))

## nypm

This month, we release 1 new release (0 major release, 0 minor release and 1 patch release):

- [v0.3.11](https://github.com/unjs/nypm/releases/tag/v0.3.11)

### fixes

- Do not call `addDependency` with an empty array ([#147](https://github.com/unjs/nypm/pull/147))
- Correct yarn detection ([#140](https://github.com/unjs/nypm/pull/140))

## pkg-types

This month, we release 1 new release (0 major release, 1 minor release and 0 patch release):

- [v1.2.0](https://github.com/unjs/pkg-types/releases/tag/v1.2.0)

### enhancements

- Add more fields into package.json ([#190](https://github.com/unjs/pkg-types/pull/190))

## undocs

This month, we release 1 new release (0 major release, 0 minor release and 1 patch release):

- [v0.2.22](https://github.com/unjs/undocs/releases/tag/v0.2.22)

### enhancements

- Jsdocs markdown shortcut ([#118](https://github.com/unjs/undocs/pull/118))

### fixes

- Split app in 3 layers to fix tailwind ([65ef022](https://github.com/unjs/undocs/commit/65ef022))
- Default button size ([#135](https://github.com/unjs/undocs/pull/135))
- Add `icon` head ([#129](https://github.com/unjs/undocs/pull/129))

### documentation

- Refactor github notes ([#116](https://github.com/unjs/undocs/pull/116))

## unhead

This month, we release 1 new release (0 major release, 1 minor release and 0 patch release):

- [v1.10.0](https://github.com/unjs/unhead/releases/tag/v1.10.0)

### features

- **scripts**:
- Deprecate implicit proxy and `$script` - by @harlan-zw in https://github.com/unjs/unhead/issues/379 [<samp>(3e64b)</samp>](https://github.com/unjs/unhead/commit/3e64bde4)
- Safer lifecycle hooks `onLoaded`, `onError` - by @harlan-zw in https://github.com/unjs/unhead/issues/381 [<samp>(3fe92)</samp>](https://github.com/unjs/unhead/commit/3fe92178)

### bug fixes

- **scripts**:
- Infer types from `use()` - by @harlan-zw [<samp>(7746a)</samp>](https://github.com/unjs/unhead/commit/7746a355)
- Avoid type wrapping promises - by @harlan-zw [<samp>(2f1f9)</samp>](https://github.com/unjs/unhead/commit/2f1f9bf3)
- Avoid type wrapping promises - by @harlan-zw [<samp>(229c0)</samp>](https://github.com/unjs/unhead/commit/229c053c)
- Avoid returning explicit undefined values - by @harlan-zw [<samp>(0e39f)</samp>](https://github.com/unjs/unhead/commit/0e39f185)
- `server` trigger not syncing loading status - by @harlan-zw [<samp>(6efcf)</samp>](https://github.com/unjs/unhead/commit/6efcfa18)
- Avoid vue overriding status with ref - by @harlan-zw [<samp>(ecc7e)</samp>](https://github.com/unjs/unhead/commit/ecc7e118)
- **unhead**:
- Mark meta charset as safe - by @TimJohns in https://github.com/unjs/unhead/issues/373 [<samp>(23849)</samp>](https://github.com/unjs/unhead/commit/23849b62)

### 🏎 performance

- Optimize hot paths and reduce overhead for low-end devices - by @negezor in https://github.com/unjs/unhead/issues/368 [<samp>(9325d)</samp>](https://github.com/unjs/unhead/commit/9325dfc6)

0 comments on commit 3fbeca0

Please sign in to comment.