Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thewebartisan7 committed Oct 20, 2022
1 parent 0599426 commit d011cbf
Showing 1 changed file with 2 additions and 47 deletions.
49 changes: 2 additions & 47 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,3 @@
## 1.0.0-beta.1 (2022-10-20)

* Added examples ([60a86fd](https://github.com/thewebartisan7/posthtml-components/commit/60a86fd))
* Added support for works with the same extends and modules syntax together with x-tag for easy migrat ([d5f665e](https://github.com/thewebartisan7/posthtml-components/commit/d5f665e))
* Allow to check if slot is defined via slots locals ([05582e6](https://github.com/thewebartisan7/posthtml-components/commit/05582e6))
* Apply expressions to initial tree and set nextNode after expression process ([112ccde](https://github.com/thewebartisan7/posthtml-components/commit/112ccde))
* Aware locals ([c78d53b](https://github.com/thewebartisan7/posthtml-components/commit/c78d53b))
* Before new ([4dc77d7](https://github.com/thewebartisan7/posthtml-components/commit/4dc77d7))
* Build examples script ([8fedbcc](https://github.com/thewebartisan7/posthtml-components/commit/8fedbcc))
* Check shorthand block name ([d87b379](https://github.com/thewebartisan7/posthtml-components/commit/d87b379))
* Cleaner find-path.js and more readme about namespace ([e15411d](https://github.com/thewebartisan7/posthtml-components/commit/e15411d))
* Complete refactor WIP ([45f00f5](https://github.com/thewebartisan7/posthtml-components/commit/45f00f5))
* Computed attributes ([049f153](https://github.com/thewebartisan7/posthtml-components/commit/049f153))
* Default slots without slot ([3fe6368](https://github.com/thewebartisan7/posthtml-components/commit/3fe6368))
* Examples site and docs ([9b853e6](https://github.com/thewebartisan7/posthtml-components/commit/9b853e6))
* Fix and enhance parseLocals ([b89c90a](https://github.com/thewebartisan7/posthtml-components/commit/b89c90a))
* Fix hardcoded slot tag name ([6f83229](https://github.com/thewebartisan7/posthtml-components/commit/6f83229))
* Fix merge attributes ([da41fdb](https://github.com/thewebartisan7/posthtml-components/commit/da41fdb))
* Fix parse attributes ([8321415](https://github.com/thewebartisan7/posthtml-components/commit/8321415))
* Fix tests ([252aa45](https://github.com/thewebartisan7/posthtml-components/commit/252aa45))
* Fix typo readme ([03f2e2f](https://github.com/thewebartisan7/posthtml-components/commit/03f2e2f))
* Initial commit ([ec6eae5](https://github.com/thewebartisan7/posthtml-components/commit/ec6eae5))
* More readme ([b5d9f86](https://github.com/thewebartisan7/posthtml-components/commit/b5d9f86))
* More readme ([2201df2](https://github.com/thewebartisan7/posthtml-components/commit/2201df2))
* More tests ([5ebaee4](https://github.com/thewebartisan7/posthtml-components/commit/5ebaee4))
* More tests ([2163943](https://github.com/thewebartisan7/posthtml-components/commit/2163943))
* Nested component tested ([8a1d117](https://github.com/thewebartisan7/posthtml-components/commit/8a1d117))
* Nested testing ([44a6154](https://github.com/thewebartisan7/posthtml-components/commit/44a6154))
* Push once and prepend ([1cfe598](https://github.com/thewebartisan7/posthtml-components/commit/1cfe598))
* Readme ([96ff607](https://github.com/thewebartisan7/posthtml-components/commit/96ff607))
* Readme ([4c8e4b8](https://github.com/thewebartisan7/posthtml-components/commit/4c8e4b8))
* Readme ([5e7b754](https://github.com/thewebartisan7/posthtml-components/commit/5e7b754))
* Readme update ([c02a781](https://github.com/thewebartisan7/posthtml-components/commit/c02a781))
* Readme update ([66a6213](https://github.com/thewebartisan7/posthtml-components/commit/66a6213))
* Readme update ([6ccf1ab](https://github.com/thewebartisan7/posthtml-components/commit/6ccf1ab))
* Readme updated ([3c5ac7e](https://github.com/thewebartisan7/posthtml-components/commit/3c5ac7e))
* Remove comments ([9f4216f](https://github.com/thewebartisan7/posthtml-components/commit/9f4216f))
* Shorthands slot names and other enhancements ([a091cc2](https://github.com/thewebartisan7/posthtml-components/commit/a091cc2))
* Slot is fill and fill is slot ([fc4283c](https://github.com/thewebartisan7/posthtml-components/commit/fc4283c))
* Slot locals ([6d4b3dc](https://github.com/thewebartisan7/posthtml-components/commit/6d4b3dc))
* Split in multiple files ([9f660c7](https://github.com/thewebartisan7/posthtml-components/commit/9f660c7))
* Unique default slot name from filename ([25259ef](https://github.com/thewebartisan7/posthtml-components/commit/25259ef))
* update ([827fe7f](https://github.com/thewebartisan7/posthtml-components/commit/827fe7f))
* Update readme ([19ef893](https://github.com/thewebartisan7/posthtml-components/commit/19ef893))
* Update readme ([42fa034](https://github.com/thewebartisan7/posthtml-components/commit/42fa034))


## 1.0.0-beta.2 (2022-10-20)

* First beta release

0 comments on commit d011cbf

Please sign in to comment.