Skip to content

Commit

Permalink
version 0.4.0, some breaking changes
Browse files Browse the repository at this point in the history
Child actions that were fiddled with for 0.3.x might break with 0.4.0, not that
any of this should have been stable.  It was very fiddly to write child actions
in 0.4.0

In 0.5.0, there is a strong chance that I combine child / slide action into just
multiple slide classes

Repeated development is revealing inherent coupling between the child and slide
action.  Their lifecycles are ambiguously encompassing and only the slide object
will be able to figure this out.

On the plus-side, it makes configuring the slides much, much easier.  Some of
the hydration code will die

The downside is that slide and child action won't be independent able to
articulate, but like I said, for the most part, they are not independent at all,
and what you want to do with the children is affected by what you do with the
slide, especially the restriction handling

Signed-off-by: Psionik K <[email protected]>
  • Loading branch information
psionic-k committed May 25, 2024
1 parent 009d938 commit da571e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dslide.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; Copyright (C) 2024 Positron
;;
;; Author: Positron <[email protected]>
;; Version: 0.3.2
;; Version: 0.4.0
;; Package-Requires: ((emacs "29.2"))
;; Maintainer: Positron <[email protected]>
;; URL: https://github.com/positron-solutions/dslide
Expand Down

0 comments on commit da571e4

Please sign in to comment.