Skip to content

Commit b240521

Browse files
1.0.0-beta.0
1 parent e15411d commit b240521

File tree

3 files changed

+47
-14
lines changed

3 files changed

+47
-14
lines changed

changelog.md

+44-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,48 @@
1-
# Change Log
2-
All notable changes to this project will be documented in this file.
1+
## 1.0.0-beta.0 (2022-10-20)
32

4-
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5-
and this project adheres to [Semantic Versioning](http://semver.org/).
3+
* Added examples ([60a86fd](https://github.com/USER_NAME/PLUGIN_NAME/commit/60a86fd))
4+
* Added support for works with the same extends and modules syntax together with x-tag for easy migrat ([d5f665e](https://github.com/USER_NAME/PLUGIN_NAME/commit/d5f665e))
5+
* Allow to check if slot is defined via slots locals ([05582e6](https://github.com/USER_NAME/PLUGIN_NAME/commit/05582e6))
6+
* Apply expressions to initial tree and set nextNode after expression process ([112ccde](https://github.com/USER_NAME/PLUGIN_NAME/commit/112ccde))
7+
* Aware locals ([c78d53b](https://github.com/USER_NAME/PLUGIN_NAME/commit/c78d53b))
8+
* Before new ([4dc77d7](https://github.com/USER_NAME/PLUGIN_NAME/commit/4dc77d7))
9+
* Build examples script ([8fedbcc](https://github.com/USER_NAME/PLUGIN_NAME/commit/8fedbcc))
10+
* Check shorthand block name ([d87b379](https://github.com/USER_NAME/PLUGIN_NAME/commit/d87b379))
11+
* Cleaner find-path.js and more readme about namespace ([e15411d](https://github.com/USER_NAME/PLUGIN_NAME/commit/e15411d))
12+
* Complete refactor WIP ([45f00f5](https://github.com/USER_NAME/PLUGIN_NAME/commit/45f00f5))
13+
* Computed attributes ([049f153](https://github.com/USER_NAME/PLUGIN_NAME/commit/049f153))
14+
* Default slots without slot ([3fe6368](https://github.com/USER_NAME/PLUGIN_NAME/commit/3fe6368))
15+
* Examples site and docs ([9b853e6](https://github.com/USER_NAME/PLUGIN_NAME/commit/9b853e6))
16+
* Fix and enhance parseLocals ([b89c90a](https://github.com/USER_NAME/PLUGIN_NAME/commit/b89c90a))
17+
* Fix hardcoded slot tag name ([6f83229](https://github.com/USER_NAME/PLUGIN_NAME/commit/6f83229))
18+
* Fix merge attributes ([da41fdb](https://github.com/USER_NAME/PLUGIN_NAME/commit/da41fdb))
19+
* Fix parse attributes ([8321415](https://github.com/USER_NAME/PLUGIN_NAME/commit/8321415))
20+
* Fix tests ([252aa45](https://github.com/USER_NAME/PLUGIN_NAME/commit/252aa45))
21+
* Fix typo readme ([03f2e2f](https://github.com/USER_NAME/PLUGIN_NAME/commit/03f2e2f))
22+
* Initial commit ([ec6eae5](https://github.com/USER_NAME/PLUGIN_NAME/commit/ec6eae5))
23+
* More readme ([b5d9f86](https://github.com/USER_NAME/PLUGIN_NAME/commit/b5d9f86))
24+
* More readme ([2201df2](https://github.com/USER_NAME/PLUGIN_NAME/commit/2201df2))
25+
* More tests ([5ebaee4](https://github.com/USER_NAME/PLUGIN_NAME/commit/5ebaee4))
26+
* More tests ([2163943](https://github.com/USER_NAME/PLUGIN_NAME/commit/2163943))
27+
* Nested component tested ([8a1d117](https://github.com/USER_NAME/PLUGIN_NAME/commit/8a1d117))
28+
* Nested testing ([44a6154](https://github.com/USER_NAME/PLUGIN_NAME/commit/44a6154))
29+
* Push once and prepend ([1cfe598](https://github.com/USER_NAME/PLUGIN_NAME/commit/1cfe598))
30+
* Readme ([96ff607](https://github.com/USER_NAME/PLUGIN_NAME/commit/96ff607))
31+
* Readme ([4c8e4b8](https://github.com/USER_NAME/PLUGIN_NAME/commit/4c8e4b8))
32+
* Readme ([5e7b754](https://github.com/USER_NAME/PLUGIN_NAME/commit/5e7b754))
33+
* Readme update ([c02a781](https://github.com/USER_NAME/PLUGIN_NAME/commit/c02a781))
34+
* Readme update ([66a6213](https://github.com/USER_NAME/PLUGIN_NAME/commit/66a6213))
35+
* Readme update ([6ccf1ab](https://github.com/USER_NAME/PLUGIN_NAME/commit/6ccf1ab))
36+
* Readme updated ([3c5ac7e](https://github.com/USER_NAME/PLUGIN_NAME/commit/3c5ac7e))
37+
* Remove comments ([9f4216f](https://github.com/USER_NAME/PLUGIN_NAME/commit/9f4216f))
38+
* Shorthands slot names and other enhancements ([a091cc2](https://github.com/USER_NAME/PLUGIN_NAME/commit/a091cc2))
39+
* Slot is fill and fill is slot ([fc4283c](https://github.com/USER_NAME/PLUGIN_NAME/commit/fc4283c))
40+
* Slot locals ([6d4b3dc](https://github.com/USER_NAME/PLUGIN_NAME/commit/6d4b3dc))
41+
* Split in multiple files ([9f660c7](https://github.com/USER_NAME/PLUGIN_NAME/commit/9f660c7))
42+
* Unique default slot name from filename ([25259ef](https://github.com/USER_NAME/PLUGIN_NAME/commit/25259ef))
43+
* update ([827fe7f](https://github.com/USER_NAME/PLUGIN_NAME/commit/827fe7f))
44+
* Update readme ([19ef893](https://github.com/USER_NAME/PLUGIN_NAME/commit/19ef893))
45+
* Update readme ([42fa034](https://github.com/USER_NAME/PLUGIN_NAME/commit/42fa034))
646

7-
## [0.0.1] - 2022-10-xx
847

9-
Not yet released.
1048

11-
### Added
12-
13-
### Changed
14-
15-
### Fixed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-components",
3-
"version": "0.0.1",
3+
"version": "1.0.0-beta.0",
44
"description": "PostHTML Components",
55
"license": "MIT",
66
"repository": "USER_NAME/PLUGIN_NAME",

0 commit comments

Comments
 (0)